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

[dak/master] And the right arguments



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 dak/generate_filelist.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dak/generate_filelist.py b/dak/generate_filelist.py
index 29847d0..985a23f 100755
--- a/dak/generate_filelist.py
+++ b/dak/generate_filelist.py
@@ -183,11 +183,11 @@ def main():
                     #pool.apply_async(writeSourceList,
                     #    (suite_id, component_id, Options['Incremental']), callback=log)
                 elif architecture.arch_string == 'all':
-                    log([writeAllList(suite_id, component_id, 'deb', Options['Incremental'])])
+                    log([writeAllList(suite_id, component_id, architecture_id, 'deb', Options['Incremental'])])
                     #pool.apply_async(writeAllList,
                     #    (suite_id, component_id, architecture_id, 'deb',
                     #        Options['Incremental']), callback=log)
-                    log([writeAllList(suite_id, component_id, 'udeb', Options['Incremental'])])
+                    log([writeAllList(suite_id, component_id, architecture_id, 'udeb', Options['Incremental'])])
                     #pool.apply_async(writeAllList,
                     #    (suite_id, component_id, architecture_id, 'udeb',
                     #        Options['Incremental']), callback=log)
-- 
1.7.2.5


Reply to: