[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: install debootstrap from stretch-backports on ubuntu nodes…
Holger Levsen
gitlab at salsa.debian.org
Sat Oct 6 13:21:28 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
9d0ac728 by Holger Levsen at 2018-10-06T12:21:17Z
reproducible Debian: install debootstrap from stretch-backports on ubuntu nodes as since 20180927 debootstrap 1.0.78+nmu1ubuntu1.6 cannot install sid anymore
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -288,6 +288,12 @@ if [ -f /etc/debian_version ] ; then
python3-yaml" ;;
*) ;;
esac
+ # install debootstrap from stretch-backports on ubuntu nodes as since 20180927 debootstrap 1.0.78+nmu1ubuntu1.6 cannot install sid anymore
+ case $HOSTNAME in
+ codethink*) DEBS="$DEBS
+ munin-node/stretch-backports" ;;
+ *) ;;
+ esac
# install munin from stretch-backports everywhere, except on ubuntu nodes
case $HOSTNAME in
codethink*) DEBS="$DEBS
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/9d0ac72831fc9cdbf15112e51a9dd2d1938e3865
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/9d0ac72831fc9cdbf15112e51a9dd2d1938e3865
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/20181006/e6cd1f41/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list