summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add check for missing build depends in strataLars Wirzenius2012-06-2811-21/+52
* Fix README to document mandatory build dependenciesLars Wirzenius2012-06-281-3/+4
* Merge branch 'liw/refactor-cmd-build' of roadtrain.codethink.co.uk:baserock/m...Richard Maw2012-06-271-206/+296
|\
| * Improve status messages for clarityLars Wirzenius2012-06-271-13/+29
| * Remove unnecessary variableLars Wirzenius2012-06-271-1/+1
| * Rename build_order method to build_in_orderLars Wirzenius2012-06-271-3/+3
| * Create class for build logic and fix the logicLars Wirzenius2012-06-271-206/+280
|/
* Merge branch 'liw/progress-reporting-rebase' of roadtrain.codethink.co.uk:bas...Richard Maw2012-06-2610-63/+148
|\
| * Fix test suite to deal with morph output changesLars Wirzenius2012-06-268-11/+18
| * Fix problems found by Richard in reviewLars Wirzenius2012-06-262-14/+9
| * Be more usefully verbose for chunk buildingLars Wirzenius2012-06-251-2/+6
| * Add status message for unpacking chunksLars Wirzenius2012-06-252-4/+5
| * Replace Morph.msg with Morph.statusLars Wirzenius2012-06-252-55/+134
| * Remove optional msg argument from Submodule classLars Wirzenius2012-06-251-3/+2
|/
* Merge remote branch 'remotes/origin/baserock/feature/S3016-armv5-bootstrap'Lars Wirzenius2012-06-252-4/+12
|\
| * bootstrap: remove softfp from armv5 buildRichard Maw2012-06-251-1/+1
| * bootstrap: don't assume arm is armv7Richard Maw2012-06-251-3/+11
| * bootstrap: don't install newer tarRichard Maw2012-06-251-1/+1
* | Merge remote branch 'remotes/origin/baserock/feature/S2938-system-artifact-sp...Lars Wirzenius2012-06-253-10/+11
|\ \ | |/ |/|
| * make-patch: fix artifact name to include suffixRichard Maw2012-06-211-1/+4
| * tests: fix path for arm-writes-kernel testRichard Maw2012-06-211-1/+1
| * SystemBuilder: create a new artifact for kernelRichard Maw2012-06-211-8/+6
* | Merge branch 'liw/distbuild-refactor' of git://roadtrain.codethink.co.uk/base...Richard Maw2012-06-223-9/+25
|\ \ | |/ |/|
| * Merge branch 'liw/distbuild-refactor' of roadtrain.codethink.co.uk:baserock/m...Lars Wirzenius2012-06-220-0/+0
| |\
| | * Handle only the urllib2.URLError exceptionsLars Wirzenius2012-06-222-4/+9
| | * Add logging, for debuggingLars Wirzenius2012-06-221-0/+1
| | * Prettify str(RemoteArtifactCache) to be the server URLLars Wirzenius2012-06-221-0/+3
| | * Include cache id in error messageLars Wirzenius2012-06-221-2/+3
| | * Change install_artifacts to fetch missing artifactsLars Wirzenius2012-06-221-3/+9
| |/ |/|
| * Use shutil.copyfileobj to avoid excessive memory useLars Wirzenius2012-06-221-1/+1
| * Handle only the urllib2.URLError exceptionsLars Wirzenius2012-06-222-4/+9
| * Add logging, for debuggingLars Wirzenius2012-06-221-0/+1
| * Prettify str(RemoteArtifactCache) to be the server URLLars Wirzenius2012-06-221-0/+3
| * Include cache id in error messageLars Wirzenius2012-06-221-2/+3
| * Change install_artifacts to fetch missing artifactsLars Wirzenius2012-06-221-3/+9
|/
* Merge remote branch 'origin/baserock/bugfix/S2907-bootstrap-expects-tarball-s...Lars Wirzenius2012-06-201-10/+8
|\
| * bootstrap: turn stratum into tarball for fillerRichard Maw2012-06-201-10/+8
* | Merge remote branch 'origin/baserock/feature/S3005-mount-shm'Lars Wirzenius2012-06-202-30/+35
|\ \ | |/ |/|
| * ChunkBuilder: mount /dev/shm as wellRichard Maw2012-06-201-19/+24
| * app: rename setup_proc to setup_mountsRichard Maw2012-06-202-13/+13
|/
* Remove dead code (dependencies in Source objects)Lars Wirzenius2012-06-182-34/+0
* Change source-stats to take directories instead of morph filenamesLars Wirzenius2012-06-181-12/+4
* Make source-stats read chunk morphologiesLars Wirzenius2012-06-181-6/+12
* Return list of built artifacts from builderLars Wirzenius2012-06-151-2/+9
* remove testsRichard Maw2012-06-144-70/+0
* Merge branch 'richardmaw/strata-chunk-lists'Richard Maw2012-06-1424-116/+378
|\
| * fix tabs and line widths so ./check passesRichard Maw2012-06-143-22/+22
| * tests: fix root scriptsRichard Maw2012-06-143-13/+15
| * tests: fix missing baserock meta filesRichard Maw2012-06-146-5/+10
| * morphlib.builder2: check in local cache firstRichard Maw2012-06-141-2/+2