summaryrefslogtreecommitdiffstats
path: root/bin/schroot-create.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-02-28 02:01:28 +0100
committerHolger Levsen <holger@layer-acht.org>2016-02-28 02:01:28 +0100
commitd30ee1a365fbbc2f70904530dd47c72148c6cbb6 (patch)
tree6a75c7858d4a707c66f784762b932d181b6295b2 /bin/schroot-create.sh
parent1173227e80c019108b773b0472451b80bdbacd7a (diff)
downloadjenkins.debian.net-d30ee1a365fbbc2f70904530dd47c72148c6cbb6.tar.xz
2nd fixup for e6fa9d1: schroot-create: use security updates too
Diffstat (limited to 'bin/schroot-create.sh')
-rwxr-xr-xbin/schroot-create.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh
index 92b7aae8..60176ff2 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)