index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-01-15 10:58:58 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-01-15 10:58:58 +0100 |
commit | 8a89d48372b0fbfbd3fb9d7edc03766554f383ea (patch) | |
tree | df61e3fdc8dd9cacd495af4dabcbdecac11cc704 /bin/db-update | |
parent | 1f47da1679460296c05b5054b4c2865759236d79 (diff) |
-rwxr-xr-x | bin/db-update | 1 |
diff --git a/bin/db-update b/bin/db-update index ae79135..0da8f2d 100755 --- a/bin/db-update +++ b/bin/db-update @@ -255,6 +255,7 @@ for source_stability in \ mysql_join_install_target_providers_binary_packages_in_repositories mysql_join_binary_packages_in_repositories_repositories 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`' printf ');\n' |