[SCM] live-build branch, debian-old-1.0, updated. efb63542479b845aaaeda25ba945917fdd9c45c4

Daniel Baumann daniel at debian.org
Sat Apr 7 08:00:53 UTC 2012


The following commit has been merged in the debian-old-1.0 branch:
commit efb63542479b845aaaeda25ba945917fdd9c45c4
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Apr 7 10:00:12 2012 +0200

    Updating mirror urls in images autobuild script to account for lennys move to archive.debian.org.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 050eefb..0a7b3cd 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -5,8 +5,8 @@ DISTRIBUTIONS="${DISTRIBUTIONS:-etch lenny sid}"
 FLAVOURS="${FLAVOURS:-standard rescue gnome-desktop kde-desktop lxde-desktop xfce-desktop}"
 SOURCE="${SOURCE:-enabled}"
 
-MIRROR="${MIRROR:-http://cdn.debian.net/debian/}"
-MIRROR_SECURITY="${MIRROR_SECURITY:-http://security.debian.org/}"
+MIRROR="${MIRROR:-http://archive.debian.org/debian/}"
+MIRROR_SECURITY="${MIRROR_SECURITY:-http://archive.debian.org/debian-security/}"
 
 # Dynamic variables
 ARCHITECTURE="$(dpkg --print-architecture)"
@@ -63,9 +63,9 @@ do
 
 		if [ "${SOURCE}" = "enabled" ]
 		then
-			lh config -d ${DISTRIBUTION} -p ${FLAVOUR} --cache-stages "bootstrap rootfs" --apt-recommends disabled --binary-indices ${INDICES} --tasksel aptitude ${KERNEL} --source enabled --mirror-bootstrap ${MIRROR} --mirror-chroot ${MIRROR} --mirror-chroot-security ${MIRROR_SECURITY}
+			lh config -d ${DISTRIBUTION} -p ${FLAVOUR} --cache-stages "bootstrap rootfs" --apt-recommends disabled --binary-indices ${INDICES} --tasksel aptitude ${KERNEL} --source enabled --mirror-bootstrap ${MIRROR} --mirror-chroot ${MIRROR} --mirror-chroot-security ${MIRROR_SECURITY} --mirror-binary ${MIRROR} --mirror-binary-security ${MIRROR_SECURITY}
 		else
-			lh config -d ${DISTRIBUTION} -p ${FLAVOUR} --cache-stages "bootstrap rootfs" --apt-recommends disabled --binary-indices ${INDICES} --tasksel aptitude ${KERNEL} --source disabled --mirror-bootstrap ${MIRROR} --mirror-chroot ${MIRROR} --mirror-chroot-security ${MIRROR_SECURITY}
+			lh config -d ${DISTRIBUTION} -p ${FLAVOUR} --cache-stages "bootstrap rootfs" --apt-recommends disabled --binary-indices ${INDICES} --tasksel aptitude ${KERNEL} --source disabled --mirror-bootstrap ${MIRROR} --mirror-chroot ${MIRROR} --mirror-chroot-security ${MIRROR_SECURITY} --mirror-binary ${MIRROR} --mirror-binary-security ${MIRROR_SECURITY}
 		fi
 
 		if [ "${DISTRIBUTION}" = "sid" ]

-- 
live-build



More information about the debian-live-changes mailing list