From: Mark Hymers Date: Sun, 27 Mar 2011 09:35:24 +0000 (+0100) Subject: And the right arguments X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=34712a168b06e541bc10b69cf0ce0305a403ee61;p=dak.git And the right arguments Signed-off-by: Mark Hymers --- diff --git a/dak/generate_filelist.py b/dak/generate_filelist.py index 29847d0d..985a23fb 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)