From 4a7ea0cf1ee8dfaa327c4f8661242fa0c0fdf358 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 17 Nov 2017 08:25:33 +0000 Subject: chroot-installs: add a new blocker for debian-parl: #871284 (which is a ftbfs bug in syncevolution blocking the fixed parl packages from entering buster) Signed-off-by: Holger Levsen --- bin/common-functions.sh | 4 ++-- 1 file 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) -- cgit v1.2.3-54-g00ecf