index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-07-27 11:48:17 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-27 11:48:17 +0200 |
commit | a3f8f41f231807860fb4d499bc088c5c6c069c8b (patch) | |
tree | 6244f14a3c28c0b9f4a5b90251da9592bfb903bd /bin | |
parent | 20cfbcec193b27f8a88a1b27f696e4256a7c5c50 (diff) |
-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}" |