From 1da8cb173b67509b8fbde8dd5d710aadf9ce2c05 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 29 Aug 2023 20:30:15 +0200 Subject: bin/get-package-updates: only take things, that look like a git commit --- bin/get-package-updates | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/get-package-updates b/bin/get-package-updates index d9b9dd8..5076042 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -321,6 +321,7 @@ echo 'Check modified packages from the last update, and put them to the build li git -C "${repo_paths__state}" archive "${new_repo_revisions__state}" -- "${directory}" \ | tar -Ox \ | grep -v '^\S\+\( \S\+\)\1\1$' \ + | grep ' [0-9a-f]\{40\}$' \ | cut -d' ' -f1,4 \ | sed ' s@$@ '"${directory%-*}"'@ -- cgit v1.2.3-54-g00ecf