summaryrefslogtreecommitdiff
path: root/morphlib/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* morphlib: Add command to get build-log for a given chunk and system fileLauren Perry2015-04-301-0/+90
* Add a CSV manifest generator.Adam Coldrick2015-04-302-2/+338
* Check number of args given to build commandsRichard Ipsum2015-04-301-5/+38
* Improve 'Deploy failed as system is not yet build' error.Sam Thursfield2015-04-301-4/+5
* distbuild: Add distbuild status commandLauren Perry2015-04-291-0/+47
* distbuild: Add distbuild start and cancel functionalityLauren Perry2015-04-292-1/+72
* get-repo: Delete partially cloned repo on errorsSam Thursfield2015-04-281-2/+9
* Add a `morph get-repo` command to clone repositories from the cacheAdam Coldrick2015-04-271-0/+149
* Fix regression that caused original_ref to be lost in some buildsSam Thursfield2015-04-271-2/+3
* morphlib: Add example use to morph certify and fix spelling errorLauren Perry2015-04-271-1/+6
* Calculate the build graph in worker-buildAdam Coldrick2015-04-241-5/+25
* distbuild: Don't check if there is free disk space on the initiatorSam Thursfield2015-04-221-6/+7
* deploy: Clean up `morph deploy` documentation a bitSam Thursfield2015-04-211-133/+30
* deploy: Deploy and upgrade systems from the same 'cluster' definitionSam Thursfield2015-04-211-17/+83
* deploy: Factor out a bit of code into its own functionSam Thursfield2015-04-211-10/+37
* distbuild: Add distbuild-list-jobs functionLauren Perry2015-04-171-0/+42
* Implement partial distbuildsAdam Coldrick2015-04-021-4/+20
* Add `morph certify` plugin to check for build reproducibility.Michael Drake2015-04-011-0/+140
* Implement partial buildsAdam Coldrick2015-04-011-20/+88
* build: Clearer messages when creating temporary build branchesSam Thursfield2015-03-311-1/+4
* Set PATH to fixed valueKejia Hu (Terry)2015-03-301-1/+1
* Add plugin to get details of given chunk name.Michael Drake2015-03-301-0/+79
* % escape all % charactersRichard Ipsum2015-03-271-1/+1
* Use python3 compatible notation for catching exceptionsJavier Jardón2015-03-162-3/+3
* Merge "Use the modern way of the GPL copyright header: URL instead real address"Javier Jardón2015-03-1615-40/+25
|\
| * Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-1615-41/+26
* | Use python3 compatible notation for octal constantsJavier Jardón2015-03-131-3/+3
* | print: use function instead the statement oneJavier Jardón2015-03-131-1/+2
|/
* Merge branch 'sam/distbuild-build-logs'Sam Thursfield2015-03-111-1/+0
|\
| * distbuild: Create a new directory to store build logs for each build.Sam Thursfield2015-02-181-1/+0
* | Add an LRU cache for resolved tree refsSam Thursfield2015-02-181-1/+2
|/
* Fix copyright yearsSam Thursfield2015-02-111-1/+1
* distbuild: Refuse to start controller if there are no workers listedSam Thursfield2015-02-111-0/+5
* Treat path given to deploy cmd as relative to cwdRichard Ipsum2015-01-231-2/+4
* Treat path given to build cmd as relative to cwdRichard Ipsum2015-01-231-2/+6
* Merge branch 'sam/optional-temporary-build-branches'Sam Thursfield2015-01-192-26/+87
|\
| * Make temporary build branches optionalSam Thursfield2015-01-062-26/+87
* | Merge branch 'sam/cached-repo-cleanup'Sam Thursfield2015-01-122-4/+4
|\ \ | |/ |/|
| * Rework CachedRepo to use the GitDirectory class where possibleSam Thursfield2014-12-032-4/+4
* | Rename builder2 module to builderSam Thursfield2014-12-191-2/+2
* | deploy: Note that some of the extensions listed live in definitions.gitSam Thursfield2014-12-091-2/+5
* | Add missing types to the docstring in the DeployPlugin.deploy() functionPete Fotheringham2014-12-051-1/+27
|/
* Remove unicode charactersPedro Alvarez2014-12-011-2/+4
* Action review commentsPete Fotheringham2014-12-011-0/+23
* Fix list-artifacts commandSam Thursfield2014-11-141-1/+1
* Allow `morph deploy` to cache missing Git repos if it needs toSam Thursfield2014-11-111-1/+0
* Move create_source_pool code into new 'sourceresolver' moduleSam Thursfield2014-11-101-2/+4
* Only search for repository root in GitDirectory constructor if told toSam Thursfield2014-11-052-3/+3
* Fix lines longer than 79 charactersSam Thursfield2014-10-291-2/+2
* Merge remote-tracking branch 'origin/sam/build-fix-3'Sam Thursfield2014-10-291-6/+15
|\