From 6d6390d28fcf60127a0c18c935920dd52949ae7a Mon Sep 17 00:00:00 2001 From: asklymenko Date: Mon, 16 Feb 2026 17:37:24 +0200 Subject: T8219: Start building Salt from source. Update to v3006.21, remove old repo keys. --- scripts/package-build/salt/build.sh | 2 +- scripts/package-build/salt/package.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/package-build/salt/build.sh b/scripts/package-build/salt/build.sh index b99b9d93..70b3f73a 100755 --- a/scripts/package-build/salt/build.sh +++ b/scripts/package-build/salt/build.sh @@ -17,7 +17,7 @@ TOOLS_REPO="https://github.com/saltstack/python-tools-scripts" # Check this page to find a correct relenv/python combination. # https://github.com/saltstack/relenv/releases -RELENV_VERSION="0.22.2" +RELENV_VERSION="0.22.3" RELENV_PYTHON_VERSION="3.11.14" # Specify the platform parameter, use x86_64 for amd64, arm64 for arm64 diff --git a/scripts/package-build/salt/package.toml b/scripts/package-build/salt/package.toml index 24bada78..9cdac168 100644 --- a/scripts/package-build/salt/package.toml +++ b/scripts/package-build/salt/package.toml @@ -1,6 +1,6 @@ [[packages]] name = "salt" -commit_id = "v3006.19" +commit_id = "v3006.21" scm_url = "https://github.com/saltstack/salt.git" build_cmd = "cd ..; ./build.sh" -- cgit v1.2.3