From 7d198938ba85378c5fcf78a6c44bf45cbf95ab55 Mon Sep 17 00:00:00 2001 From: "Jamie (Bear) Murphy" Date: Tue, 8 Aug 2023 14:50:51 +0100 Subject: [PATCH] adjust minor/nightly path to minor/latest --- tools/pkg/repo/create.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pkg/repo/create.py b/tools/pkg/repo/create.py index 01c17fa95a4..71e3329b0dc 100644 --- a/tools/pkg/repo/create.py +++ b/tools/pkg/repo/create.py @@ -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: