X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcruft_report.py;h=4969a7c376a9db7821c7667c0246703ea9e49aa7;hb=de08e1819d9164cbda04bc9b86fd0716a6e7bc2f;hp=8f72f4194d4787c53a16ee20da1cf0ba005b4d93;hpb=c9673a9bb1ba44a4f09613b4df59b73ae5f9ca4d;p=dak.git diff --git a/dak/cruft_report.py b/dak/cruft_report.py index 8f72f419..4969a7c3 100755 --- a/dak/cruft_report.py +++ b/dak/cruft_report.py @@ -356,7 +356,6 @@ def main (): if suite != "experimental": check_components.append('main/debian-installer'); for component in check_components: - print component architectures = filter(daklib.utils.real_arch, Cnf.ValueList("Suite::%s::Architectures" % (suite))) for architecture in architectures: filename = "%s/dists/%s/%s/binary-%s/Packages.gz" % (Cnf["Dir::Root"], suite, component, architecture)