[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: don't try to install diffoscope from sid on stretch
Holger Levsen
gitlab at salsa.debian.org
Mon Jan 18 11:13:55 GMT 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b782fd6d by Holger Levsen at 2021-01-18T12:13:44+01:00
reproducible Debian: don't try to install diffoscope from sid on stretch
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/schroot-create.sh
Changes:
=====================================
bin/schroot-create.sh
=====================================
@@ -107,8 +107,8 @@ install_diffoscope() {
echo "diffoscope is not available in the base distribution. Not installing, hoping it will be installed later from unstable/experimental."
fi
- # try to use diffoscope from unstable if available
- if [ "$SUITE" != "unstable" ] && [ "$SUITE" != "experimental" ]; then
+ # try to use diffoscope from unstable if available/possible
+ if [ "$SUITE" != "unstable" ] && [ "$SUITE" != "experimental" ] && [ "$SUITE" != "stretch" ] ; then
# always try to use diffoscope from unstable on stretch/buster
echo "deb $MIRROR unstable main" | sudo tee -a "$SCHROOT_TARGET/etc/apt/sources.list" > /dev/null
robust_chroot_apt update
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b782fd6dbb351d74f0d8f95b11e67bea39660477
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b782fd6dbb351d74f0d8f95b11e67bea39660477
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/20210118/13ce18cf/attachment.html>
More information about the Qa-jenkins-scm
mailing list