[Qa-jenkins-scm] [jenkins.debian.net] 01/02: change order, so that 'nojenkins pb4' works
Holger Levsen
holger at layer-acht.org
Sat Aug 6 00:18:00 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 64a249a4bf39aa14fea28c3c38c90b1fef4ab749
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Aug 3 23:58:08 2016 +0200
change order, so that 'nojenkins pb4' works
---
deploy_everywhere | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/deploy_everywhere b/deploy_everywhere
index 489c2ca..59ccf59 100755
--- a/deploy_everywhere
+++ b/deploy_everywhere
@@ -68,6 +68,9 @@ elif [ "$1" = "check" ] ; then
real_command="pgrep -l -a -f _build.sh"
reset_clock=false
shift
+elif [ "$1" = "nojenkins" ]; then
+ HOSTS="$2"
+ echo -n "Running j.d.n.git ('$real_command') updates on $HOSTS now"
elif [ "$1" = "only" ] || [ "$1" = "jenkins" ] ; then
export HOSTS="root at jenkins.debian.net"
case $2 in
@@ -82,9 +85,6 @@ 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