summaryrefslogtreecommitdiff
path: root/morphlib/buildcommand.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Bring InitiatorBuildCommand into buildcommandRichard Ipsum2014-03-261-0/+30
* | Reduce spam from setting up staging areaLars Wirzenius2014-03-101-4/+5
|/
* Allow omitting repo and ref when referring to strataRichard Maw2014-02-131-2/+2
* BuildCommand: Validate multiple root morphologiesRichard Maw2014-01-151-11/+21
* validation: Require there be non-bootstrap chunks in systemsRichard Maw2013-11-291-6/+40
* show which ref is expected for each stratum when preparing buildPaul Sherwood2013-11-211-0/+3
* Added scenario test for preventing cross-buildingDaniel Firth2013-10-301-0/+12
* Tidy up debug output of morph buildDaniel Firth2013-10-281-2/+4
* Merge remote-tracking branch 'remotes/origin/danielfirth/RT174'Lars Wirzenius2013-10-101-1/+1
|\
| * Changed 'figuring out the right build order' to 'Computing artifact graph'Daniel Firth2013-10-071-1/+1
|/
* Allow building with null repo/refRichard Maw2013-09-261-2/+2
* Remove --staging-chroot, --staging-filler optionsLars Wirzenius2013-09-171-13/+0
* stagingarea: move to failed on construction failRichard Maw2013-08-061-2/+6
* Add morph cross-bootstrapSam Thursfield2013-07-301-9/+22
* Fix up code formattingLars Wirzenius2013-07-221-3/+4
* show short sha of local cached artifactPaul Sherwood2013-07-221-2/+3