Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-08-15 09:50:00 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2024-08-15 09:50:00 +0200
commit0df047000224b06b9986b3608c6b237f3009c536 (patch)
tree15bca5129b39b2fd0716b1426955468d94d0cd7c
parent6d4f70ced3a9915f1eda1d145d7be889dbae69e1 (diff)
ignring linux-api-headers any (e383f4debfe90631a2eefabff9c6704f26bc3249)
-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 cc9e03e..738046d 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -329,6 +329,7 @@ echo 'Check modified packages from the last update, and put them to the build li
done \
| grep -v '^lib32-' \
| grep -vF '03fd4a0a1cee6144848a5e5de6e03f0319e9d118' \
+ | grep -vF 'e383f4debfe90631a2eefabff9c6704f26bc3249' \
| sort -u \
> "${tmp_dir}/upstream-packages"
diff "${tmp_dir}/mysql-packages" "${tmp_dir}/upstream-packages" \