Add salt/py3 to repo_path for src builds

This commit is contained in:
Megan Wilhite 2023-03-01 12:09:19 -07:00
parent 11dc343d4f
commit caedb1a651
No known key found for this signature in database
GPG key ID: C69F308012C0B283

View file

@ -771,7 +771,7 @@ def src(
assert key_id is not None
ctx.info("Creating repository directory structure ...")
create_repo_path = repo_path / "src" / salt_version
create_repo_path = repo_path / "salt" / "py3" / "src" / salt_version
create_repo_path.mkdir(exist_ok=True, parents=True)
hashes_base_path = create_repo_path / f"salt-{salt_version}"
for fpath in incoming.iterdir():