[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] The other way round



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/make_suite_file_list.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dak/make_suite_file_list.py b/dak/make_suite_file_list.py
index 47ca692..76c0b0b 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":
-- 
1.5.6.5


Reply to: