[Qa-jenkins-scm] [jenkins.debian.net] 02/02: refactor

Holger Levsen holger at layer-acht.org
Mon Dec 19 11:58:25 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 133a4cf8bea70ae4b762095c126eb1fbfed40004
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Dec 19 12:57:45 2016 +0100

    refactor
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/common-functions.sh | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 08aebad..579c863 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -50,19 +50,20 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
 		exit 1
 	fi
 	# abort certain jobs if we know they will fail due to certain bugs…
+	BLOCKER=848422
 	case $JOB_NAME in
 		#lintian-tests_sid)
-		#	abort_if_bug_is_still_open 848422 ;;
+		#	abort_if_bug_is_still_open $BLOCKER ;;
 		#haskell-package-plan)
-		#	abort_if_bug_is_still_open 848422 ;;
+		#	abort_if_bug_is_still_open $BLOCKER ;;
 		#edu-packages_sid*)
-		#	abort_if_bug_is_still_open 848422 ;;
+		#	abort_if_bug_is_still_open $BLOCKER ;;
 		#reproducible_*_from_git_master)
-		#	abort_if_bug_is_still_open 848422 ;;
+		#	abort_if_bug_is_still_open $BLOCKER ;;
 		#chroot-installation_sid_install_education*)
-		#	abort_if_bug_is_still_open 848422 ;;
+		#	abort_if_bug_is_still_open $BLOCKER ;;
 		#chroot-installation_stretch_install_education-*_upgrade_to_sid)
-		#	abort_if_bug_is_still_open 848422 ;;
+		#	abort_if_bug_is_still_open $BLOCKER ;;
 		*) ;;
 	esac
 	# mktemp some place for us...

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