Adding live-magic to snapshots.

This commit is contained in:
Daniel Baumann 2008-04-21 10:38:33 +02:00
parent 87a3a037f1
commit 9e55761286
1 changed files with 6 additions and 2 deletions

View File

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