summaryrefslogtreecommitdiff
path: root/morphlib/app.py
Commit message (Expand)AuthorAgeFilesLines
* Make BuildCommand report current and total build stepsLars Wirzenius2013-02-211-1/+7
* Remove deprecated functionsSam Thursfield2013-02-061-24/+0
* Fix copyright yearSam Thursfield2013-01-291-1/+1
* Disable distcc by defaultSam Thursfield2013-01-291-2/+3
* Fix default setting for compiler cache dir; update testsJannis Pohlmann2012-12-171-4/+7
* Add support for ccacheJonathan Maw2012-12-171-14/+5
* Cache resolved refs and morphologies when traversing morphsJannis Pohlmann2012-12-131-4/+18
* morph build: Allow forcing build branches to be pushedSam Thursfield2012-11-121-0/+4
* Set option group for some advanced settingsSam Thursfield2012-10-311-20/+36
* Reduce some option descriptionsSam Thursfield2012-10-261-27/+13
* Reorder settings by broad categorySam Thursfield2012-10-261-58/+59
* Change the time sanity checkLars Wirzenius2012-10-081-13/+6
* No need for iterable when initializing the setJames Thomas2012-10-011-1/+1
* Only update repos onceJames Thomas2012-10-011-1/+5
* Increase verbosity regarding the remote artifact cache.Daniel Silverstone2012-09-281-1/+8
* Use tarballs instead of bundlesDaniel Silverstone2012-09-251-5/+5
* Default bundle-server and cache-server based on trove-host.Daniel Silverstone2012-09-251-3/+13
* Merge branch 'baserock/radiofree/check_mtime'Lars Wirzenius2012-09-241-0/+15
|\
| * Small coding standards/message fixesJames Thomas2012-09-211-2/+2
| * Check the mtime of the app.py to make sure it is not in the futureJames Thomas2012-09-211-0/+15
* | morph petrify: Rewrite in the style of todaySam Thursfield2012-09-211-3/+2
|/
* Merge branch 'samthursfield/S4556-triplet-consistency' of git://roadtrain.cod...Richard Maw2012-09-131-1/+1
|\
| * Don't require .morph in triplet argumentsSam Thursfield2012-09-121-1/+1
* | Test the trove-* support.Daniel Silverstone2012-09-121-0/+4
* | Add support for Trove hosted content to morph configuration.Daniel Silverstone2012-09-121-6/+26
|/
* Add 'build-prefix-ref' setting for creating temporary build refsJannis Pohlmann2012-09-071-0/+6
* Resolve tree SHA1 along with commit SHA1 when resolving refsJannis Pohlmann2012-09-051-9/+9
* Strata should be referred to with full repo/ref/morph tripletsSam Thursfield2012-08-301-2/+2
* Strata contain "chunks", not "sources"Sam Thursfield2012-08-291-1/+1
* Change default repo-aliases to git.baserock.orgDaniel Silverstone2012-08-151-5/+5
* Move cmd_build to a separate pluginRichard Maw2012-08-011-17/+0
* Move BuildCommand from app into its own moduleRichard Maw2012-08-011-279/+1
* Move edit to plugin and remove dead code from appRichard Maw2012-08-011-156/+0
* Move merge command to pluginRichard Maw2012-08-011-18/+0
* Move command petrify to branch_and_merge pluginRichard Maw2012-08-011-35/+0
* move command show-system-branch to pluginRichard Maw2012-08-011-12/+0
* Move commands branch and checkout to pluginRichard Maw2012-08-011-41/+0
* Move init and minedir to branch_and_merge pluginRichard Maw2012-08-011-28/+0
* Move command make-patch to Trebuchet pluginRichard Maw2012-08-011-91/+0
* Move utility functions for creating cachesRichard Maw2012-08-011-43/+4
* morph: move update-gits to pluginRichard Maw2012-08-011-48/+18
* Publicize _itertriplets and _create_source_poolRichard Maw2012-08-011-6/+19
* move show-dependencies command into a pluginRichard Maw2012-08-011-39/+0
* python scripts: pep8ize codebaseRichard Maw2012-08-011-168/+170
* Fix code path for error handlingLars Wirzenius2012-07-261-4/+7
* Refactor system building to use syskind specific classLars Wirzenius2012-07-261-0/+2
* Merge branch 'liw/require-system-kind'Lars Wirzenius2012-07-231-4/+2
|\
| * Set Morphology.needs_artifact_metadata_cachedLars Wirzenius2012-07-191-3/+1
| * Have MorphologyFactor set Morphology.needs_staging_areaLars Wirzenius2012-07-191-1/+1
* | morph: Add a sensible default path of morphlib/pluginsRichard Maw2012-07-181-0/+4
|/