From c722a1f805562c0d0b02f905812a3a9b4116edc1 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sat, 19 Dec 2015 11:52:38 +0100 Subject: [PATCH] Include all source packages in index Previously we required that either an override is present or the source is an "extra source" introduced via Built-Using. However as we now include all binary packages (see previous commit), we should also include all source packages to treat both in a consistent way. --- dak/generate_packages_sources2.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/dak/generate_packages_sources2.py b/dak/generate_packages_sources2.py index a201d5ac..ed12e9f1 100755 --- a/dak/generate_packages_sources2.py +++ b/dak/generate_packages_sources2.py @@ -94,9 +94,6 @@ LEFT JOIN override o ON o.package = s.source LEFT JOIN section sec ON o.section = sec.id LEFT JOIN priority pri ON o.priority = pri.id -WHERE - (src_associations_full.extra_source OR o.suite IS NOT NULL) - ORDER BY s.source, s.version """ -- 2.39.2