summaryrefslogtreecommitdiff
path: root/bin/build-master-status
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-09-04 15:16:01 +0200
committerErich Eckner <git@eckner.net>2018-09-04 15:16:01 +0200
commitc32924e6f226f1e961b0cf3576c04c639e1637bb (patch)
tree4c1850049d51942555669234f07ebdfedf9391a7 /bin/build-master-status
parent122575e94563705ec0b7227fb6afbd53f5244405 (diff)
downloadbuilder-c32924e6f226f1e961b0cf3576c04c639e1637bb.tar.xz
mysql_join_dependencies_install_target_providers_with_versions() and mysql_join_install_target_providers_dependencies_with_versions() new - do not ignore the stored versions!
Diffstat (limited to 'bin/build-master-status')
-rwxr-xr-xbin/build-master-status2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-master-status b/bin/build-master-status
index 369b792..5786fb8 100755
--- a/bin/build-master-status
+++ b/bin/build-master-status
@@ -232,7 +232,7 @@ if [ ! -s "${work_dir}/build-master-sanity" ]; then
printf 'SELECT 1 FROM `dependencies`'
mysql_join_dependencies_dependency_types
printf ' AND `dependency_types`.`relevant_for_building`'
- mysql_join_dependencies_install_target_providers
+ mysql_join_dependencies_install_target_providers_with_versions
mysql_join_install_target_providers_binary_packages '' 'prov_bp'
mysql_join_binary_packages_binary_packages_in_repositories 'prov_bp' 'prov_bpir'
printf ' WHERE `prov_bpir`.`repository`=%s' \