From 6a8f4ca8e0550616751ca4fa636f1c8ca353be40 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 12 Apr 2020 13:16:56 +0200 Subject: fixup bugs introduced in 5635bd3 --- lib/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index 7cbf891..02b8704 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -984,9 +984,9 @@ update_blocked_packages_count() { "${repository_ids__any_build_list}" mysql_join_binary_packages_dependencies 'a_bp' mysql_join_dependencies_dependency_types + printf ' AND `dependency_types`.`relevant_for_binary_packages`' mysql_join_dependencies_install_target_providers_with_versions mysql_join_install_target_providers_binary_packages '' 'b_bp' - printf '`dependency_types`.`relevant_for_binary_packages`' mysql_join_binary_packages_binary_packages_in_repositories 'b_bp' 'b_bpir' printf ' AND `a_bpir`.`repository`=%s' \ "${repository_ids__any_build_list}" -- cgit v1.2.3