diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-26 21:49:35 -0600 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-26 21:49:35 -0600 |
commit | c42b6e854eeafe387135b0408c2a1c4a46aa9c79 (patch) | |
tree | 37971e9e88d184e35ab5f56fecdc297b53d0f517 | |
parent | ce9fd5e4b6fae06f7088ecca5e7550f1ead5adfe (diff) | |
download | jenkins.debian.net-c42b6e854eeafe387135b0408c2a1c4a46aa9c79.tar.xz |
whitespace changes
-rwxr-xr-x | update_jdn.sh | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 03a1b7ea..1ed7231f 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -153,7 +153,31 @@ if [ -f /etc/debian_version ] ; then esac # needed to run coreboot/openwrt/netbsd jobs case $HOSTNAME in - profitbricks-build3-amd64) DEBS="$DEBS bison cmake diffutils findutils flex g++ gawk gcc git grep iasl libc6-dev m4 make subversion unzip util-linux zlib1g-dev libncurses5-dev libssl-dev locales-all kgb-client python3-yaml" ;; + profitbricks-build3-amd64) DEBS="$DEBS + bison + cmake + diffutils + findutils + flex + g++ + gawk + gcc + git + grep + iasl + libc6-dev + libncurses5-dev + libssl-dev + locales-all + kgb-client + m4 + make + python3-yaml + subversion + unzip + util-linux + zlib1g-dev" + ;; *) ;; esac if [ "$HOSTNAME" = "jenkins" ] ; then |