X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcompare_suites.py;h=22b00101b15e40716b471ffb9806140820b55344;hb=e47619471d54d20613d18bb8ac928650513ab404;hp=8c367582663622701c48ea49803931050ccb846c;hpb=16f731a893f0ba036a995c25b8b5f3490394070e;p=dak.git diff --git a/dak/compare_suites.py b/dak/compare_suites.py index 8c367582..22b00101 100755 --- a/dak/compare_suites.py +++ b/dak/compare_suites.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Check for fixable discrepancies between stable and unstable +""" Check for fixable discrepancies between stable and unstable """ # Copyright (C) 2000, 2001, 2002, 2003, 2006 James Troup # This program is free software; you can redistribute it and/or modify @@ -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 get_suite_architectures(src_suite_id): if arch == "source": continue