summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-19 17:39:48 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-19 17:39:48 +0100
commit2400d83199f25703937fadbd6ed08c637c1c20da (patch)
tree9b2d15f1910b22e35fa8826cd526f082baa663e1
parent719b1888d402ace35bd5a987a3d0c0a8fefdf1d9 (diff)
downloadjenkins.debian.net-2400d83199f25703937fadbd6ed08c637c1c20da.tar.xz
split packages per line
-rwxr-xr-xupdate_jdn.sh112
1 files changed, 100 insertions, 12 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 3eb20b55..1d7ad0fb 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -57,19 +57,107 @@ fi
# install packages we need
# (more or less grouped into more-then-nice-to-have, needed-while-things-are-new, needed)
#
-sudo apt-get install vim screen less etckeeper moreutils curl mtr-tiny dstat devscripts bash-completion shorewall shorewall6 cron-apt apt-listchanges calamaris visitors procmail libjson-rpc-perl libfile-touch-perl zutils ip2host pigz \
- build-essential python-setuptools molly-guard \
- debootstrap sudo figlet graphviz apache2 libapache2-mod-macro 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 python-lzma bc \
- 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-jre python3-yaml python3-psycopg2
+sudo apt-get install vim \
+ screen \
+ less \
+ etckeeper \
+ moreutils \
+ curl \
+ mtr-tiny \
+ dstat \
+ devscripts \
+ bash-completion \
+ shorewall \
+ shorewall6 \
+ cron-apt \
+ apt-listchanges \
+ calamaris \
+ visitors \
+ procmail \
+ libjson-rpc-perl \
+ libfile-touch-perl \
+ zutils \
+ ip2host \
+ pigz \
+ build-essential \
+ python-setuptools \
+ molly-guard \
+ debootstrap \
+ sudo \
+ figlet \
+ graphviz \
+ apache2 \
+ libapache2-mod-macro \
+ 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 \
+ python-lzma \
+ bc \
+ 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-jre \
+ python3-yaml \
+ python3-psycopg2
# debootstrap is affected by #766459 in wheezy
-sudo apt-get install -t wheezy-backports qemu debootstrap qemu-kvm qemu-system-x86 libvirt0 qemu-user-static binfmt-support \
- libvirt-dev libvirt-bin seabios ruby-rjb ruby-packetfu cucumber \
- linux-image-amd64 \
- munin munin-plugins-extra
+sudo apt-get install -t wheezy-backports \
+ qemu \
+ debootstrap \
+ qemu-kvm \
+ qemu-system-x86 \
+ libvirt0 \
+ qemu-user-static \
+ binfmt-support \
+ libvirt-dev \
+ libvirt-bin \
+ seabios \
+ ruby-rjb \
+ ruby-packetfu \
+ cucumber \
+ linux-image-amd64 \
+ munin \
+ munin-plugins-extra
explain "Packages installed."
echo "Also needs python-arpy from jessie..."