]> git.decadent.org.uk Git - dak.git/blobdiff - dak/check_proposed_updates.py
suite_architectures
[dak.git] / dak / check_proposed_updates.py
index 5b9283f712e3cee0d54711991ec795cb2c760ea8..57d068a3401427a2ee91e0c0b78cd8d43aff3bb9 100755 (executable)
@@ -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)