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