[SCM] debian-live/live-helper branch, master, updated. 1.0_a44-1-23-ga9af0b6

Daniel Baumann daniel at debian.org
Mon Apr 21 08:42:34 UTC 2008


The following commit has been merged in the master branch:
commit bd9fb96189ba440eec31c1d6d143e3ea05ca0789
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Apr 21 10:38:33 2008 +0200

    Adding live-magic to snapshots.

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 at 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
 			;;

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list