Commit 7065b96d authored by Philip Hands's avatar Philip Hands
Browse files

lvc: ensure that cucmber et al are installed on pb-build10

parent ed23d223
...@@ -241,6 +241,34 @@ if [ -f /etc/debian_version ] ; then ...@@ -241,6 +241,34 @@ if [ -f /etc/debian_version ] ; then
;; ;;
*) ;; *) ;;
esac 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 if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "jenkins-test-vm" ] ; then
MASTERDEBS=" MASTERDEBS="
apache2 apache2
...@@ -254,7 +282,6 @@ if [ -f /etc/debian_version ] ; then ...@@ -254,7 +282,6 @@ if [ -f /etc/debian_version ] ; then
cmake cmake
cron-apt cron-apt
csvtool csvtool
cucumber
dnsmasq-base dnsmasq-base
dose-extra dose-extra
dstat dstat
...@@ -265,26 +292,19 @@ if [ -f /etc/debian_version ] ; then ...@@ -265,26 +292,19 @@ if [ -f /etc/debian_version ] ; then
git-notifier git-notifier
gocr gocr
graphviz graphviz
i18nspector
iasl iasl
imagemagick imagemagick
ip2host ip2host
jekyll jekyll
kgb-client kgb-client
libapache2-mod-macro libapache2-mod-macro
libav-tools
libav-tools
libcap2-bin libcap2-bin
libfile-touch-perl libfile-touch-perl
libguestfs-tools libguestfs-tools
libjson-rpc-perl libjson-rpc-perl
libsikuli-script-java
libsikuli-script-java
libsoap-lite-perl libsoap-lite-perl
libvirt0 libvirt0
libvirt-bin libvirt-bin
libvirt-dev
libvirt-dev
libvpx1 libvpx1
libxslt1-dev libxslt1-dev
linux-image-amd64 linux-image-amd64
...@@ -297,7 +317,6 @@ if [ -f /etc/debian_version ] ; then ...@@ -297,7 +317,6 @@ if [ -f /etc/debian_version ] ; then
openbios-ppc openbios-ppc
openbios-sparc openbios-sparc
openjdk-7-jre openjdk-7-jre
ovmf
pandoc pandoc
postgresql-client-9.4 postgresql-client-9.4
poxml poxml
...@@ -307,10 +326,8 @@ if [ -f /etc/debian_version ] ; then ...@@ -307,10 +326,8 @@ if [ -f /etc/debian_version ] ; then
python-arpy python-arpy
python-hachoir-metadata python-hachoir-metadata
python-imaging python-imaging
python-jabberbot
python-lzma python-lzma
python-pip python-pip
python-potr
python-rpy2 python-rpy2
python-setuptools python-setuptools
python-twisted python-twisted
...@@ -320,39 +337,19 @@ if [ -f /etc/debian_version ] ; then ...@@ -320,39 +337,19 @@ if [ -f /etc/debian_version ] ; then
qemu-system-x86 qemu-system-x86
qemu-user-static qemu-user-static
radvd radvd
ruby-guestfs
ruby-json ruby-json
ruby-libvirt
ruby-libvirt
ruby-net-irc
ruby-packetfu
ruby-packetfu
ruby-rb-inotify
ruby-rjb
ruby-rjb
ruby-rspec ruby-rspec
ruby-test-unit
seabios seabios
shorewall shorewall
shorewall6 shorewall6
sqlite3 sqlite3
syslinux syslinux
tcpdump
tesseract-ocr
tor tor
unclutter
unclutter
virt-viewer
virt-viewer
vncsnapshot vncsnapshot
vnstat vnstat
whohas whohas
x11-apps x11-apps
x11vnc
x11vnc
x264
xtightvncviewer xtightvncviewer
xvfb
xvkbd xvkbd
zutils" zutils"
else else
......
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