From a3f8f41f231807860fb4d499bc088c5c6c069c8b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 27 Jul 2018 11:48:17 +0200 Subject: bin/get-package-updates: legacy-blacklist-parsing removed --- bin/get-package-updates | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'bin') 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}" -- cgit v1.2.3-54-g00ecf