[Debian-live-changes] r2505 - dists/trunk/live-helper/examples/cron
daniel at alioth.debian.org
daniel at alioth.debian.org
Sun Jul 15 12:35:04 UTC 2007
Author: daniel
Date: 2007-07-15 12:35:04 +0000 (Sun, 15 Jul 2007)
New Revision: 2505
Modified:
dists/trunk/live-helper/examples/cron/etch.sh
dists/trunk/live-helper/examples/cron/lenny.sh
dists/trunk/live-helper/examples/cron/sid.sh
Log:
Modified: dists/trunk/live-helper/examples/cron/etch.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/etch.sh 2007-07-15 11:43:58 UTC (rev 2504)
+++ dists/trunk/live-helper/examples/cron/etch.sh 2007-07-15 12:35:04 UTC (rev 2505)
@@ -2,16 +2,16 @@
set -e
-BUILD="etch-current"
+BUILD="monthly"
# Begin custom defaults
AUTOBUILD="enabled"
-DATE="4.0r0_1.0~a19-1"
+DATE="`date +%Y%m%d`"
DESTDIR="/srv/debian-live/www/cdimage"
TEMPDIR="/srv/tmp/live-helper"
-OPTIONS="--initramfs casper"
+OPTIONS="--initramfs casper --apt-recommends disabled"
ARCHITECTURES="`dpkg --print-architecture`"
DISTRIBUTIONS="etch"
Modified: dists/trunk/live-helper/examples/cron/lenny.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/lenny.sh 2007-07-15 11:43:58 UTC (rev 2504)
+++ dists/trunk/live-helper/examples/cron/lenny.sh 2007-07-15 12:35:04 UTC (rev 2505)
@@ -11,7 +11,7 @@
DESTDIR="/srv/debian-live/www/cdimage"
TEMPDIR="/srv/tmp/live-helper"
-OPTIONS=""
+OPTIONS="--apt-recommends disabled"
ARCHITECTURES="`dpkg --print-architecture`"
DISTRIBUTIONS="lenny"
Modified: dists/trunk/live-helper/examples/cron/sid.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/sid.sh 2007-07-15 11:43:58 UTC (rev 2504)
+++ dists/trunk/live-helper/examples/cron/sid.sh 2007-07-15 12:35:04 UTC (rev 2505)
@@ -11,7 +11,7 @@
DESTDIR="/srv/debian-live/www/cdimage"
TEMPDIR="/srv/tmp/live-helper"
-OPTIONS=""
+OPTIONS="--apt-recommends disabled"
ARCHITECTURES="`dpkg --print-architecture`"
DISTRIBUTIONS="sid"
More information about the Debian-live-changes
mailing list