From 4be85f7ebb49354119679c4010cbeede8cfadf9d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 30 Mar 2025 09:27:52 +0200 Subject: also ignore build-support-any for the listing used in the sanity check --- lib/common-functions | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index 4ec35f3..86cf0af 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -20,7 +20,11 @@ ls_master_mirror() { "${master_mirror_rsync_directory}/${path}/" | \ grep -v '\s\.$' | \ awk '{print $5}' | \ - grep -v build-support-manual + grep -vxFf <( + printf '%s\n' \ + build-support-any \ + build-support-manual + ) } -- cgit v1.2.3-70-g09d2