diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-19 12:08:13 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-19 12:08:13 +0200 |
commit | 4d3fce319c96cdd1bbd0296c4b0b84cb3772217a (patch) | |
tree | 08ff1c4b6af0440bae1ceb432a3d96f6934ba25a | |
parent | e8ae195c387ad55588421a12302da2edf5824649 (diff) | |
download | jenkins.debian.net-4d3fce319c96cdd1bbd0296c4b0b84cb3772217a.tar.xz |
trigger cycles: abort those jobs as long as #874504 is open
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/common-functions.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh index fae65d61..98db322f 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -56,6 +56,8 @@ if [ "${0:0:5}" != "/tmp/" ] ; then abort_if_bug_is_still_open 869155 ;; chroot-installation_sid_install_parl-desktop-world) abort_if_bug_is_still_open 864947 ;; + dpkg_*_find_trigger_cycles) + abort_if_bug_is_still_open 874504 ;; #lintian-tests_sid) # abort_if_bug_is_still_open $BLOCKER ;; #haskell-package-plan) |