[Qa-jenkins-scm] [jenkins.debian.net] 01/02: stop querying the bts for #848422 - we know it's fixed

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 e1d737fd970e08d7526b99b43dc764de07c64dfc
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Dec 19 12:56:41 2016 +0100

    stop querying the bts for #848422 - we know it's fixed
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/common-functions.sh | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index deaf174..08aebad 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -51,18 +51,18 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
 	fi
 	# abort certain jobs if we know they will fail due to certain bugs…
 	case $JOB_NAME in
-		lintian-tests_sid)
-			abort_if_bug_is_still_open 848422 ;;
-		haskell-package-plan)
-			abort_if_bug_is_still_open 848422 ;;
-		edu-packages_sid*)
-			abort_if_bug_is_still_open 848422 ;;
-		reproducible_*_from_git_master)
-			abort_if_bug_is_still_open 848422 ;;
-		chroot-installation_sid_install_education*)
-			abort_if_bug_is_still_open 848422 ;;
-		chroot-installation_stretch_install_education-*_upgrade_to_sid)
-			abort_if_bug_is_still_open 848422 ;;
+		#lintian-tests_sid)
+		#	abort_if_bug_is_still_open 848422 ;;
+		#haskell-package-plan)
+		#	abort_if_bug_is_still_open 848422 ;;
+		#edu-packages_sid*)
+		#	abort_if_bug_is_still_open 848422 ;;
+		#reproducible_*_from_git_master)
+		#	abort_if_bug_is_still_open 848422 ;;
+		#chroot-installation_sid_install_education*)
+		#	abort_if_bug_is_still_open 848422 ;;
+		#chroot-installation_stretch_install_education-*_upgrade_to_sid)
+		#	abort_if_bug_is_still_open 848422 ;;
 		*) ;;
 	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