From 1173227e80c019108b773b0472451b80bdbacd7a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 28 Feb 2016 01:50:31 +0100 Subject: fixup e6fa9d1: schroot-create: use security updates too --- bin/schroot-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/schroot-create.sh') 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) -- cgit v1.2.3-54-g00ecf