Merge pull request #63803 from Ch3LL/fix_path

Add salt/py3 to repo_path for src builds
This commit is contained in:
Gareth J. Greenaway 2023-03-01 11:14:03 -08:00 committed by GitHub
commit 1ac165a721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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():