index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-01-15 11:10:00 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-01-15 11:10:00 +0100 |
commit | f1c3315bdd061f4d9474d322e6a716166a9e9760 (patch) | |
tree | 6e74004e238a56282a6b020c5cf7f83b5abcc197 /bin | |
parent | 8a89d48372b0fbfbd3fb9d7edc03766554f383ea (diff) |
-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`)' |