index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-15 14:54:09 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-15 14:54:13 +0300 |
commit | 7aad47c84b1bf783139a536635dd0a6ac789075f (patch) | |
tree | de3309c70c79bbc8b49487fc09d1ecbc5eec4a95 /bin | |
parent | d67db056e3245c869540a93aab81bc7094c6e98a (diff) |
-rwxr-xr-x | bin/get-package-updates | 2 |
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" \ |