From cca505f1898fec8763e6ba5fa3b862b5de1cdd03 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 9 Jun 2023 20:52:28 +0200 Subject: bin/get-package-updates: ignore packages with wrong hash --- bin/get-package-updates | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/get-package-updates') diff --git a/bin/get-package-updates b/bin/get-package-updates index c102e3d..5c99c32 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -327,6 +327,7 @@ echo 'Check modified packages from the last update, and put them to the build li # shellcheck disable=SC2154 git -C "${repo_paths__state}" archive "${new_repo_revisions__state}" -- "${directory}" \ | tar -Ox \ + | grep -v '^\S\+\( \S\+\)\1\1$' \ | cut -d' ' -f1,4 \ | sed ' s@$@ '"${directory%-*}"'@ -- cgit v1.2.3-54-g00ecf