diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-16 15:07:02 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-16 15:07:02 +0100 |
commit | cefc1ca9e46d6ad065e2cf443e43b37f9305bc0c (patch) | |
tree | 1141a8f295abce93bc400e3421e664552003496c | |
parent | 11d699cb48f82031e06e1a29aca6071f077c62d9 (diff) | |
download | jenkins.debian.net-cefc1ca9e46d6ad065e2cf443e43b37f9305bc0c.tar.xz |
install packages for libvirt/kvm tests using cucumber as implemented for https://tails.boum.org/contribute/release_process/test/automated_tests/ - many thanks to the tails developers for their nice work and documentation of it
-rw-r--r-- | etc/nagios/obsolete-packages-ignore | 1 | ||||
-rwxr-xr-x | update_jdn.sh | 10 |
2 files changed, 9 insertions, 2 deletions
diff --git a/etc/nagios/obsolete-packages-ignore b/etc/nagios/obsolete-packages-ignore index 37444dfd..518dbb9a 100644 --- a/etc/nagios/obsolete-packages-ignore +++ b/etc/nagios/obsolete-packages-ignore @@ -1 +1,2 @@ python-arpy +ovmf diff --git a/update_jdn.sh b/update_jdn.sh index e67b0811..ed997601 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -60,12 +60,18 @@ fi sudo apt-get install vim screen less etckeeper moreutils curl mtr-tiny dstat devscripts bash-completion shorewall shorewall6 cron-apt apt-listchanges munin munin-plugins-extra calamaris visitors procmail libjson-rpc-perl libfile-touch-perl zutils ip2host pigz \ build-essential python-setuptools molly-guard \ debootstrap sudo figlet graphviz apache2 python-yaml python-pip mr subversion subversion-tools vnstat poxml vncsnapshot imagemagick libav-tools python-twisted python-imaging gocr guestmount schroot sqlite3 dose-extra apt-file \ - unzip python-hachoir-metadata ghc python-rpy2 libsoap-lite-perl haveged postgresql-client-9.1 + unzip python-hachoir-metadata ghc python-rpy2 libsoap-lite-perl haveged postgresql-client-9.1 xvfb virt-viewer libsikuli-script-java \ + libxslt1-dev tcpdump unclutter radvd x11-apps syslinux \ + libcap2-bin devscripts libvirt-ruby ruby-rspec gawk ntp \ + ruby-json x11vnc xtightvncviewer ffmpeg libavcodec-extra-53 \ + libvpx1 dnsmasq-base openjdk-7-jr # debootstrap is affected by #766459 in wheezy -sudo apt-get install -t wheezy-backports qemu debootstrap +sudo apt-get install -t wheezy-backports qemu debootstrap qemu-kvm qemu-system-x86 libvirt0 \ + libvirt-dev libvirt-bin seabios ruby-rjb ruby-packetfu cucumber explain "Packages installed." echo "Also needs python-arpy from jessie..." +echo "Also needs ovmf from jessie..." # # deploy package configuration in /etc |