From 77437a361ab13f1d12f57fe1f80fc142b75ce321 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sun, 31 Jan 2010 17:33:15 +0100
Subject: Updating mirror locations in image autobuild script.

---
 examples/cron/images.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index d0edfc0..9bd85b4 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)"
-- 
cgit v1.0