X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fmake_suite_file_list.py;h=941c73707e7cce26a4ee9abd787e3253a60c3e92;hb=c86d96790c95deed79c5ac3727361ac798c39f0f;hp=e754e77d812bee137102643f55d1bd2bc34e8e21;hpb=b48925869946218bfa7ff6309e6c717ba6be5557;p=dak.git diff --git a/dak/make_suite_file_list.py b/dak/make_suite_file_list.py index e754e77d..941c7370 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 = database.get_suite_architectures(suite) else: architectures = utils.split_args(Options["Architectures"]) for arch in [ i.lower() for i in architectures ]: