summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-24 10:37:24 +0200
committerErich Eckner <git@eckner.net>2018-07-24 10:37:24 +0200
commit9657de02c83b77b69fbc969412569d6ab6d5b6c8 (patch)
treef41a72c181503f881ae5689b4e6ae0e5cd44379a /bin/get-package-updates
parent86207d643507dcc1f1a40d7693b1e21c2acdddda (diff)
downloadbuilder-9657de02c83b77b69fbc969412569d6ab6d5b6c8.tar.xz
bin/get-package-updates: add TODO
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 724e261..e6bfa29 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -450,6 +450,7 @@ touch "${tmp_dir}/black-listed"
sort -u > \
"${tmp_dir}/black-listed-new"
+# TODO: this should be a stored procedure
while [ -s "${tmp_dir}/black-listed-new" ]; do
cat \
"${tmp_dir}/black-listed-new" \