From 720adc14f36d2e5a5b934e3e490067577efe250b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 24 Aug 2017 10:52:44 +0200 Subject: bin/get-package-updates: remove some white list elements --- bin/get-package-updates | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'bin') diff --git a/bin/get-package-updates b/bin/get-package-updates index 7cd17cf..952d1ce 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -12,9 +12,6 @@ # (might be connected to above): find out who deletes loop-files which # should not be deleted -# dependencies declared inside a PKGBUILD's package function do not -# correctly take into account CARCH (see package "gens" from community) - # remove extra whitelist cases # shellcheck source=conf/default.conf @@ -340,22 +337,12 @@ while [ -n "${black_listed_new}" ]; do sort -k2,2 | \ join -1 1 -2 2 -o 2.1 - "${work_dir}/newest-dependencies" | \ while read -r pkg; do - if [ "${pkg}" = 'python-pysocks' ] || \ - [ "${pkg}" = 'dev86' ] || \ - [ "${pkg}" = 'gens' ] || \ + if [ "${pkg}" = 'dev86' ] || \ [ "${pkg}" = 'luxblend25' ] || \ - [ "${pkg}" = 'nspluginwrapper' ] || \ - [ "${pkg}" = 'pcsxr' ] || \ - [ "${pkg}" = 'python-pifpaf' ] || \ - [ "${pkg}" = 'python-pymongo' ] || \ - [ "${pkg}" = 'q4wine' ] || \ - [ "${pkg}" = 'sopcast' ] || \ - [ "${pkg}" = 'syslinux' ] || \ - [ "${pkg}" = 'unifi' ] || \ + [ "${pkg}" = 'python-pysocks' ] || \ [ "${pkg}" = 'wine' ] || \ [ "${pkg}" = 'wine-staging' ] || \ - [ "${pkg}" = 'wine-staging-nine' ] || \ - [ "${pkg}" = 'zsnes' ]; then + [ "${pkg}" = 'wine-staging-nine' ]; then >&2 printf 'blacklisting: %s would be black listed, but is ignored.\n' "${pkg}" else echo "${pkg}" -- cgit v1.2.3-54-g00ecf