summaryrefslogtreecommitdiff
path: root/morph
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Fix the paths passed to tbdiff-create.Jannis Pohlmann2012-03-231-2/+2
* | Further fixes to get make-patch work.Jannis Pohlmann2012-03-231-8/+12
* | morph make patch: diff factory subvolumesRichard Maw2012-03-231-2/+3
* | fix overly long linesRichard Maw2012-03-231-6/+8
* | morph: add make_patch commandRichard Maw2012-03-231-0/+40
|/
* formatting: fix overly wide codeRichard Maw2012-03-191-1/+1
* morph: add prefix and toolchain-target optionsRichard Maw2012-03-131-1/+13
* Remove unused argument from Builder.build and build_single methodsLars Wirzenius2012-03-021-3/+3
* Move cleaning of environment into morphLars Wirzenius2012-03-021-0/+62
* Remove default for bundle-mirrorLars Wirzenius2012-03-021-3/+1
* Refactor SystemBuilder and add helper classLars Wirzenius2012-03-021-6/+8
* Remove further remnants of cmd_build* returning valuesLars Wirzenius2012-02-281-5/+3
* Simplify iterating over build triplets from the command lineLars Wirzenius2012-02-281-24/+15
* Remove unused return values from cmd_build*Lars Wirzenius2012-02-281-6/+0
* Clarify --keep-path help: it's not just for tests anymoreLars Wirzenius2012-02-281-2/+1
* Clarify --tempdir help to explain why it's different from setting $TMPDIRLars Wirzenius2012-02-281-1/+6
* Use Tempdir.remove instead of rm, and drop unused Tempdir.clearLars Wirzenius2012-02-281-9/+3
* Remove version numberLars Wirzenius2012-02-281-1/+1
* Set sensible defaults for git-base-url, bundle-server, cachedir, max-jobsLars Wirzenius2012-02-281-6/+21
* Add version number to morphLars Wirzenius2012-02-271-1/+1
* Add docstring to the update-gits subcommandLars Wirzenius2012-02-271-0/+8
* Clarify that --ignore-submodules applies to git submodulesLars Wirzenius2012-02-271-2/+2
* Remove outdated warningLars Wirzenius2012-02-271-3/+0
* Remove the system testing subcommands and related codeLars Wirzenius2012-02-271-61/+0
* Add --no-git-update setting to morphLars Wirzenius2012-02-171-3/+11