chore: remove leftover llama_stack directory (#3940)

# What does this PR do?

Followup on https://github.com/llamastack/llama-stack/pull/3920 where
the llama_stack directory was moved under src.

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-10-28 13:09:08 +01:00 committed by GitHub
parent b47afac7c2
commit d10bfb5121
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 10 additions and 2558 deletions

View file

@ -55,7 +55,7 @@ def process_distro(distro_dir: Path, progress, change_tracker: ChangedPathTracke
if template_func := getattr(module, "get_distribution_template", None):
distro = template_func()
yaml_output_dir = REPO_ROOT / "llama_stack" / "distributions" / distro.name
yaml_output_dir = REPO_ROOT / "src" / "llama_stack" / "distributions" / distro.name
doc_output_dir = REPO_ROOT / "docs/docs/distributions" / f"{distro.distro_type}_distro"
change_tracker.add_paths(yaml_output_dir, doc_output_dir)
distro.save_distribution(