index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-04-23 00:58:11 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-04-23 00:58:11 +0200 |
commit | a491c3e24a96782afe143c9fb42caac67fbfe3b5 (patch) | |
tree | b1531a139effeff9f49a34164e7fbc4fc810979e /bin | |
parent | 7aee44e5a60d59e6f8b7b4313e97693f98e092aa (diff) |
-rwxr-xr-x | bin/get-package-updates | 3 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index 11e2083..fc62541 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -57,9 +57,6 @@ echo 'Check modified packages from the last update, and put them to the build li # If a package is deleted, remove from the rebuild list, and add it to the deletion list. # If a new package is added, then ensure that it's not on the deletion list. -# TODO: -# ignore packages from the blacklist - cp "${work_dir}/build-list"{,.new} cp "${work_dir}/deletion-list"{,.new} |