diff options
| author | asklymenko <a.klymenko@vyos.io> | 2026-02-16 17:37:24 +0200 |
|---|---|---|
| committer | asklymenko <a.klymenko@vyos.io> | 2026-02-16 17:37:24 +0200 |
| commit | 6d6390d28fcf60127a0c18c935920dd52949ae7a (patch) | |
| tree | 98adde625820c68d86e958336bf63fdcdac32073 /scripts | |
| parent | 3b6422f08dff4dc50fe5397c9fede781bd3288c5 (diff) | |
| download | vyos-build-6d6390d28fcf60127a0c18c935920dd52949ae7a.tar.gz vyos-build-6d6390d28fcf60127a0c18c935920dd52949ae7a.zip | |
T8219: Start building Salt from source. Update to v3006.21, remove old repo keys.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/package-build/salt/build.sh | 2 | ||||
| -rw-r--r-- | scripts/package-build/salt/package.toml | 2 |
2 files changed, 2 insertions, 2 deletions
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" |
