Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-05-15 14:54:09 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-05-15 14:54:13 +0300
commit7aad47c84b1bf783139a536635dd0a6ac789075f (patch)
treede3309c70c79bbc8b49487fc09d1ecbc5eec4a95
parentd67db056e3245c869540a93aab81bc7094c6e98a (diff)
get-package-updates: Ignore old python-snappy v4HEADmaster
It'll work this time I promise
-rwxr-xr-xbin/get-package-updates2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 12caa50..cc9e03e 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -328,7 +328,7 @@ echo 'Check modified packages from the last update, and put them to the build li
'
done \
| grep -v '^lib32-' \
- | grep -vF 'extra-x86_64/python-snappy' \
+ | grep -vF '03fd4a0a1cee6144848a5e5de6e03f0319e9d118' \
| sort -u \
> "${tmp_dir}/upstream-packages"
diff "${tmp_dir}/mysql-packages" "${tmp_dir}/upstream-packages" \