index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-15 14:05:54 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-15 14:05:54 +0300 |
commit | 8fdedb8e45a5b1dcdbf3834557ece5da932788b7 (patch) | |
tree | 459e8493172b790559ddde04d4bfa2bd4a15c159 | |
parent | cba2e7e289fd412d7136de9802fe327400c9e267 (diff) |
-rwxr-xr-x | bin/get-package-updates | 2 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index a0a2427..e9ef071 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -298,7 +298,7 @@ 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 '03fd4a0a1cee6144848a5e5de6e03f0319e9d118' \ + | grep -vF 'extra-x86_64/python-snappy' \ | sort -u ) # shellcheck disable=SC2016 |