[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] schroot-create: bullseye has security in a different location
Mattia Rizzolo
gitlab at salsa.debian.org
Sun Jul 7 13:23:02 BST 2019
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
483071ad by Mattia Rizzolo at 2019-07-07T12:22:47Z
schroot-create: bullseye has security in a different location
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- bin/schroot-create.sh
Changes:
=====================================
bin/schroot-create.sh
=====================================
@@ -69,8 +69,13 @@ if [ "$SUITE" = "experimental" ] ; then
EXTRA_SOURCES[0]="deb $MIRROR experimental main"
EXTRA_SOURCES[1]="deb-src $MIRROR experimental main"
elif [ "$SUITE" != "unstable" ] && [ "$SUITE" != "sid" ] ; then
- EXTRA_SOURCES[6]="deb http://security.debian.org $SUITE/updates main"
- EXTRA_SOURCES[7]="deb-src http://security.debian.org $SUITE/updates main"
+ if [ "$SUITE" = "stretch" ] || [ "$SUITE" = "buster" ] ; then
+ EXTRA_SOURCES[6]="deb http://security.debian.org $SUITE/updates main"
+ EXTRA_SOURCES[7]="deb-src http://security.debian.org $SUITE/updates main"
+ else
+ EXTRA_SOURCES[6]="deb http://security.debian.org ${SUITE}-security main"
+ EXTRA_SOURCES[7]="deb-src http://security.debian.org ${SUITE}-security main"
+ fi
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/483071adcf8c9487146c2fca5500368725ca52bb
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/483071adcf8c9487146c2fca5500368725ca52bb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190707/3e4ccebf/attachment.html>
More information about the Qa-jenkins-scm
mailing list