[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] update_jdn: special case the one bullseye node we have already
Holger Levsen
gitlab at salsa.debian.org
Sun Feb 28 22:16:22 GMT 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
23a9bcd2 by Holger Levsen at 2021-02-28T23:16:06+01:00
update_jdn: special case the one bullseye node we have already
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -331,6 +331,12 @@ if [ -f /etc/debian_version ] ; then
DEBS="$DEBS
init-system-helpers/bionic-backports
" ;;
+ ionos7*) # runs bullseye and doesnt have buster-backports as the rest
+ # (could be done nicer but soon all nodes will run bullseye)
+ DEBS="$DEBS
+ ripgrep
+ mmdebstrap
+ " ;;
*) # packages to be installed on all Debian systems but which are not available in Ubuntu 18.04:
DEBS="$DEBS
ripgrep
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/23a9bcd20918652ca64bd7a88958391b183d570c
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/23a9bcd20918652ca64bd7a88958391b183d570c
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/20210228/dc996f35/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list