summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/db-update')
-rwxr-xr-xbin/db-update3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/db-update b/bin/db-update
index 0da8f2d..ed2efe4 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -257,6 +257,9 @@ for source_stability in \
printf ' WHERE `install_target_providers`.`install_target`=`dependencies`.`depending_on`'
# TODO: we should probably care about versions here, too
printf ' AND `repositories`.`architecture`=`old_r`.`architecture`'
+ # TODO: also, we might want to consider the stability of the repo
+ # For this, we would need to determine the least stable package
+ # which is not less stable than the target repo
printf ');\n'
printf 'INSERT IGNORE INTO `moveable_bpir` (`id`,`to_repository`)'