summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-21 15:36:12 +0200
committerErich Eckner <git@eckner.net>2018-06-21 15:36:12 +0200
commite93ab1f0ed0ef76624a3d44d828b58149d1322da (patch)
treef91aaaf3693433c755319e124ac49e65214760e6 /bin/get-package-updates
parentd978c7ad1b69e67744e22c560cbfc0add3fee176 (diff)
downloadbuilder-e93ab1f0ed0ef76624a3d44d828b58149d1322da.tar.xz
bin/get-package-updates: clarify TODO
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index aceef42..1c0ac5e 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -486,7 +486,7 @@ while [ -n "${black_listed_new}" ]; do
printf ' AND `install_target_providers`.`install_target`=`dependencies`.`depending_on`'
printf ') AND EXISTS ('
# TODO: This should be corrected at the root: automatic install targets, which are bogus should
- # not be added in the first place - but how do we detect that?
+ # not be added in the first place - but how do we detect that? -> add exceptions!
printf ' SELECT 1'
printf ' FROM `install_target_providers`'
printf ' WHERE `install_target_providers`.`install_target`=`dependencies`.`depending_on`'