summaryrefslogtreecommitdiff
path: root/morphlib/app.py
Commit message (Expand)AuthorAgeFilesLines
* Improve help for '--local-changes' optionPedro Alvarez2016-07-271-3/+4
* Add global '--ref' and '--repo' optionsPedro Alvarez2016-07-271-0/+12
* More robust creation of tempdirsPedro Alvarez2016-02-051-2/+9
* Fix displaying the help for extensionsTiago Gomes2015-11-261-0/+3
* Stop moving staging areas of failed buildsTiago Gomes2015-09-011-1/+0
* Print warning messages nicelySam Thursfield2015-07-301-1/+1
* Add bitbucket repo alias to default aliasesRichard Ipsum2015-07-061-0/+3
* Allow the deployment of individual chunks/strata from systemsAdam Coldrick2015-04-301-0/+4
* morph help: Expand upon the importance of the first trove-idRichard Maw2015-04-301-1/+3
* Use --verbose/-v to show build output, --debug/-d for morph debugJavier Jardón2015-04-221-6/+10
* More robust parsing of plugin pathsBob Mottram2015-04-141-6/+8
* Make warning messages more user friendly.Michael Drake2015-04-011-0/+7
* Reduce the number of 'new environment variable' logs on startupSam Thursfield2015-03-311-1/+1
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-2/+1
* Only update Git submodules in cache when necessarySam Thursfield2015-02-101-20/+0
* Make temporary build branches optionalSam Thursfield2015-01-061-0/+8
* Improve logic for displaying command execution to userSam Thursfield2015-01-021-16/+24
* Fix logging and display of commandlines being executed by MorphSam Thursfield2015-01-021-6/+7
* Merge branch 'sam/improve-command-failure-errors'Sam Thursfield2014-12-181-11/+16
|\
| * Tiny optimisation of app.runcmd code pathSam Thursfield2014-12-091-9/+8
| * Give less scary error messages when a containerised command failsSam Thursfield2014-12-091-2/+7
|/
* Fix `morph help-extensions` returning no itemsSam Thursfield2014-12-051-1/+1
* Move create_source_pool code into new 'sourceresolver' moduleSam Thursfield2014-11-101-131/+0
* Remove one place where we pass the Application instance aroundSam Thursfield2014-11-061-2/+2
* build: Allow passing in the name of the original ref to create_source_pool()Sam Thursfield2014-10-241-3/+9
* Merge branch 'baserock/richardmaw-os/tidy-build-logic-v7'Richard Maw2014-09-221-3/+5
|\
| * Create multiple sources per stratum morphologyRichard Maw2014-09-191-3/+5
* | Prevent cliapp from logging env. variables with 'PASSWORD' in their nameSam Thursfield2014-09-191-0/+4
* | Don't log environment variables with 'PASSWORD' in their name.Sam Thursfield2014-09-191-1/+1
|/
* Cut BuildBranch out of morphlib.extensionsRichard Maw2014-08-121-3/+2
* Rewrite traverse_morphs to be able to load chunk morphologies from definitionsRichard Maw2014-07-221-32/+53
* Merge remote-tracking branch 'origin/baserock/richardmaw/S11284/morphologies-...Richard Maw2014-07-111-11/+17
|\
| * Use exact filenames to refer to morphology filesRichard Maw2014-07-101-11/+17
* | Fix Morph failing to update some cached git reposSam Thursfield2014-07-071-11/+2
|/
* Only updated cached git repos when necessarySam Thursfield2014-06-181-3/+11
* Add --build-log-on-stdout flagRichard Ipsum2014-05-141-0/+3
* Add write and configuration extensions to help.Mark Doffman2014-03-311-32/+45
* Give a useful error when attempting to build a cluster morphSam Thursfield2014-03-121-1/+4
* Make '--help' and help subcommand the same.Mark Doffman2014-03-041-16/+52
* Revert "Make '--help' and help subcommand the same."Mark Doffman2014-02-211-53/+16
* Revert "Add write and configuration extensions to help."Mark Doffman2014-02-211-51/+38
* Add write and configuration extensions to help.baserock/markdoffman/s10382/add-help-option-v2Mark Doffman2014-02-211-38/+51
* Make '--help' and help subcommand the same.Mark Doffman2014-02-211-16/+53
* Allow omitting repo and ref when referring to strataRichard Maw2014-02-131-5/+5
* Add --artifact-cache-server and --git-resolve-cache-serverLars Wirzenius2013-10-291-0/+14
* Merge branch 'danielfirth/RT193'Daniel Firth2013-10-111-1/+1
|\
| * Added chunkname prefix to some elements of the debug log.Dan Firth2013-10-111-1/+1
* | Morph now validates the 'tarball-server' option as a urlDaniel Firth2013-10-101-0/+14
|/
* Allow building with null repo/refRichard Maw2013-09-261-2/+6
* Avoid formatting "morph help foo" outputLars Wirzenius2013-09-241-0/+25