[Qa-jenkins-scm] [jenkins.debian.net] 01/02: refactor, make logic great again

Holger Levsen holger at layer-acht.org
Thu Apr 20 19:48:21 UTC 2017


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 11045ef5ec0a2a56629369aa7fa3c98a329ce640
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Apr 20 21:40:15 2017 +0200

    refactor, make logic great again
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 deploy_jdn | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/deploy_jdn b/deploy_jdn
index c6490d0..df29573 100755
--- a/deploy_jdn
+++ b/deploy_jdn
@@ -120,8 +120,10 @@ elif [ "$1" = "check" ] ; then
 	real_command="pgrep -l -a -f _build.sh"
 	reset_clock=false
 	shift
-elif [ "$1" = "" ] || [ "$1" = "jenkins" ] ; then
+elif [ "$1" = "" ] ; then
         export HOSTS="root at jenkins.debian.net"
+elif [ "$1" = "jenkins" ] ; then
+	export HOSTS="root at jenkins.debian.net"
 	shift
 	for i in $@ ; do
 		case $i in

-- 
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