From 11c2d66c8e2232ae688f978473ebf251de3385c3 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Wed, 3 Aug 2016 13:55:36 +0000 Subject: deploy_everywhere: add support for running on a single host without running it on jenkins Signed-off-by: Holger Levsen --- deploy_everywhere | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy_everywhere b/deploy_everywhere index 7f1fd2d8..10084988 100755 --- a/deploy_everywhere +++ b/deploy_everywhere @@ -71,6 +71,9 @@ elif [ "$1" = "only" ] || [ "$1" = "jenkins" ] ; then 10|pb10) HOSTS="$HOSTS profitbricks-build10-amd64.debian.net" ;; esac echo -n "Running j.d.n.git ('$real_command') updates on $HOSTS now" +elif [ "$1" = "nojenkins" ]; then + HOSTS="$2" + echo -n "Running j.d.n.git ('$real_command') updates on $HOSTS now" else real_command="$@" echo -n "Running '$real_command' on $HOSTS now." -- cgit v1.2.3-70-g09d2