From da313910bc4dd8478855c9320541c71bd258c948 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 22 Mar 2018 13:46:26 +0100 Subject: bin/db-update -p may now also move untested packages (and break consistency) --- bin/db-update | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bin') diff --git a/bin/db-update b/bin/db-update index 5b0d56f..6ecf9c9 100755 --- a/bin/db-update +++ b/bin/db-update @@ -185,12 +185,6 @@ for source_stability in 'testing' 'staging'; do mysql_join_repositories_repository_stabilities 'subst_r' 'subst_rs' printf ' AND `subst_rs`.`name`="%s"' \ "${source_stability}" - # TODO: we may relax this condition, if we a) got rid of state files - # or b) improved keeping them in sync (*.testing -> /dev/null is not - # implemented, only .tested -> /dev/null) - if [ ! "${source_stability}" = 'staging' ]; then - printf ' AND `subst_bp`.`is_tested`' - fi mysql_join_binary_packages_dependencies mysql_join_dependencies_dependency_types printf ' AND `dependency_types`.`relevant_for_binary_packages`' -- cgit v1.2.3