[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian armhf: don't try to install devscripts from...
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun May 16 10:33:34 BST 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
55855688 by Holger Levsen at 2021-05-16T11:33:28+02:00
reproducible Debian armhf: don't try to install devscripts from buster-backports (running bullseye already)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -370,8 +370,15 @@ if [ -f /etc/debian_version ] ; then
DEBS="$DEBS
ripgrep
mmdebstrap
+ " ;;
+ esac
+ # armhf is already running bullseye and arm64 is Ubuntu...
+ case $HOSTNAME in
+ jenkins|*amd64*|*i386*)
+ DEBS="$DEBS
devscripts/buster-backports
" ;;
+ *) ;;
esac
case $HOSTNAME in
# needed for rebuilding Debian (using .buildinfo files)
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/55855688e72b9130a0e5adf0a05611cc3dbbdda7
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/55855688e72b9130a0e5adf0a05611cc3dbbdda7
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/20210516/1e08c8ac/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list