summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 1e0502f..ffcb078 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -106,7 +106,7 @@ delete_package() {
"${work_dir}/deletion-list.new"
sed -i "/^$(str_to_regex "${1}") /d" "${work_dir}/build-list.new"
find "${work_dir}/package-states" -maxdepth 1 -mindepth 1 -regextype grep \
- -regex '.*/'"$(str_to_regex "${1}")"'\(\.[^.]\+\)\{3\}\.\(blocked\|locked\)' \
+ -regex '.*/'"$(str_to_regex "${1}")"'\(\.[^.]\+\)\{3\}\.\(broken\|blocked\|locked\)' \
-delete
# TODO: Once we want to rely on the database for test_exclusion, we
# need to run the command below unconditionally, but with some