summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/get-package-updates10
1 files changed, 1 insertions, 9 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 5fe6223..fe1bd81 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -466,15 +466,7 @@ echo 'apply blacklisting'
tar -Ox 'blacklist' | \
sed '
s/\s*#.*$//
- /^\s*$/d
-# TODO: remove the legacy-blacklist-parsing
- /^\S*$/ {
- h
- s/^.*$/Warning: legacy entry in black-list detected:\n"\0"/
- w /dev/stderr
- g
- s/^/any /
- }
+ /^\S\+\s\+\S\+$/!d
'
if [ -n "${test_exclusion}" ]; then
echo "${test_exclusion}"