Commit 29a95985 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: install packages on pb7 needed to use builtin-pho and to...


reproducible Debian: install packages on pb7 needed to use builtin-pho and to render html using pystace3

Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 1846e92a
...@@ -319,6 +319,17 @@ if [ -f /etc/debian_version ] ; then ...@@ -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" ;; osuosl-build174-amd64) DEBS="$DEBS osc obs-build qemu-kvm libjson-perl libxml-simple-perl bsdtar" ;;
*) ;; *) ;;
esac 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 # install squid / apache2 on a few nodes only
case $HOSTNAME in case $HOSTNAME in
profitbricks-build1-a*|profitbricks-build10*|codethink-sled16*|osuosl-build167*) DEBS="$DEBS profitbricks-build1-a*|profitbricks-build10*|codethink-sled16*|osuosl-build167*) DEBS="$DEBS
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment