mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
run kind of runs
This commit is contained in:
@@ -16,7 +16,7 @@ def main():
|
||||
os.unlink(kwargs['release_zip_file'])
|
||||
zipf = zipfile.ZipFile(kwargs['release_zip_file'], 'w', zipfile.ZIP_DEFLATED)
|
||||
for arch in kwargs['all_archs']:
|
||||
common.setup(common.get_argparse(default_args={'arch': arch}))
|
||||
self.setup(common.get_argparse(default_args={'arch': arch}))
|
||||
zipf.write(kwargs['qcow2_file'], arcname=os.path.relpath(kwargs['qcow2_file'], kwargs['root_dir']))
|
||||
zipf.write(kwargs['linux_image'], arcname=os.path.relpath(kwargs['linux_image'], kwargs['root_dir']))
|
||||
zipf.close()
|
||||
|
||||
Reference in New Issue
Block a user