All submissions to this site are governed by the Second Life Viewer Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.

Review Board 1.6.11

Welcome to the Second Life Viewer Code Review tool.
See the documentation on our wiki for how to use this site.

Adds support for packaging and extracting zip formatted archives

Review Request #494 - Created Oct. 13, 2011 and submitted

Alain Linden Reviewers
http://bitbucket.org/alain_linden/autobuild viewer
oz.linden, jenn, nat_linden
None autobuild
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.

 
Review request changed
Updated (Dec. 5, 2011, 9:21 a.m.)
  • changed from pending to submitted