diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-11-17 08:25:33 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-17 08:26:19 +0000 |
commit | 4a7ea0cf1ee8dfaa327c4f8661242fa0c0fdf358 (patch) | |
tree | 6acb668ebca2d29f659638829410dc0bedd85672 /bin | |
parent | f17845c9395b7f2354d02019b9533d5b65cdb076 (diff) | |
download | jenkins.debian.net-4a7ea0cf1ee8dfaa327c4f8661242fa0c0fdf358.tar.xz |
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 <holger@layer-acht.org>
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) |