]> git.decadent.org.uk Git - dak.git/commitdiff
And the right arguments
authorMark Hymers <mhy@debian.org>
Sun, 27 Mar 2011 09:35:24 +0000 (10:35 +0100)
committerMark Hymers <mhy@debian.org>
Sun, 27 Mar 2011 09:35:24 +0000 (10:35 +0100)
Signed-off-by: Mark Hymers <mhy@debian.org>
dak/generate_filelist.py

index 29847d0d86ae9b4403cbf72816e2481092e5c2eb..985a23fb1c8e932bea7b47eec89bb7a7ccc95628 100755 (executable)
@@ -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)