diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-02-28 01:50:31 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-02-28 01:50:31 +0100 |
commit | 1173227e80c019108b773b0472451b80bdbacd7a (patch) | |
tree | 561c830369f22d7f38d0e79517dc6dd88fac5951 /bin | |
parent | e6fa9d12fd6af57a17a15b53ef7205903075244b (diff) | |
download | jenkins.debian.net-1173227e80c019108b773b0472451b80bdbacd7a.tar.xz |
fixup e6fa9d1: schroot-create: use security updates too
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/schroot-create.sh | 2 |
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) |