index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-11-10 20:55:01 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-10 20:55:01 +0100 |
commit | 96b24c7375aa087da01ea1b3285f980c695a2729 (patch) | |
tree | 12fd003e3cab070654738c2073cc0eeb4f2c95ba /bin | |
parent | 359ec7afa008f5f01920e6e67cb9e7fc35e6e82d (diff) |
-rwxr-xr-x | bin/get-package-updates | 3 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index 68efa0e..bd43d62 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -254,9 +254,6 @@ while read -r package git_revision mod_git_revision repository; do done < "${work_dir}/build-list.new" -# TODO: Add "emergency break" if all / too many packages are getting on -# the deletion-list - echo 'apply blacklisting' # ignore blacklisted packages and dependent packages # this is the first time when all the information is available and up to date |