From: Christian Hofstaedtler Date: Fri, 29 Jul 2011 14:58:04 +0000 (+0200) Subject: Enable grml-live repository for testing, too X-Git-Tag: v0.15.1_0~10 X-Git-Url: http://git.grml.org/?p=grml-live-grml.git;a=commitdiff_plain;h=905546a8ede881391cb26fa2c392d150d720c400 Enable grml-live repository for testing, too Acked-by: Michael Prokop --- diff --git a/grml-live b/grml-live index 0cc9103..695ea2a 100755 --- 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"