X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fmake_suite_file_list.py;fp=dak%2Fmake_suite_file_list.py;h=096098bfb9cabb6456efdeb35490059e7abc7f70;hb=1c35448b880358d020e81339657e3435fdda9434;hp=de62adb9909774baa728b3e37b8fe9ede68d0629;hpb=9af3682a124014b128df6e2eb5c936cdb67c8c84;p=dak.git diff --git a/dak/make_suite_file_list.py b/dak/make_suite_file_list.py index de62adb9..096098bf 100755 --- a/dak/make_suite_file_list.py +++ b/dak/make_suite_file_list.py @@ -275,7 +275,7 @@ def write_filelists(packages, dislocated_files, session): if not Options["Architecture"]: architectures = [ a.arch_string for a in get_suite_architectures(suite, session=session) ] else: - architectures = utils.split_args(Options["Architectures"]) + architectures = utils.split_args(Options["Architecture"]) for arch in [ i.lower() for i in architectures ]: d[suite][component].setdefault(arch, {}) if arch == "source":