From f1c3315bdd061f4d9474d322e6a716166a9e9760 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 15 Jan 2019 11:10:00 +0100 Subject: bin/db-update: add another TODO --- bin/db-update | 3 +++ 1 file changed, 3 insertions(+) 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`)' -- cgit v1.2.3-54-g00ecf