summaryrefslogtreecommitdiff
path: root/morphlib/plugins/build_plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve docstring for "morph build-morphology"Lars Wirzenius2013-07-051-3/+20
|
* S7904: Add disk space checks before build & deployRichard Maw2013-06-051-1/+8
| | | | | | | The same check that cachedir and tempdir are large enough is used for both build and build-morphology. Deploy only checks for tempdir being large enough.
* Improve command descriptions in --helpSam Thursfield2012-10-261-8/+3
| | | | | Make sure all commands have one line of description, and reduce the size of some which had large amounts of text.
* Rename 'morph build' command to 'morph build-morphology'Jannis Pohlmann2012-09-071-2/+2
| | | | | | | | | | This is needed because we are replacing the current build command by a new one that builds from a local system branch. Since that will be the more common scenario, we want the new implementaiton to go by the name 'morph build'. This commit therefore renames 'morph build' and updates all the tests to use 'morph build-morphology' instead.
* Move cmd_build to a separate pluginRichard Maw2012-08-011-0/+47
It's such a small amount of code, it's possibly not worth it, but now all commands are in plugins.