summaryrefslogtreecommitdiff
path: root/examples/cron
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-01-31 17:33:15 +0100
committerDaniel Baumann <daniel@debian.org>2010-01-31 17:34:22 +0100
commite87298f47e57e37cb68300f841a63dea24efe497 (patch)
tree3acba177d999a0b07a7d691d0acf6965a10e9482 /examples/cron
parentfd05de06ea3af8303a18d336f909104814c09154 (diff)
downloadvyos-live-build-e87298f47e57e37cb68300f841a63dea24efe497.tar.gz
vyos-live-build-e87298f47e57e37cb68300f841a63dea24efe497.zip
Updating mirror locations in image autobuild script.
Diffstat (limited to 'examples/cron')
-rwxr-xr-xexamples/cron/images.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index d0edfc0ea..9bd85b44d 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -5,8 +5,8 @@ DISTRIBUTIONS="${DISTRIBUTIONS:-lenny squeeze sid}"
FLAVOURS="${FLAVOURS:-standard rescue gnome-desktop kde-desktop lxde-desktop xfce-desktop}"
SOURCE="${SOURCE:-true}"
-MIRROR="${MIRROR:-http://mirror/ftp.debian.org/debian/}"
-MIRROR_SECURITY="${MIRROR_SECURITY:-http://mirror/ftp.debian.org/debian-security/}"
+MIRROR="${MIRROR:-http://cdn.debian.net/debian/}"
+MIRROR_SECURITY="${MIRROR_SECURITY:-http://security.debian.org/}"
# Dynamic variables
ARCHITECTURE="$(dpkg --print-architecture)"