summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-10 19:33:19 +0100
committerErich Eckner <git@eckner.net>2017-11-10 19:33:19 +0100
commit2e472da8d2aeb92666f74d12ccf06b830ececcf1 (patch)
tree5d301695fa09903a1a4bb37478d25c4b8df01996 /bin
parente742af9752656f0954d9236fdc5c66492b476c18 (diff)
downloadbuilder-2e472da8d2aeb92666f74d12ccf06b830ececcf1.tar.xz
bin/get-package-updates: add TODO
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-package-updates3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 350bc29..d5dfed6 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -254,6 +254,9 @@ 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