summaryrefslogtreecommitdiff
path: root/morphlib/plugins/build_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* WIP Add support for multiple sources per chunkTiago Gomes2016-03-251-0/+1
* Remove (dist)?build-morphology commandsTiago Gomes2015-12-021-79/+0
* Prepare the removal of workspace and system branches codeTiago Gomes2015-11-251-10/+5
* Fix crash in `morph distbuild` commandSam Thursfield2015-06-231-1/+1
* Determine whether to include_local_changes from app.settingsSam Thursfield2015-06-221-3/+1
* Use DefinitionsRepo in build commandSam Thursfield2015-06-161-143/+74
* Fix prototype of create_source_pool()Sam Thursfield2015-05-141-1/+1
* Fix distbuild-morphologyAdam Coldrick2015-05-071-1/+1
* Check number of args given to build commandsRichard Ipsum2015-04-301-5/+38
* distbuild: Add distbuild start and cancel functionalityLauren Perry2015-04-291-1/+30
* Fix regression that caused original_ref to be lost in some buildsSam Thursfield2015-04-271-2/+3
* distbuild: Don't check if there is free disk space on the initiatorSam Thursfield2015-04-221-6/+7
* Implement partial distbuildsAdam Coldrick2015-04-021-4/+20
* Implement partial buildsAdam Coldrick2015-04-011-20/+88
* build: Clearer messages when creating temporary build branchesSam Thursfield2015-03-311-1/+4
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-2/+1
* Treat path given to build cmd as relative to cwdRichard Ipsum2015-01-231-2/+6
* Make temporary build branches optionalSam Thursfield2015-01-061-8/+54
* build: Resolve the ref being built in the user's local definitions.gitSam Thursfield2014-10-241-2/+3
* build: Restructure how BuildCommand.build() is calledSam Thursfield2014-10-241-3/+5
* Avoid creating and pushing temporary build branches when they aren't necessary.Richard Maw2014-08-121-32/+7
* Turn BuildBranch methods into regular functionsRichard Maw2014-08-121-5/+9
* Use exact filenames to refer to morphology filesRichard Maw2014-07-101-7/+8
* Add distbuild-morphology command.Sam Thursfield2014-05-141-0/+23
* UI change: distbuild has its own subcommandRichard Ipsum2014-03-261-7/+39
* Modify morph to strip .morph extensions from parametersBen Brown2013-12-161-1/+1
* plugins: Use new build command as defaultRichard Maw2013-11-291-1/+1
* plugins: Add new build commandRichard Maw2013-11-291-0/+92
* 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
* Improve command descriptions in --helpSam Thursfield2012-10-261-8/+3
* Rename 'morph build' command to 'morph build-morphology'Jannis Pohlmann2012-09-071-2/+2
* Move cmd_build to a separate pluginRichard Maw2012-08-011-0/+47