[opensource-dev] Review Request: Adds support for packaging and extracting zip formatted archives

Alain Linden alain at lindenlab.com
Thu Oct 13 11:10:27 PDT 2011


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/494/
-----------------------------------------------------------

Review request for Viewer, Oz Linden, Jenn, and Nat Goodspeed.


Summary
-------

These changes are to support packaging archives as zip files.  This is useful when you are using autobuild to construct an archive that isn't really intended to be used as an autobuild installable.  Internally autobuild can handle tarballs on any platform, but if you are making a package for windows and not installing with autobuild, it is better to use zip which is natively supported.  Changes here do the following:

1. enable the --archive-format option for autobuild package to choose the format of the package.
2. add support for reading an 'archive' entry per platform with the new 'format' element to select the archive format with the configuration file.
3. add new edit command 'autobuild edit archive' to add archive configurations.
4. add support for installing zip formatted archives.


Diffs
-----

  autobuild/autobuild_tool_edit.py ac90b03614ea 
  autobuild/autobuild_tool_package.py ac90b03614ea 
  autobuild/common.py ac90b03614ea 
  autobuild/configfile.py ac90b03614ea 
  autobuild/tests/test_common.py ac90b03614ea 
  autobuild/tests/test_package.py ac90b03614ea 

Diff: http://codereview.secondlife.com/r/494/diff


Testing
-------


Thanks,

Alain

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20111013/cf3a8531/attachment.htm 


More information about the opensource-dev mailing list