summaryrefslogtreecommitdiffstats
path: root/bin/schroot-create.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-02-28 01:50:31 +0100
committerHolger Levsen <holger@layer-acht.org>2016-02-28 01:50:31 +0100
commit1173227e80c019108b773b0472451b80bdbacd7a (patch)
tree561c830369f22d7f38d0e79517dc6dd88fac5951 /bin/schroot-create.sh
parente6fa9d12fd6af57a17a15b53ef7205903075244b (diff)
downloadjenkins.debian.net-1173227e80c019108b773b0472451b80bdbacd7a.tar.xz
fixup e6fa9d1: schroot-create: use security updates too
Diffstat (limited to 'bin/schroot-create.sh')
-rwxr-xr-xbin/schroot-create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh
index 4a7ee9d1..92b7aae8 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)