[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup e6fa9d1: schroot-create: use security updates too

Holger Levsen holger at moszumanska.debian.org
Sun Feb 28 00:50:46 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 1173227e80c019108b773b0472451b80bdbacd7a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Feb 28 01:50:31 2016 +0100

    fixup e6fa9d1: schroot-create: use security updates too
---
 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 4a7ee9d..92b7aae 100755
--- a/bin/schroot-create.sh
+++ b/bin/schroot-create.sh
@@ -61,7 +61,7 @@ if [ "$SUITE" = "experimental" ] ; then
 	EXTRA_SOURCES[1]="deb-src $MIRROR experimental main $CONTRIB"
 elif [ "$SUITE" != "unstable" ] ; then
 	EXTRA_SOURCES[6]="deb security.debian.org $SUITE/updates main $CONTRIB"
-	EXTRA_SOURCES[6]="deb-src security.debian.org $SUITE/updates main $CONTRIB"
+	EXTRA_SOURCES[7]="deb-src security.debian.org $SUITE/updates main $CONTRIB"
 fi
 
 export SCHROOT_TARGET=$(mktemp -d -p $SCHROOT_BASE/ schroot-install-$TARGET-XXXX)

-- 
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