diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/common-functions.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh index ee7336ac..fae65d61 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -52,6 +52,10 @@ if [ "${0:0:5}" != "/tmp/" ] ; then # abort certain jobs if we know they will fail due to certain bugs… BLOCKER=848422 case $JOB_NAME in + chroot-installation_sid_install_design-desktop-graphics) + abort_if_bug_is_still_open 869155 ;; + chroot-installation_sid_install_parl-desktop-world) + abort_if_bug_is_still_open 864947 ;; #lintian-tests_sid) # abort_if_bug_is_still_open $BLOCKER ;; #haskell-package-plan) |