summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/db-update6
1 files changed, 0 insertions, 6 deletions
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`'