diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-04-29 15:57:04 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-29 15:57:04 +0200 |
commit | c9ca2af8a2e07965ca472918769c728b385dbe44 (patch) | |
tree | b758463d86cb1a41afb9f1f67fae81a4b7ccbbce /deploy_jdn | |
parent | d3636e6c2cb3c09ee2cd839ee183a755335d4d89 (diff) | |
download | jenkins.debian.net-c9ca2af8a2e07965ca472918769c728b385dbe44.tar.xz |
loop through hosts in reverse order
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'deploy_jdn')
-rwxr-xr-x | deploy_jdn | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -168,6 +168,11 @@ get_arch_color() { } LOG=$(mktemp -u) +STSOH="" +for i in $HOSTS ; do + STSOH="$i $STSOH" +done +HOSTS=$STSOH for i in $HOSTS ; do echo -n "." command="$real_command" |