summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-29 18:40:49 +0200
committerPhilip Hands <phil@hands.com>2016-05-29 19:06:07 +0200
commit7065b96da04706ff93d2a2cd60ca6d7f875b4234 (patch)
treef5a8ebd55d27c57f27cc23a3d995c2922f20e4f1 /update_jdn.sh
parented23d223ac0d20a24b73a2f508a3ac48c0ba4bd3 (diff)
downloadjenkins.debian.net-7065b96da04706ff93d2a2cd60ca6d7f875b4234.tar.xz
lvc: ensure that cucmber et al are installed on pb-build10
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh59
1 files changed, 28 insertions, 31 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index e48fdbdf..e26d14f0 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -241,6 +241,34 @@ if [ -f /etc/debian_version ] ; then
;;
*) ;;
esac
+ # cucumber dependencies
+ case $HOSTNAME in
+ profitbricks-build10-amd64|jenkins-test-vm) DEBS="$DEBS
+ cucumber
+ tesseract-ocr
+ i18nspector
+ libav-tools
+ libsikuli-script-java
+ libvirt-dev
+ ovmf
+ python-jabberbot
+ python-potr
+ ruby-guestfs
+ ruby-libvirt
+ ruby-net-irc
+ ruby-packetfu
+ ruby-rb-inotify
+ ruby-rjb
+ ruby-test-unit
+ tcpdump
+ unclutter
+ virt-viewer
+ x264
+ xvfb
+ x11vnc"
+ ;;
+ *) ;;
+ esac
if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "jenkins-test-vm" ] ; then
MASTERDEBS="
apache2
@@ -254,7 +282,6 @@ if [ -f /etc/debian_version ] ; then
cmake
cron-apt
csvtool
- cucumber
dnsmasq-base
dose-extra
dstat
@@ -265,26 +292,19 @@ if [ -f /etc/debian_version ] ; then
git-notifier
gocr
graphviz
- i18nspector
iasl
imagemagick
ip2host
jekyll
kgb-client
libapache2-mod-macro
- libav-tools
- libav-tools
libcap2-bin
libfile-touch-perl
libguestfs-tools
libjson-rpc-perl
- libsikuli-script-java
- libsikuli-script-java
libsoap-lite-perl
libvirt0
libvirt-bin
- libvirt-dev
- libvirt-dev
libvpx1
libxslt1-dev
linux-image-amd64
@@ -297,7 +317,6 @@ if [ -f /etc/debian_version ] ; then
openbios-ppc
openbios-sparc
openjdk-7-jre
- ovmf
pandoc
postgresql-client-9.4
poxml
@@ -307,10 +326,8 @@ if [ -f /etc/debian_version ] ; then
python-arpy
python-hachoir-metadata
python-imaging
- python-jabberbot
python-lzma
python-pip
- python-potr
python-rpy2
python-setuptools
python-twisted
@@ -320,39 +337,19 @@ if [ -f /etc/debian_version ] ; then
qemu-system-x86
qemu-user-static
radvd
- ruby-guestfs
ruby-json
- ruby-libvirt
- ruby-libvirt
- ruby-net-irc
- ruby-packetfu
- ruby-packetfu
- ruby-rb-inotify
- ruby-rjb
- ruby-rjb
ruby-rspec
- ruby-test-unit
seabios
shorewall
shorewall6
sqlite3
syslinux
- tcpdump
- tesseract-ocr
tor
- unclutter
- unclutter
- virt-viewer
- virt-viewer
vncsnapshot
vnstat
whohas
x11-apps
- x11vnc
- x11vnc
- x264
xtightvncviewer
- xvfb
xvkbd
zutils"
else