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.
Posted (Oct. 14, 2011, 8:56 a.m.)
Since I know this snapshot of the functionality isn't yet complete -- it doesn't have the bugfix from yesterday -- I'd like to see the composite diffs. Which resurfaces a question about which I've scratched my head before. How do you coax this tool to display all the differences between two repo clones, even if the changesets are discontiguous?
Review request changed
Updated (Oct. 14, 2011, 9:32 a.m.)
-
- added Diff r2
Included a few bug fixes.
Looks good -- and thank you!
Review request changed
Updated (Dec. 5, 2011, 9:21 a.m.)
- changed from pending to submitted
Other reviews