diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-11-18 23:35:29 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-18 23:35:29 +0000 |
commit | 0aba57e5d584d44e121171b0694549c0bf01a31d (patch) | |
tree | 386e46b0101e2a41dbc2f5c69cf02ef7a1adc4e2 | |
parent | 05ff09c0f9a4f36f4afcfafd13b2ec94d068add8 (diff) | |
download | jenkins.debian.net-0aba57e5d584d44e121171b0694549c0bf01a31d.tar.xz |
find_trigger_cycles job: #874504 is most likely fixed
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/common-functions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 96383e2e..48ee872f 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -60,8 +60,8 @@ if [ "${0:0:5}" != "/tmp/" ] ; then for BLOCKER in 871284 ; do abort_if_bug_is_still_open $BLOCKER done ;; - dpkg_*_find_trigger_cycles) - abort_if_bug_is_still_open 874504 ;; + #dpkg_*_find_trigger_cycles) + # abort_if_bug_is_still_open 874504 ;; #chroot-installation_stretch_install_full_desktop_upgrade_to_buster) # abort_if_bug_is_still_open 877970 ;; #chroot-installation_stretch_install_developer_upgrade_to_buster) |