X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=695ea2aa1ec3c11d734eab7c92cd9e97c78a9509;hb=905546a8ede881391cb26fa2c392d150d720c400;hp=0cc910351374624c00f884b4be9237185dbe7b1e;hpb=1d6dbfb96bb05b613b18af989c052488ffdea793;p=grml-live.git 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"