index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 3 |
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`)' |