From: Joerg Jaspert Date: Tue, 8 Sep 2009 07:26:00 +0000 (+0200) Subject: The other way round X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=49318b3ef26fd96a902b7b64186005074bc53118;p=dak.git The other way round Signed-off-by: Joerg Jaspert --- diff --git a/dak/make_suite_file_list.py b/dak/make_suite_file_list.py index 47ca6925..76c0b0b3 100755 --- a/dak/make_suite_file_list.py +++ b/dak/make_suite_file_list.py @@ -267,10 +267,10 @@ def write_filelists(packages, dislocated_files): binary_types = [ "deb", "udeb" ] else: binary_types = [ "deb" ] - if not Options["Architectures"]: + if not Options["Architecture"]: architectures = database.get_suite_architectures(suite) 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":