summaryrefslogtreecommitdiff
path: root/morphlib/app.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove --staging-chroot, --staging-filler optionsLars Wirzenius2013-09-171-25/+0
* Set build-ref-prefix to be based on trove-id if the setting existsTiago Gomes2013-07-311-3/+9
* Don't show git config messages for 'morph branch' in verbose modeRichard Dale2013-06-251-3/+10
* Remove SystemKindBuilderFactoryLars Wirzenius2013-06-201-2/+0
* Shorten create_if_not_exists logicRichard Maw2013-06-061-11/+7
* process_args: Move directory creation to after dump configRichard Maw2013-06-061-4/+4
* Merge branch 'baserock/tiagogomes/tmpdir' of git://git.baserock.org/baserock/...Tiago Gomes2013-06-051-10/+18
|\
| * Change the structure of the temporary directory used by morphTiago Gomes2013-06-051-5/+16
* | S7904: add new config options for minimum sizesRichard Maw2013-06-051-0/+28
* | S7904: Move cache settings to storage optionsRichard Maw2013-06-051-10/+14
* | Create cachedir and tempdir if they do not existRichard Maw2013-06-051-0/+6
|/
* Merge branch 'liw/kill-bare-except'Lars Wirzenius2013-05-281-2/+2
|\
| * Stop using bare except: statementsLars Wirzenius2013-04-161-2/+2