From cf295ab929c7cb730cc0a7a2359f6966bbde2365 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 31 Oct 2019 09:34:40 +0100 Subject: bin/get-package-updates: be more resilient against bogus svn source tree names --- bin/get-package-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/get-package-updates') diff --git a/bin/get-package-updates b/bin/get-package-updates index 5f7f618..34f3b6e 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -357,7 +357,7 @@ echo 'Check modified packages from the last update, and put them to the build li fi | \ grep '^\S\+ .\s[^/]\+/repos/[^/]\+/PKGBUILD$' | \ # ignore i686 - grep -v -- '-i686/PKGBUILD$' | \ + grep -- '-\(any\|x86_64\)/PKGBUILD$' | \ # ignore staging and testing grep -v -- '[-/]\(staging\|testing\|unstable\)-[^/]\+/PKGBUILD$' | \ sed 's|^\(\S\+\) \(.\)\t\([^/]\+\)/repos/\([^/]\+\)-[^/-]\+/PKGBUILD$|\2 \3 \1 \4|' -- cgit v1.2.3