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