summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-04-21 10:38:33 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:33 +0100
commit9e5576128644f658b88bb0236df6673e0b46c4c7 (patch)
tree5b0f540195dffd2fd9339e28f9486e5e0039e784 /examples
parent87a3a037f13b87238bbc6c106af47c163660527e (diff)
downloadlive-build-9e5576128644f658b88bb0236df6673e0b46c4c7.zip
live-build-9e5576128644f658b88bb0236df6673e0b46c4c7.tar.gz
Adding live-magic to snapshots.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/cron/snapshots.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/cron/snapshots.sh b/examples/cron/snapshots.sh
index bfd25b3..ad9bb7f 100755
--- a/examples/cron/snapshots.sh
+++ b/examples/cron/snapshots.sh
@@ -1,11 +1,11 @@
-#!/bin/sh
+#!/bin/sh -e
# Static variables
if [ -n "${1}" ]
then
PACKAGES="${@}"
else
- PACKAGES="live-helper live-initramfs live-initscripts live-webhelper debian-unofficial-archive-keyring"
+ PACKAGES="live-helper live-initramfs live-initscripts live-webhelper live-magic debian-unofficial-archive-keyring"
fi
DEBEMAIL="debian-live-devel@lists.alioth.debian.org"
@@ -63,6 +63,10 @@ do
git clone git://git.debian.net/git/${PACKAGE}.git
;;
+ live-magic)
+ git clone git://git.chris-lamb.co.uk/live-magic.git
+ ;;
+
*)
git clone git://git.debian.org/git/users/daniel/${PACKAGE}.git
;;