diff options
Diffstat (limited to 'bin')
-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 4a7ed266..40797617 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -56,8 +56,8 @@ if [ "${0:0:5}" != "/tmp/" ] ; then for BLOCKER in 869155 867695 ; do abort_if_bug_is_still_open $BLOCKER done ;; - chroot-installation_*_install_parl-desktop*) - for BLOCKER in 864947 872712 867658 ; do + chroot-installation_buster_install_parl-desktop*) + for BLOCKER in 871284 ; do abort_if_bug_is_still_open $BLOCKER done ;; dpkg_*_find_trigger_cycles) |