Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-06-09 20:52:28 +0200
committerErich Eckner <git@eckner.net>2023-06-09 20:52:42 +0200
commitcca505f1898fec8763e6ba5fa3b862b5de1cdd03 (patch)
treecd28a9f93a6ddbe82c9fc8004be24b2b57942513 /bin/get-package-updates
parent43ebbacdc47fd650c8b0f40c4190ed49ec619a64 (diff)
bin/get-package-updates: ignore packages with wrong hash
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates1
1 files changed, 1 insertions, 0 deletions
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%-*}"'@