[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] cruft_report: Hack: skip debian-installer on kfreebsd



Doesn't exist yet.
---
 dak/cruft_report.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dak/cruft_report.py b/dak/cruft_report.py
index b2b5836..4c6d323 100755
--- a/dak/cruft_report.py
+++ b/dak/cruft_report.py
@@ -428,6 +428,8 @@ def main ():
     for component in check_components:
         architectures = filter(utils.real_arch, database.get_suite_architectures(suite))
         for architecture in architectures:
+	    if component == 'main/debian-installer' and re.match("kfreebsd", architecture):
+		continue
             filename = "%s/dists/%s/%s/binary-%s/Packages.gz" % (Cnf["Dir::Root"], suite, component, architecture)
             # apt_pkg.ParseTagFile needs a real file handle
             (fd, temp_filename) = utils.temp_filename()
-- 
1.5.6.5


Reply to: