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:
authorTasos Sahanidis <tasos@tasossah.com>2024-05-15 14:18:35 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-05-15 14:18:47 +0300
commitd67db056e3245c869540a93aab81bc7094c6e98a (patch)
tree16fc04a778cedc088c41938f1c5522d15d502c24 /bin/get-package-updates
parent8fdedb8e45a5b1dcdbf3834557ece5da932788b7 (diff)
get-package-updates: Ignore old python-snappy v3
We'll get there at some point, I'm sure
Diffstat (limited to 'bin/get-package-updates')
-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 e9ef071..12caa50 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -298,7 +298,6 @@ echo 'Check modified packages from the last update, and put them to the build li
| cut -d/ -f1 \
| grep -vF -- '-testing-' \
| grep -vF -- '-staging-' \
- | grep -vF 'extra-x86_64/python-snappy' \
| sort -u
)
# shellcheck disable=SC2016
@@ -329,6 +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' \
| sort -u \
> "${tmp_dir}/upstream-packages"
diff "${tmp_dir}/mysql-packages" "${tmp_dir}/upstream-packages" \