X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcheck_proposed_updates.py;h=57d068a3401427a2ee91e0c0b78cd8d43aff3bb9;hb=e47619471d54d20613d18bb8ac928650513ab404;hp=5b9283f712e3cee0d54711991ec795cb2c760ea8;hpb=8d5c033bb1cc903c5ce7dc87b4122ea441fa28a3;p=dak.git diff --git a/dak/check_proposed_updates.py b/dak/check_proposed_updates.py index 5b9283f7..57d068a3 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, 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)