[Qa-jenkins-scm] [jenkins.debian.net] 02/02: deploy_everywhere: add support for running on a single host without running it on jenkins
Holger Levsen
holger at layer-acht.org
Wed Aug 3 14:06:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 11c2d66c8e2232ae688f978473ebf251de3385c3
Author: Mattia Rizzolo <mattia at debian.org>
Date: Wed Aug 3 13:55:36 2016 +0000
deploy_everywhere: add support for running on a single host without running it on jenkins
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
deploy_everywhere | 3 +++
1 file changed, 3 insertions(+)
diff --git a/deploy_everywhere b/deploy_everywhere
index 7f1fd2d..1008498 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."
--
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