summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-0312-16/+25
* Get rid of the old internal morph APIsLars Wirzenius2012-05-0218-2482/+57
* Remove now-unnecessary modules from __init__.pyLars Wirzenius2012-05-021-6/+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
* Make baserock-bootstrap use imx53/x86_64-generic BSP strata.Jannis Pohlmann2012-05-011-2/+4
* Build items as late as possible in the build order.Jannis Pohlmann2012-05-012-39/+40
* Add test for branching off not from masterLars Wirzenius2012-04-306-8/+71
* build-system-cpan test: only check file in tarRichard Maw2012-04-302-11/+1
* stagingarea: fix dir detectionRichard Maw2012-04-301-4/+4
* Improve artifact extraction logic when overwriting existing stuff on filesystemLars Wirzenius2012-04-301-3/+49
* stagingarea: when extracting, clobber outputRichard Maw2012-04-271-0/+3
* bootstrap: fix another non-sbin PATHRichard Maw2012-04-271-1/+1
* morph: submodules should only use an absolute refRichard Maw2012-04-271-1/+1
* bootstrap: don't fail on /tree/{sys,proc} unmountRichard Maw2012-04-271-6/+6
* bootstrap: include sbin in path for chrootRichard 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
* buildenvironment: pass through BOOTSTRAP_TOOLSRichard Maw2012-04-261-0/+1
* stagingarea: remove path from chrootRichard Maw2012-04-261-1/+1
* Restructure code so coverage is happyLars Wirzenius2012-04-261-8/+7
* Monkey patch Python's tarfile.TarFile for proper errors, ignoring overwritesLars Wirzenius2012-04-261-0/+31
* Fix unmounting /proc in staging so it works when /proc wasn't mountedLars Wirzenius2012-04-261-2/+2
* Fix how we set TMPDIR in the build environmentLars Wirzenius2012-04-262-1/+5
* Fix how unmounting of /proc inside chroot is doneLars Wirzenius2012-04-261-5/+8
* Unmounted /proc in staging before assembling chunks, and only if it is thereLars Wirzenius2012-04-251-3/+2
* Log /proc pathname in chroot when unmountingLars Wirzenius2012-04-251-1/+1
* Fix "morph build" when building stuff that uses submodulesLars Wirzenius2012-04-252-1/+8
* 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
* Make test output be quite quiet with squeeze's version of gitLars Wirzenius2012-04-251-1/+2
* Make test output more quite by telling git init to be quiteLars Wirzenius2012-04-251-1/+1
* Remove set -x to make test output be silentLars Wirzenius2012-04-251-1/+1
* Oops, that error message was _not_ actually expectedLars Wirzenius2012-04-251-1/+0
* Add morphlib.Error and make local repo cache exceptions be based on itLars Wirzenius2012-04-252-2/+11
* Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-04-252-0/+42
|\
| * tests: add test for update-gits caching submodulesRichard Maw2012-04-252-0/+42
* | Add test for building something with a chunk that uses submodulesLars Wirzenius2012-04-252-0/+69
* | Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-04-253-14/+13
|\ \ | |/
| * builder2 tests: add extra required parameterRichard Maw2012-04-251-2/+3
| * Merge branch 'rm/cpan-paths'Richard Maw2012-04-253-14/+13
| |\
| | * build-system: cpan tests: simplify and correctRichard Maw2012-04-252-13/+6
| | * CPANBuildSystem: split command into linesRichard Maw2012-04-251-1/+7
| | * CPANBuildSystem: install into perl dirs insteadRichard Maw2012-04-251-1/+1
| | * CPANBuildSystem: install to standard pathsRichard Maw2012-04-241-1/+1
* | | Fix unit testsw for builder2Lars Wirzenius2012-04-251-2/+3
|/ /
* | Setup /proc in staging only if using chroot; install staging-fillersLars Wirzenius2012-04-252-19/+42
* | Log installed artifacts; do not log shell commandsLars Wirzenius2012-04-251-2/+4