index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 10 |
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}" |