summaryrefslogtreecommitdiff
path: root/scripts/defaults.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/defaults.py')
-rw-r--r--scripts/defaults.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/defaults.py b/scripts/defaults.py
index 0792d6b2..e18e3f7c 100644
--- a/scripts/defaults.py
+++ b/scripts/defaults.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 VyOS maintainers and contributors
+# Copyright (C) 2018 VyOS maintainers and contributors
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 or later as
@@ -32,3 +32,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'
+
+VYOS_BRANCH = 'current'
+
+VYOS_REPO_FILE = 'config/archives/vyos.list.chroot'