From 9129f29bac1fdea3e40ee548f30f474810748c75 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 12 Nov 2018 16:51:56 +0100 Subject: Update defaults for crux. --- scripts/defaults.py | 8 ++++---- 1 file 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/' -- cgit v1.2.3