[Qa-jenkins-scm] [jenkins.debian.net] 01/02: deploy_jdn: move the quotes around
Mattia Rizzolo
mattia at debian.org
Thu Apr 5 17:27:17 UTC 2018
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository jenkins.debian.net.
commit c07ebc3ed7643fea5b700397b48ef5de7f04aa1f
Author: Mattia Rizzolo <mattia at debian.org>
Date: Thu Apr 5 17:56:07 2018 +0200
deploy_jdn: move the quotes around
so I can have a "clean" list easily copy-pastable :)
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
deploy_jdn | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/deploy_jdn b/deploy_jdn
index 2503ff0..989e43b 100755
--- a/deploy_jdn
+++ b/deploy_jdn
@@ -29,7 +29,8 @@
START=$(date +'%s')
GIT_REPO="git://anonscm.debian.org/qa/jenkins.debian.net.git"
-export HOSTS="codethink-sled9-arm64.debian.net
+export HOSTS="
+codethink-sled9-arm64.debian.net
codethink-sled10-arm64.debian.net
codethink-sled11-arm64.debian.net
codethink-sled12-arm64.debian.net
@@ -79,7 +80,8 @@ rpi2b-armhf-rb.debian.net
rpi2c-armhf-rb.debian.net
wbd0-armhf-rb.debian.net
wbq0-armhf-rb.debian.net
-root at jenkins.debian.net"
+root at jenkins.debian.net
+"
ALL_HOSTS=$HOSTS
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list