From: Mark Hymers Date: Mon, 26 Oct 2009 15:20:06 +0000 (+0000) Subject: call get_suite_binaries properly X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c984dc91cfb5a567190e6eac044f3ab3d15963a;p=dak call get_suite_binaries properly Signed-off-by: Mark Hymers --- diff --git a/dak/cruft_report.py b/dak/cruft_report.py index af3a1125..b62b2f38 100755 --- a/dak/cruft_report.py +++ b/dak/cruft_report.py @@ -384,7 +384,7 @@ def main (): bin_not_built = {} if "bnb" in checks: - bins_in_suite = get_suite_binaries(suite) + bins_in_suite = get_suite_binaries(suite.suite_name, session) # Checks based on the Sources files components = cnf.ValueList("Suite::%s::Components" % (suite))