From f2b3156100b118543af401b81ed485068439a34d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 15 Apr 2016 10:27:21 +0200 Subject: don't add non-existing sid/updates suite to sources.list --- bin/schroot-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/schroot-create.sh') diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh index b07c2917..7311687e 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -59,7 +59,7 @@ if [ "$SUITE" = "experimental" ] ; then SUITE=sid EXTRA_SOURCES[0]="deb $MIRROR experimental main $CONTRIB" EXTRA_SOURCES[1]="deb-src $MIRROR experimental main $CONTRIB" -elif [ "$SUITE" != "unstable" ] ; then +elif [ "$SUITE" != "unstable" ] && [ "$SUITE" != "sid" ] ; then EXTRA_SOURCES[6]="deb http://security.debian.org $SUITE/updates main $CONTRIB" EXTRA_SOURCES[7]="deb-src http://security.debian.org $SUITE/updates main $CONTRIB" fi -- cgit v1.2.3-54-g00ecf