Enable grml-live repository for testing, too
authorChristian Hofstaedtler <ch@grml.org>
Fri, 29 Jul 2011 14:58:04 +0000 (16:58 +0200)
committerChristian Hofstaedtler <ch@grml.org>
Fri, 29 Jul 2011 14:58:04 +0000 (16:58 +0200)
Acked-by: Michael Prokop <mika@grml.org>
grml-live

index 0cc9103..695ea2a 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -458,8 +458,8 @@ deb http://cdn.debian.net/debian $SUITE  main contrib non-free
 EOF
 fi
 
-# notice: activate grml-live pool only if we are building against unstable:
-if grep -qwe unstable -qwe sid "$SOURCES_LIST_OUTPUT" ; then
+# notice: activate grml-live pool when building against unstable or testing:
+if grep -qwe unstable -qwe sid -qwe testing -qwe wheezy "$SOURCES_LIST_OUTPUT" ; then
    grep -q 'grml-live.*main' "$SOURCES_LIST_OUTPUT" || \
    grep grml-stable "$SOURCES_LIST_OUTPUT" | \
         sed 's/grml-stable/grml-live/' >> "$SOURCES_LIST_OUTPUT"