From ab7951cb4d26a1ae1099b2c385b06cf8b6cd3e83 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 26 Sep 2020 16:50:05 +0200 Subject: bin/get-package-updates: find "any" packages for rescheduling, too --- bin/get-package-updates | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/get-package-updates b/bin/get-package-updates index cdd7619..2b42144 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -325,8 +325,7 @@ echo 'Check modified packages from the last update, and put them to the build li # would they be black listed in the first place? if git -C "${git_dir}" archive "${git_rev}" -- "${pkgbase}/repos" \ | tar -tf - \ - | cut -d/ -f3 \ - | grep -q -- '-x86_64$'; then + | grep -q -- '-\(any\|x86_64\)/PKGBUILD$'; then printf 'A %s %s %s\n' \ "${pkgbase}" \ "${git_rev}" \ -- cgit v1.2.3