From e1d737fd970e08d7526b99b43dc764de07c64dfc Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 19 Dec 2016 12:56:41 +0100 Subject: stop querying the bts for #848422 - we know it's fixed Signed-off-by: Holger Levsen --- bin/common-functions.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'bin/common-functions.sh') diff --git a/bin/common-functions.sh b/bin/common-functions.sh index deaf1747..08aebadf 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... -- cgit v1.2.3-54-g00ecf