X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fmake_suite_file_list.py;h=3f05de3aa5ee18fd984930be60710831ab8df074;hb=e47619471d54d20613d18bb8ac928650513ab404;hp=e754e77d812bee137102643f55d1bd2bc34e8e21;hpb=8d5c033bb1cc903c5ce7dc87b4122ea441fa28a3;p=dak.git diff --git a/dak/make_suite_file_list.py b/dak/make_suite_file_list.py index e754e77d..3f05de3a 100755 --- a/dak/make_suite_file_list.py +++ b/dak/make_suite_file_list.py @@ -296,7 +296,7 @@ def write_filelists(packages, dislocated_files): else: binary_types = [ "deb" ] if not Options["Architecture"]: - architectures = Cnf.ValueList("Suite::%s::Architectures" % (suite)) + architectures = get_suite_architectures(suite) else: architectures = utils.split_args(Options["Architectures"]) for arch in [ i.lower() for i in architectures ]: