From 133a4cf8bea70ae4b762095c126eb1fbfed40004 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 19 Dec 2016 12:57:45 +0100 Subject: refactor Signed-off-by: Holger Levsen --- bin/common-functions.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'bin/common-functions.sh') diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 08aebadf..579c8637 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... -- cgit v1.2.3-54-g00ecf