summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2018-11-14 15:48:08 +0100
committerKim Hagen <kim.sidney@gmail.com>2018-11-14 15:48:08 +0100
commitf2397b177db25cf0f5935cd33d120fa9b567f1c5 (patch)
tree8be9c769afac10967c9422cc4e2d2303f158967d /scripts
parent19941d3d36cbc470de77b9acb337fa47c525b779 (diff)
downloadvyos-build-f2397b177db25cf0f5935cd33d120fa9b567f1c5.tar.gz
vyos-build-f2397b177db25cf0f5935cd33d120fa9b567f1c5.zip
use 2017.7 version of the salt minion
Diffstat (limited to 'scripts')
-rw-r--r--scripts/defaults.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/defaults.py b/scripts/defaults.py
index c83ce172..73a8d459 100644
--- a/scripts/defaults.py
+++ b/scripts/defaults.py
@@ -27,7 +27,7 @@ DEBIAN_SECURITY_MIRROR = 'http://deb.debian.org/debian-security'
DEBIAN_DISTRIBUTION = 'jessie'
-SALT_MIRROR = 'http://repo.saltstack.com/apt/debian/8/amd64/latest'
+SALT_MIRROR = 'http://repo.saltstack.com/apt/debian/8/amd64/2017.7'
PBUILDER_CONFIG = os.path.join(BUILD_DIR, 'pbuilderrc')
PBUILDER_DIR = os.path.join(BUILD_DIR, 'pbuilder')