summaryrefslogtreecommitdiff
path: root/morph
Commit message (Expand)AuthorAgeFilesLines
...
| * morph: add cache id to the meta filesRichard Maw2012-04-201-0/+1
* | Break too-long lineLars Wirzenius2012-04-231-1/+2
* | Fix make-patch to use new builder stuff, and its cmdtest testLars Wirzenius2012-04-231-46/+73
|/
* Only install chunk artifacts when we shouldLars Wirzenius2012-04-201-10/+19
* Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-04-201-67/+58
|\
| * morph: integrate MorphologyFactoryRichard Maw2012-04-201-33/+25
| * morph: attempt to simplify morphology iterationRichard Maw2012-04-201-66/+65
* | Fix morph to obey no-git-update when buildingLars Wirzenius2012-04-201-1/+2
|/
* Clone repos with no checkout, use correct gits cache dir in cmd_build.Jannis Pohlmann2012-04-191-1/+1
* morph: try not needing a morph for chunksRichard Maw2012-04-191-7/+14
* Remove old build commandLars Wirzenius2012-04-181-44/+0
* Fixes to adapt to changes in masterLars Wirzenius2012-04-181-4/+9
* Add logging to make it easier to see if something gets builtLars Wirzenius2012-04-181-0/+3
* Give StagingArea a temporary directory separatelyLars Wirzenius2012-04-181-2/+9
* Add preliminary build2 subcommandLars Wirzenius2012-04-181-2/+70
* Remove BuildGraph, compute cache keys based on Artifacts.Jannis Pohlmann2012-04-181-3/+1
* No longer set the repo object of Sources in _create_source_pool().Jannis Pohlmann2012-04-181-1/+0
* Add RemoteRepoCache and integrate it into _create_source_pool().Jannis Pohlmann2012-04-181-9/+35
* Add a repo_name to Source, use that instead of repo in most places.Jannis Pohlmann2012-04-181-1/+2
* Pass a repo object into Sources in _create_source_pool, not a repo name.Jannis Pohlmann2012-04-171-2/+2
* Add _create_source_pool() method and update show-dependencies.Jannis Pohlmann2012-04-171-44/+54
* Re-implement show-dependencies using ArtifactResolver and BuildOrder.Jannis Pohlmann2012-04-161-9/+14
* show-dependencies: use BuildGraph and SourcepoolRichard Maw2012-04-111-22/+46
* morph update-gits: use return value of cache_repoRichard Maw2012-04-111-2/+1
* In update-gits, only iterate over 'build-depends' if that is possible.Jannis Pohlmann2012-04-111-2/+3
* morph: create cachedir if missingRichard Maw2012-04-101-0/+2
* Improve the logging output of update-gits.Jannis Pohlmann2012-04-101-1/+1
* Various small fixes to make the new update-gits work again.Jannis Pohlmann2012-04-101-9/+14
* Rewrite "morph update-gits" to use the new repo caching and morphology classesLars Wirzenius2012-04-091-9/+24
* morph: convert ccache-remotenlevels to a stringRichard Maw2012-04-051-1/+2
* morph: add options for ccache object downloadingRichard Maw2012-04-051-0/+15
* morph: hash the toolchain .meta files in ccacheRichard Maw2012-04-051-0/+5
* Add petrify subcommandLars Wirzenius2012-04-041-0/+28
* morph: don't fail cleanupRichard Maw2012-03-291-3/+8
* Merge branch 'master' into jannis/add-target-cflags-optionJannis Pohlmann2012-03-271-1/+167
|\
| * Add rudimentary branch+merge supportLars Wirzenius2012-03-261-1/+167
| |\
| | * Fix "morph checkout" and system branch deductionLars Wirzenius2012-03-261-5/+15
| | * Do not create a cache directory in the mineLars Wirzenius2012-03-261-1/+0
| | * Make "morph edit" work with existing branches, and fix "morph merge" pulling ...Lars Wirzenius2012-03-231-2/+5
| | * Make "morph edit" work when chunk already has the branchLars Wirzenius2012-03-231-2/+5
| | * Add cmdtest for morph branch to set origin correctlyLars Wirzenius2012-03-231-0/+3
| | * Add "morph checkout" commandLars Wirzenius2012-03-231-0/+17
| | * Add "morph merge" subcommandLars Wirzenius2012-03-231-0/+17
| | * Add "morph edit", "morph show-system-branch" subcommandsLars Wirzenius2012-03-231-17/+68
| | * Implement "morph branch"Lars Wirzenius2012-03-221-2/+21
| | * Add test for "morph branch" when system branch directory already existsLars Wirzenius2012-03-221-0/+10
| | * Implement the "morph mine" subcommandLars Wirzenius2012-03-221-0/+13
| | * Implement "morph init" and fix tests accordinglyLars Wirzenius2012-03-221-0/+18
| | * Add test cases for "morph init"Lars Wirzenius2012-03-221-0/+3
* | | Add --target-cflags option; set arch/fp in baserock-bootstrap on ARM.Jannis Pohlmann2012-03-261-0/+6
|/ /