summaryrefslogtreecommitdiff
path: root/morphlib/buildcommand.py
Commit message (Expand)AuthorAgeFilesLines
* Honour --quietRichard Ipsum2016-04-251-2/+3
* Add support for definitions version 8Pedro Alvarez2016-03-291-12/+21
* Unify local and remote repo cache modulesSam Thursfield2016-03-161-11/+7
* Remove old cruftTiago Gomes2015-11-201-2/+0
* Use app.status() to log ldconfig messagesTiago Gomes2015-09-281-1/+1
* Display progress bar when fetching to local cacheRichard Ipsum2015-09-231-3/+31
* Simplify StagingArea classTiago Gomes2015-09-221-5/+6
* Stop moving staging areas of failed buildsTiago Gomes2015-09-011-5/+1
* Fix prototype of create_source_pool()Sam Thursfield2015-05-141-7/+5
* Explain how to cancel a distbuildAdam Coldrick2015-05-121-0/+5
* SourceResolver: Allow the resolution of multiple systemsRichard Maw2015-05-111-3/+6
* distbuild: Add distbuild start and cancel functionalityLauren Perry2015-04-291-2/+8
* Add armv5l to list of valid architecturesJavier Jardón2015-04-281-0/+6
* Implement partial distbuildsAdam Coldrick2015-04-021-2/+4
* Improve build starting outputAdam Coldrick2015-04-011-1/+2
* Implement partial buildsAdam Coldrick2015-04-011-1/+4
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-2/+1
* Merge branch 'sam/distbuild-build-logs'Sam Thursfield2015-03-111-1/+9
|\
| * distbuild: Log in build-step-xx.log files when initiator cancels buildSam Thursfield2015-02-181-1/+9
* | Merge branch 'sam/fewer-submodule-updates'Sam Thursfield2015-03-031-33/+2
|\ \
| * | Only update Git submodules in cache when necessarySam Thursfield2015-02-101-33/+2
| |/
* | Show a message when the build is startingAdam Coldrick2015-02-181-1/+1
* | Add an LRU cache for resolved tree refsSam Thursfield2015-02-181-0/+1
|/
* Merge branch 'sam/cached-repo-cleanup'Sam Thursfield2015-01-121-2/+2
|\
| * Rework CachedRepo to use the GitDirectory class where possibleSam Thursfield2014-12-031-2/+2
* | Merge remote-tracking branch 'origin/sam/rename-builder2'Sam Thursfield2015-01-051-3/+3
|\ \
| * | Rename builder2 module to builderSam Thursfield2014-12-191-2/+2
| |/
* | Support armv8l, armv8b, aarch64, and aarch64bEmmet Hikory2014-12-191-5/+15
|/
* Move create_source_pool code into new 'sourceresolver' moduleSam Thursfield2014-11-101-3/+4
* Fix distbuild to allow passing a commit instead of a named ref to be builtSam Thursfield2014-10-271-5/+2
* build: Allow passing in the name of the original ref to create_source_pool()Sam Thursfield2014-10-241-4/+6
* build: Restructure how BuildCommand.build() is calledSam Thursfield2014-10-241-12/+14
* Give clearer error when the same 'name' is used by two strataSam Thursfield2014-10-161-5/+4
* Don't print the ref of each stratum in the buildSam Thursfield2014-10-161-3/+0
* Merge remote-tracking branch 'origin/baserock/ps/log-chunk-build-times'Richard Maw2014-10-091-0/+8
|\
| * Log elapsed time for each chunk buildbaserock/ps/log-chunk-build-timesPaul Sherwood2014-09-271-0/+7
* | Tidy up artifact resolvingRichard Ipsum2014-10-091-33/+19
|/
* Remove Artifact compatibility methodsRichard Maw2014-09-191-4/+4
* Build per-source rather than per-artifactRichard Maw2014-09-191-62/+97
* Create multiple sources per stratum morphologyRichard Maw2014-09-191-13/+13
* Rename BuildCommand.get_sources to fetch_sourcesRichard Maw2014-09-191-2/+2
* Rewrite traverse_morphs to be able to load chunk morphologies from definitionsRichard Maw2014-07-221-1/+1
* Don't set 'morph' field by default, and don't expect to find itAdam Coldrick2014-07-221-1/+2
* Use exact filenames to refer to morphology filesRichard Maw2014-07-101-1/+1
* Make buildcommand use InitiatorConnectionMachineRichard Ipsum2014-06-111-2/+11
* Note future improvement for fetching artifacts from remote cacheSam Thursfield2014-06-101-0/+4
* Fix up sam/remote-artifact-cache-failure branch after reviewSam Thursfield2014-06-101-3/+10
* Ensure that transferring an artifact from the remote cache is atomicSam Thursfield2014-06-031-15/+29
* Improve robustness when fetching artifacts from remote artifact cacheSam Thursfield2014-06-031-18/+16
* Merge branch 'baserock/richardipsum/merge_distbuild'Richard Ipsum2014-03-271-0/+30
|\