index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 2 |
diff --git a/bin/db-update b/bin/db-update index df54bab..acf901a 100755 --- a/bin/db-update +++ b/bin/db-update @@ -412,6 +412,8 @@ mysql_query_update_replaced_bpir() { printf ');\n' printf 'INSERT IGNORE INTO `moveable_bpir` (`id`,`to_repository`)' +# FIXME: `tm_bpir`.`id` is plain wrong, here. It should be the bpir.id of the package being moved, +# not of the one being replaced. Uwaga: we need to fill tm_bpir.id into replaced_bpir, too! printf ' SELECT `tm_bpir`.`id`,`tm_bpir`.`repository`' printf ' FROM `replaced_bpir`' printf ' JOIN `binary_packages_in_repositories`' |