summaryrefslogtreecommitdiff
path: root/morphlib/plugins
Commit message (Expand)AuthorAgeFilesLines
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-1615-40/+25
* 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
|\
| * Fix distbuild to allow passing a commit instead of a named ref to be builtSam Thursfield2014-10-271-6/+15
|/
* build: Resolve the ref being built in the user's local definitions.gitSam Thursfield2014-10-242-4/+5
* build: Restructure how BuildCommand.build() is calledSam Thursfield2014-10-241-3/+5
* Fix synopsis of `morph edit` commandSam Thursfield2014-10-221-1/+1
* Fix the `morph list-artifacts` commandSam Thursfield2014-10-101-6/+7
* Allow distbuilds to choose where to put logsRichard Maw2014-10-081-0/+5
* Fix issues with distbuild caused by moving to building per-sourceRichard Maw2014-10-082-3/+5
* Allow ephemeral ports for distbuild servicesRichard Maw2014-10-021-1/+1
* distbuild: allow daemons to bind to ephemeral portsRichard Maw2014-10-011-2/+22
* Remove overlap detection logicRichard Maw2014-10-011-32/+0
* Remove run-in-artifact subcommandRichard Maw2014-10-011-1/+1
* Merge branch 'baserock/richardmaw-os/tidy-build-logic-v7'Richard Maw2014-09-222-72/+57
|\
| * Fix show-dependencies plugin to use source deps.Richard Maw2014-09-191-2/+2
| * Build per-source rather than per-artifactRichard Maw2014-09-191-66/+55
| * Remove Morphology.builds_artifactsRichard Maw2014-09-191-4/+0
| * Rename BuildCommand.get_sources to fetch_sourcesRichard Maw2014-09-191-1/+1
* | Don't log environment variables with 'PASSWORD' in their name.Sam Thursfield2014-09-191-2/+1
|/
* Fix `morph branch-from-image` to work for deployed imagesbaserock/richardmaw/bugfix/branch-from-deployed-imageRichard Maw2014-09-111-1/+2
* deploy: Allow extensions to write to Morph log fileRichard Maw2014-09-011-23/+30
* Add `morph upgrade` command, deprecate `morph deploy --upgrade`Sam Thursfield2014-09-011-4/+26
* Clarify that multiple images can be deployed at once by `morph deploy`Sam Thursfield2014-09-011-1/+1
* morphloader: Get commands when loading morphologyAdam Coldrick2014-08-141-1/+1
* show-dependencies: Use sanitise_morphology_path instead of stripping `.morph`Adam Coldrick2014-08-141-2/+2
* Merge branch 'baserock/richardmaw/misc-fixups'baserock/richardmaw/tmpRichard Maw2014-08-121-104/+15
|\
| * Fix `morph edit` when repo has the same ref as system branchRichard Maw2014-08-121-3/+11