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

Holger Levsen holger at moszumanska.debian.org
Sun Feb 28 01:01:42 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 d30ee1a365fbbc2f70904530dd47c72148c6cbb6
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Feb 28 02:01:28 2016 +0100

    2nd fixup for e6fa9d1: schroot-create: use security updates too
---
 bin/schroot-create.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh
index 92b7aae..60176ff 100755
--- a/bin/schroot-create.sh
+++ b/bin/schroot-create.sh
@@ -60,8 +60,8 @@ if [ "$SUITE" = "experimental" ] ; then
 	EXTRA_SOURCES[0]="deb $MIRROR experimental main $CONTRIB"
 	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[7]="deb-src security.debian.org $SUITE/updates main $CONTRIB"
+	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
 
 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