[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] only install ripgrep on Debian nodes
Holger Levsen
gitlab at salsa.debian.org
Thu Dec 12 22:51:15 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
f3a3ce6b by Holger Levsen at 2019-12-12T22:50:48Z
only install ripgrep on Debian nodes
(not available on Ubuntu 16.04)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -282,7 +282,6 @@ if [ -f /etc/debian_version ] ; then
psmisc
python3-psycopg2
python3-yaml
- ripgrep
schroot
screen
slay
@@ -306,6 +305,8 @@ if [ -f /etc/debian_version ] ; then
munin-plugins-extra/stretch-backports
pbuilder/stretch-backports
" ;;
+ *) # not available in Ubuntu 16.04:
+ DEBS="$DEBS ripgrep"
esac
case $HOSTNAME in
# needed for rebuilding Debian (using .buildinfo files)
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/f3a3ce6be6ca2df8a05db8ec8d96d045b400db89
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/f3a3ce6be6ca2df8a05db8ec8d96d045b400db89
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/20191212/0ee11f72/attachment.html>
More information about the Qa-jenkins-scm
mailing list