Skip to content

Commit bed357e

Browse files
authored
Merge pull request vyos#1119 from asklymenko/current
T8219: Start building Salt from source. Update to v3006.21, remove Salt repo keys
2 parents 3b6422f + 6d6390d commit bed357e

3 files changed

Lines changed: 2 additions & 33 deletions

File tree

data/live-build-config/archives/saltstack.key.chroot

Lines changed: 0 additions & 31 deletions
This file was deleted.

scripts/package-build/salt/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TOOLS_REPO="https://github.com/saltstack/python-tools-scripts"
1717

1818
# Check this page to find a correct relenv/python combination.
1919
# https://github.com/saltstack/relenv/releases
20-
RELENV_VERSION="0.22.2"
20+
RELENV_VERSION="0.22.3"
2121
RELENV_PYTHON_VERSION="3.11.14"
2222

2323
# Specify the platform parameter, use x86_64 for amd64, arm64 for arm64

scripts/package-build/salt/package.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[packages]]
22
name = "salt"
3-
commit_id = "v3006.19"
3+
commit_id = "v3006.21"
44
scm_url = "https://github.com/saltstack/salt.git"
55
build_cmd = "cd ..; ./build.sh"
66

0 commit comments

Comments
 (0)