summaryrefslogtreecommitdiff
path: root/morph
Commit message (Expand)AuthorAgeFilesLines
* 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
* Build non-bootstrap chunks inside a staging chrootLars Wirzenius2012-02-161-8/+26
* Revert "Add --prefix option, adjust autotools system and env variables."Jannis Pohlmann2012-02-141-4/+0
* Add --prefix option, adjust autotools system and env variables.Jannis Pohlmann2012-02-111-0/+4
* Use $TMPDIR for --tempdir by default, rather than hard-coding /tmp.Jannis Pohlmann2012-02-101-2/+2
* Add --tempdir option, allow to set the tempdir for building.Jannis Pohlmann2012-02-101-3/+6
* Don't enable --ignore-submodules by default, cannot disable it this way.Jannis Pohlmann2012-02-091-2/+1
* Add --ignore-submodules flag to avoid updating/unpacking submodules.Jannis Pohlmann2012-02-091-0/+4
* Extract chunk submodule repos into the build directory directly.Jannis Pohlmann2012-02-081-0/+21
* Document all morph sub-commands.Jannis Pohlmann2012-02-011-1/+41