[SCM] live-helper branch, debian-next, updated. debian/2.0_a7-1-18-g7b7aeb9

Daniel Baumann daniel at debian.org
Sat Feb 20 13:24:34 UTC 2010


The following commit has been merged in the debian-next branch:
commit 7b7aeb9316958f585b0d29ba9cabc1b0e0adc7aa
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Feb 20 14:20:32 2010 +0100

    Updating image autobuild script.

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index 5de46b9..8ee22f6 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -1,12 +1,14 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
 
 # Static variables
 DISTRIBUTIONS="${DISTRIBUTIONS:-lenny squeeze sid}"
 FLAVOURS="${FLAVOURS:-standard rescue gnome-desktop kde-desktop lxde-desktop xfce-desktop}"
 SOURCE="${SOURCE:-true}"
 
-#MIRROR="${MIRROR:-http://cdn.debian.net/debian/}"
-#MIRROR_SECURITY="${MIRROR_SECURITY:-http://security.debian.org/}"
+MIRROR="${MIRROR:-http://cdn.debian.net/debian/}"
+MIRROR_SECURITY="${MIRROR_SECURITY:-http://security.debian.org/}"
 
 # Dynamic variables
 ARCHITECTURE="$(dpkg --print-architecture)"

-- 
live-helper



More information about the debian-live-changes mailing list