X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fcruft_report.py;h=5b199dcab8de5756ec347f9ef96f349f63ae8025;hb=efe39a90214db10e0a993a2aa2d236edcae46016;hp=21988dcd1d97aeb96c4a144b2df9ffb7183e2fa8;hpb=b8140e33e1e147818effa5d88996a044049ad8f6;p=dak.git diff --git a/dak/cruft_report.py b/dak/cruft_report.py index 21988dcd..5b199dca 100755 --- a/dak/cruft_report.py +++ b/dak/cruft_report.py @@ -571,7 +571,7 @@ def main (): bins_in_suite = get_suite_binaries(suite, session) # Checks based on the Sources files - components = cnf.ValueList("Suite::%s::Components" % (suite_name)) + components = get_component_names(session) for component in components: filename = "%s/dists/%s/%s/source/Sources.gz" % (cnf["Dir::Root"], suite_name, component) # apt_pkg.ParseTagFile needs a real file handle and can't handle a GzipFile instance...