mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
adjust minor/nightly path to minor/latest
This commit is contained in:
parent
c122d225fc
commit
7d198938ba
1 changed files with 2 additions and 2 deletions
|
@ -526,9 +526,9 @@ def rpm(
|
|||
|
||||
if nightly_build_from:
|
||||
nightly_latest_repo_file_path = create_repo_path.parent / "nightly_latest.repo"
|
||||
_create_repo_file(nightly_latest_repo_file_path, "minor/nightly", "latest")
|
||||
_create_repo_file(nightly_latest_repo_file_path, "minor/latest", "latest")
|
||||
|
||||
nightly_link = create_repo_path.parent / "minor/nightly"
|
||||
nightly_link = create_repo_path.parent / "minor/latest"
|
||||
ctx.info(f"Creating '{nightly_link.relative_to(repo_path)}' symlink ...")
|
||||
nightly_link.symlink_to(f"minor/{salt_version}")
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue