diff options
author | Erich Eckner <git@eckner.net> | 2018-06-22 22:05:20 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-22 22:05:31 +0200 |
commit | deb72750138ff6ef454bd1eaa15a7a03fc4f0f6c (patch) | |
tree | a3b8f893b785363fc865ec4d76b322ea3a935c97 | |
parent | 0b072196bb3a4c42f94c45debfdfa5ff26524f4c (diff) | |
download | builder-deb72750138ff6ef454bd1eaa15a7a03fc4f0f6c.tar.xz |
bin/db-update: the OLD dependencies must be broken - not the NEW!
-rwxr-xr-x | bin/db-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-update b/bin/db-update index a8659a7..6f4096c 100755 --- a/bin/db-update +++ b/bin/db-update @@ -203,7 +203,7 @@ for source_stability in \ printf ' AND `old_r`.`stability`=%s' \ "${source_stability}" printf ' AND `old_r`.`architecture`=`to_r`.`architecture`' - mysql_join_binary_packages_dependencies 'new_bp' + mysql_join_binary_packages_dependencies 'old_bp' mysql_join_dependencies_dependency_types printf ' AND `dependency_types`.`relevant_for_binary_packages`' printf ' WHERE NOT EXISTS (' |