summaryrefslogtreecommitdiff
path: root/morphlib/plugins/trebuchet_plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Move MountableImage class into morphlibJannis Pohlmann2013-02-211-57/+3
| | | | | | | This class would be pretty useful in other cases where a system image needs to be mounted and inspected. Also updates the Trebuchet plugin to use this class.
* Fix spelling mistakesSam Thursfield2012-11-121-1/+1
|
* Fix use of GzipFile to not assume "with" protocolLars Wirzenius2012-10-121-2/+3
| | | | | This fixes a bunch of tests so they pass on squeeze, which has a version of Python whose GzipFile doesn't support the "with" protocol.
* foldmeDaniel Silverstone2012-10-091-2/+7
|
* Fix up make-patchDaniel Silverstone2012-10-091-34/+56
| | | | | | This corrects make-patch to decompress system images as they're now compressed. Longer-term this should cope with tarball system images etc.
* Move command make-patch to Trebuchet pluginRichard Maw2012-08-011-0/+111
The plugin is called trebuchet, so that if any other functionality is required from morph it has a place to go. make-patch generates a trebuchet patch, so it should go in the trebuchet plugin.