summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-27 11:48:17 +0200
committerErich Eckner <git@eckner.net>2018-07-27 11:48:17 +0200
commita3f8f41f231807860fb4d499bc088c5c6c069c8b (patch)
tree6244f14a3c28c0b9f4a5b90251da9592bfb903bd /bin
parent20cfbcec193b27f8a88a1b27f696e4256a7c5c50 (diff)
downloadbuilder-a3f8f41f231807860fb4d499bc088c5c6c069c8b.tar.xz
bin/get-package-updates: legacy-blacklist-parsing removed
Diffstat (limited to 'bin')
-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}"