diff options
-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/' |