diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-11-12 16:51:56 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-11-12 16:51:56 +0100 |
commit | 9129f29bac1fdea3e40ee548f30f474810748c75 (patch) | |
tree | ffc9ea5e45e57ab0aca423f34111525a1d296135 | |
parent | a5a6caaa824637a6e9dace315d1cd7d2e4548001 (diff) | |
download | vyos-build-9129f29bac1fdea3e40ee548f30f474810748c75.tar.gz vyos-build-9129f29bac1fdea3e40ee548f30f474810748c75.zip |
Update defaults for crux.
-rw-r--r-- | scripts/defaults.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/defaults.py b/scripts/defaults.py index 392af475..e2173c76 100644 --- a/scripts/defaults.py +++ b/scripts/defaults.py @@ -22,8 +22,8 @@ BUILD_DIR = 'build' BUILD_CONFIG = os.path.join(BUILD_DIR, 'build-config.json') # The default mirror was chosen entirely at random -DEBIAN_MIRROR = 'http://deb.debian.org/debian' -DEBIAN_SECURITY_MIRROR = 'http://deb.debian.org/debian-security' +DEBIAN_MIRROR = 'http://ftp.nl.debian.org/debian' +DEBIAN_SECURITY_MIRROR = 'http://ftp.nl.debian.org/debian-security' DEBIAN_DISTRIBUTION = 'jessie' @@ -33,9 +33,9 @@ PBUILDER_DIR = os.path.join(BUILD_DIR, 'pbuilder') LB_CONFIG_DIR = os.path.join(BUILD_DIR, 'config') CHROOT_INCLUDES_DIR = os.path.join(LB_CONFIG_DIR, 'includes.chroot') -VYOS_MIRROR = 'http://dev.packages.vyos.net/repositories/current' +VYOS_MIRROR = 'http://dev.packages.vyos.net/repositories/crux' -VYOS_BRANCH = 'current' +VYOS_BRANCH = 'crux' ARCHIVES_DIR = 'config/archives/' |