index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-15 12:13:29 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-15 12:13:29 +0300 |
commit | cba2e7e289fd412d7136de9802fe327400c9e267 (patch) | |
tree | adf81640d38bbff55ea5274f77d007c31bcaab08 /bin | |
parent | 96472a924f89c4961dfd0a40b1245dcda93567e9 (diff) |
-rwxr-xr-x | bin/get-package-updates | 1 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index b067233..a0a2427 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -298,6 +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' \ | sort -u ) # shellcheck disable=SC2016 |