[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: install packages on pb7 needed to use builtin-pho and to...
Holger Levsen
gitlab at salsa.debian.org
Wed Feb 26 23:23:54 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
29a95985 by Holger Levsen at 2020-02-27T00:23:43+01:00
reproducible Debian: install packages on pb7 needed to use builtin-pho and to render html using pystace3
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -319,6 +319,17 @@ if [ -f /etc/debian_version ] ; then
osuosl-build174-amd64) DEBS="$DEBS osc obs-build qemu-kvm libjson-perl libxml-simple-perl bsdtar" ;;
*) ;;
esac
+ # install stuff for bremner's builtin-pho stuff
+ # and building html pages there too
+ case $HOSTNAME in
+ profitbricks-build7-a*) DEBS="$DEBS
+ postgresql
+ postgresql-11-debversion
+ pystache3
+ python3-apt
+ python3-psycopg2" ;;
+ *) ;;
+ esac
# install squid / apache2 on a few nodes only
case $HOSTNAME in
profitbricks-build1-a*|profitbricks-build10*|codethink-sled16*|osuosl-build167*) DEBS="$DEBS
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/29a95985cc4ce489dd89bc0d6e79c31e06dd260b
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/29a95985cc4ce489dd89bc0d6e79c31e06dd260b
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/20200226/005d47f0/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list