X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcompare_suites.py;h=01652d94fc953a93a2c58e5b53624f3c5a0c5a50;hb=b612f3da207fa0d75a5d3b204ac8f02bb244231a;hp=ab0ab3c0d6d8c04f5456c15cf72258321ef3e572;hpb=cd5b29ddfd8de263c085f494b9573d683913f6f3;p=dak.git diff --git a/dak/compare_suites.py b/dak/compare_suites.py index ab0ab3c0..01652d94 100755 --- a/dak/compare_suites.py +++ b/dak/compare_suites.py @@ -67,7 +67,7 @@ def main (): arch_all_id = database.get_architecture_id("all") dsc_type_id = database.get_override_type_id("dsc") - for arch in Cnf.ValueList("Suite::%s::Architectures" % (src_suite)): + for arch in database.get_suite_architectures(src_suite_id): if arch == "source": continue