diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-30 13:10:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-30 13:10:42 +0200 |
commit | 5f4e95c5a64acdff2bebcf0fa25e5e88cd7d223a (patch) | |
tree | fcaa7b0c3f4f93e931bdc90279ff657a2bc0fc9c | |
parent | c9bce78433e5405cc6621ffa70635a74821e0d42 (diff) | |
download | jenkins.debian.net-5f4e95c5a64acdff2bebcf0fa25e5e88cd7d223a.tar.xz |
remove backslashes…
-rwxr-xr-x | update_jdn.sh | 218 |
1 files changed, 109 insertions, 109 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index fe864bce..ec3c8863 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -90,117 +90,117 @@ if [ -f /etc/debian_version ] ; then # install packages we need # if [ ./$0 -nt $STAMP ] || [ ! -f $STAMP ] ; then - DEBS=" \ - bash-completion \ - bc \ - curl \ - debootstrap \ - devscripts \ - git - schroot \ - screen \ - subversion \ - subversion-tools \ - sudo \ - unzip \ - vim \ + DEBS=" + bash-completion + bc + curl + debootstrap + devscripts + git + schroot + screen + subversion + subversion-tools + sudo + unzip + vim " if [ "$HOSTNAME" = "jenkins" ] ; then - MASTERDEBS=" \ - apache2 \ - apt-file \ - apt-listchanges \ - binfmt-support \ - bison \ - build-essential \ - calamaris \ - cmake \ - cron-apt \ - csvtool \ - cucumber \ - dnsmasq-base \ - dose-extra \ - dstat \ - etckeeper \ - figlet \ - flex \ - gawk \ - ghc \ - gocr \ - graphviz \ - haveged \ - iasl \ - imagemagick \ - ip2host \ - less \ - libapache2-mod-macro \ - libav-tools \ - libcap2-bin \ - libfile-touch-perl \ - libguestfs-tools \ - libjson-rpc-perl \ - libsikuli-script-java \ - libsoap-lite-perl \ - libvirt0 \ - libvirt-bin \ - libvirt-dev \ - libvpx1 \ - libxslt1-dev \ - linux-image-amd64 \ - mock \ - molly-guard \ - moreutils \ - mr \ - mtr-tiny \ - munin \ - munin-plugins-extra \ - ntp \ - openbios-ppc \ - openbios-sparc \ - openjdk-7-jre \ - ovmf \ - pigz \ - postgresql-client-9.4 \ - poxml \ - procmail \ - python3-debian \ - python3-psycopg2 \ - python3-yaml \ - python-arpy \ - python-hachoir-metadata \ - python-imaging \ - python-lzma \ - python-pip \ - python-rpy2 \ - python-setuptools \ - python-twisted \ - python-yaml \ - qemu \ - qemu-kvm \ - qemu-system-x86 \ - qemu-user-static \ - radvd \ - ruby-json \ - ruby-libvirt \ - ruby-packetfu \ - ruby-rjb \ - ruby-rspec \ - seabios \ - shorewall \ - shorewall6 \ - sqlite3 \ - squid3 \ - syslinux \ - tcpdump \ - unclutter \ - virt-viewer \ - vncsnapshot \ - vnstat \ - x11-apps \ - x11vnc \ - xtightvncviewer \ - xvfb \ - zutils \ + MASTERDEBS=" + apache2 + apt-file + apt-listchanges + binfmt-support + bison + build-essential + calamaris + cmake + cron-apt + csvtool + cucumber + dnsmasq-base + dose-extra + dstat + etckeeper + figlet + flex + gawk + ghc + gocr + graphviz + haveged + iasl + imagemagick + ip2host + less + libapache2-mod-macro + libav-tools + libcap2-bin + libfile-touch-perl + libguestfs-tools + libjson-rpc-perl + libsikuli-script-java + libsoap-lite-perl + libvirt0 + libvirt-bin + libvirt-dev + libvpx1 + libxslt1-dev + linux-image-amd64 + mock + molly-guard + moreutils + mr + mtr-tiny + munin + munin-plugins-extra + ntp + openbios-ppc + openbios-sparc + openjdk-7-jre + ovmf + pigz + postgresql-client-9.4 + poxml + procmail + python3-debian + python3-psycopg2 + python3-yaml + python-arpy + python-hachoir-metadata + python-imaging + python-lzma + python-pip + python-rpy2 + python-setuptools + python-twisted + python-yaml + qemu + qemu-kvm + qemu-system-x86 + qemu-user-static + radvd + ruby-json + ruby-libvirt + ruby-packetfu + ruby-rjb + ruby-rspec + seabios + shorewall + shorewall6 + sqlite3 + squid3 + syslinux + tcpdump + unclutter + virt-viewer + vncsnapshot + vnstat + x11-apps + x11vnc + xtightvncviewer + xvfb + zutils sysvinit-core" else MASTERDEBS="" |