diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-02-17 16:08:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-17 16:08:55 +0100 |
| commit | bed357e665819700969ed47a1f6c2f6c749d0b5e (patch) | |
| tree | 98adde625820c68d86e958336bf63fdcdac32073 /scripts | |
| parent | 3b6422f08dff4dc50fe5397c9fede781bd3288c5 (diff) | |
| parent | 6d6390d28fcf60127a0c18c935920dd52949ae7a (diff) | |
| download | vyos-build-bed357e665819700969ed47a1f6c2f6c749d0b5e.tar.gz vyos-build-bed357e665819700969ed47a1f6c2f6c749d0b5e.zip | |
Merge pull request #1119 from asklymenko/current
T8219: Start building Salt from source. Update to v3006.21, remove Salt 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" |
