summaryrefslogtreecommitdiff
path: root/morph
Commit message (Expand)AuthorAgeFilesLines
* Remove --git-base-url settingLars Wirzenius2012-05-041-25/+18
* Implement repo-alias expansionLars Wirzenius2012-05-041-2/+2
* Add --repo-alias setting and default valueLars Wirzenius2012-05-041-0/+16
* Make morph's _clone_to_directory use CachedRepo.checkoutLars Wirzenius2012-05-041-1/+1
* Fix a line being too long.Jannis Pohlmann2012-05-031-1/+2
* Integrate RemoteArtifactCache into the building process.Jannis Pohlmann2012-05-031-3/+9
* Add support for RemoteRepoCache in build, show-dependencies, make-patch.Jannis Pohlmann2012-05-031-26/+36
* Use dedicated <cachedir>/artficats directory for local artifact cache.Jannis Pohlmann2012-05-031-2/+8
* Get rid of the old internal morph APIsLars Wirzenius2012-05-021-2/+0
* Remove distributed building subcommandsLars Wirzenius2012-05-021-143/+0
* Convert _clone_to_directory to use new APIsLars Wirzenius2012-05-021-10/+16
* Make petrify use the new internal APIsLars Wirzenius2012-05-021-8/+12
* Add test for branching off not from masterLars Wirzenius2012-04-301-2/+2
* morph: submodules should only use an absolute refRichard Maw2012-04-271-1/+1
* Add a bit more cmd_build progress infoLars Wirzenius2012-04-271-0/+3
* Add a little progress reporting when build caches reposLars Wirzenius2012-04-271-0/+1
* Fix "morph build" when building stuff that uses submodulesLars Wirzenius2012-04-251-1/+4
* Move repo and submodule caching into a helper methodLars Wirzenius2012-04-251-0/+6
* Fix update-gits to update repos of submodules, tooLars Wirzenius2012-04-251-2/+32
* Setup /proc in staging only if using chroot; install staging-fillersLars Wirzenius2012-04-251-0/+15
* Only remove temporary directory if it existsLars Wirzenius2012-04-241-1/+1
* Make builder get submodule cache repo path cleanlyLars Wirzenius2012-04-241-1/+1
* Give a littl emore feedback during buildsLars Wirzenius2012-04-241-0/+2
* Add some more logging to "morph build"Lars Wirzenius2012-04-231-0/+9
* Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-04-231-0/+1
|\
| * 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