summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/cron/etch.sh2
-rwxr-xr-xexamples/cron/snapshots.sh2
-rwxr-xr-xexamples/hooks/qemu-launcher.sh5
3 files changed, 7 insertions, 2 deletions
diff --git a/examples/cron/etch.sh b/examples/cron/etch.sh
index f4626bf..3f647aa 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 6428547..00d818c 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 1535cbe..230c2b5 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}"