diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/cron/etch.sh | 2 | ||||
-rwxr-xr-x | examples/cron/snapshots.sh | 2 | ||||
-rwxr-xr-x | examples/hooks/qemu-launcher.sh | 5 |
3 files changed, 7 insertions, 2 deletions
diff --git a/examples/cron/etch.sh b/examples/cron/etch.sh index f4626bfb1..3f647aa60 100755 --- a/examples/cron/etch.sh +++ b/examples/cron/etch.sh @@ -7,7 +7,7 @@ BUILD="etch" # Begin custom defaults AUTOBUILD="enabled" -DATE="r0_1.0~a17-1" +DATE="r0_1.0~a18-1" DESTDIR="/srv/debian-unofficial/ftp/debian-live/cdimage" TEMPDIR="/srv/tmp/live-helper" diff --git a/examples/cron/snapshots.sh b/examples/cron/snapshots.sh index 642854741..00d818cb9 100755 --- a/examples/cron/snapshots.sh +++ b/examples/cron/snapshots.sh @@ -13,7 +13,7 @@ NAME="Debian Live Autobuilder" export DEBEMAIL EMAIL DEBFULLNAME NAME TEMPDIR="/srv/tmp/svn-snapshots" -SERVER="/srv/debian-unofficial/ftp/debian-live/debian-snapshots" +SERVER="/srv/debian-unofficial/ftp/debian-live-snapshots" DATE_START="`date -R`" diff --git a/examples/hooks/qemu-launcher.sh b/examples/hooks/qemu-launcher.sh index 1535cbe01..230c2b5f8 100755 --- a/examples/hooks/qemu-launcher.sh +++ b/examples/hooks/qemu-launcher.sh @@ -6,4 +6,9 @@ # To enable it, copy this hook into your config/binary_local-hooks directory. cd binary + wget http://www.klabs.be/~fpiat/projects/autorun4linuxCD/autorun4linuxCD.tar.gz +tar xfz autorun4linuxCD.tar.gz +rm -f autorun4linuxCD.tar.gz + +cd "${OLDPWD}" |