[Qa-jenkins-scm] [jenkins.debian.net] 01/01: don't add non-existing sid/updates suite to sources.list

Holger Levsen holger at layer-acht.org
Fri Apr 15 08:27:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit f2b3156100b118543af401b81ed485068439a34d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Apr 15 10:27:21 2016 +0200

    don't add non-existing sid/updates suite to sources.list
---
 bin/schroot-create.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh
index b07c291..7311687 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list