diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:14 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | 0d5ff4ca7596790f853cf637e0fe225cad810a76 (patch) | |
tree | 360ca9a49f3d82d589a4b49c98e5210dfcb3b74e /examples | |
parent | cd5110f6b8eb77519d704972276cfd5be6bff055 (diff) | |
download | vyos-live-build-0d5ff4ca7596790f853cf637e0fe225cad810a76.tar.gz vyos-live-build-0d5ff4ca7596790f853cf637e0fe225cad810a76.zip |
Adding live-helper 1.0~a18-1.
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}" |