[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fix fatal typo

Holger Levsen holger at layer-acht.org
Wed Jul 6 15:50:05 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 83a7f9942cd74b15a397c543e59add6ce0657fd9
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jul 6 17:49:58 2016 +0200

    fix fatal typo
---
 update_jdn.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index b6e9adc..286bad9 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -16,9 +16,9 @@ JJB="jenkins-job-builder $@"
 
 # so we can later run some commands only if $0 has been updated…
 if [ ! -f $STAMP ] && [ $BASEDIR/$0 -nt $STAMP ] ; then
-	UPTODATE=false
+	UP2DATE=false
 else
-	UPTODATE=true
+	UP2DATE=true
 fi
 
 

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