X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcheck_proposed_updates.py;h=f12df878948113576715d94d768f7d5839c3a2a6;hb=763c9d2215bdebfc538e9e75f5e1dcc3e4fd5a6b;hp=5b9283f712e3cee0d54711991ec795cb2c760ea8;hpb=0d80b258098ff470433efa4d9c1f81b404883195;p=dak.git diff --git a/dak/check_proposed_updates.py b/dak/check_proposed_updates.py index 5b9283f7..f12df878 100755 --- a/dak/check_proposed_updates.py +++ b/dak/check_proposed_updates.py @@ -242,7 +242,7 @@ def parse_packages(): suite = "stable" stable = {} components = Cnf.ValueList("Suite::%s::Components" % (suite)) - architectures = filter(utils.real_arch, Cnf.ValueList("Suite::%s::Architectures" % (suite))) + architectures = filter(utils.real_arch, database.get_suite_architectures(suite)) for component in components: for architecture in architectures: filename = "%s/dists/%s/%s/binary-%s/Packages" % (Cnf["Dir::Root"], suite, component, architecture)