summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* use system tar instead of Python's tarfile library to extract tarballsLars Wirzenius2011-11-301-3/+2
* set $BOOTSTRAP when bootstrapping BaserockLars Wirzenius2011-11-281-0/+2
* Don't set BOOTSTRAP_TOOLS to NoneLars Wirzenius2011-11-281-1/+2
* Fix calls to command running methods for build systemsLars Wirzenius2011-11-241-4/+4
* Tell morph the max number of jobs in parallel explicitlyLars Wirzenius2011-11-241-0/+3
* Fix method nameLars Wirzenius2011-11-241-1/+1
* Parallel and sequential implementations got swappedLars Wirzenius2011-11-241-2/+2
* Fix remnants of old codeLars Wirzenius2011-11-241-4/+0
* Run all but build with make -j1Lars Wirzenius2011-11-241-6/+12
* Log environment variables when building chunkLars Wirzenius2011-11-241-0/+4
* Add BOOTSTRAP_TOOLS to environmentLars Wirzenius2011-11-231-0/+2
* Fix indentation bug in progress reportingLars Wirzenius2011-11-181-12/+13
* Install chunks onto system or staging after they've builtLars Wirzenius2011-11-181-7/+12
* Report clearly what chunks get unpacked onto systemLars Wirzenius2011-11-171-0/+1
* Use just /bin for PATHLars Wirzenius2011-11-171-1/+1
* Add morph --bootstrap optionLars Wirzenius2011-11-171-1/+5
* Fix coverageLars Wirzenius2011-11-151-1/+1
* Fix broken string escapeLars Wirzenius2011-11-151-1/+1
* Fix reference to cpu_count in actual codeLars Wirzenius2011-11-151-1/+1
* Handle non-functional multiprocessingLars Wirzenius2011-11-151-1/+4
* Add /tools/bin to $PATHLars Wirzenius2011-11-141-1/+1
* Add $TOOLCHAIN_TARGET environment variableLars Wirzenius2011-11-141-0/+2
* Make morph unpack a stratum's chunks in the right orderLars Wirzenius2011-11-141-4/+4
* Tweak error reporting from failed commands.Lars Wirzenius2011-11-141-5/+8
* Fix chunk building to deal correctly with symlinks to directoriesLars Wirzenius2011-11-141-4/+10
* Silence logging during testsLars Wirzenius2011-11-142-10/+12
* Moar indentingLars Wirzenius2011-11-071-2/+10
* Only log stdout/err when command failsLars Wirzenius2011-11-071-6/+6
* More verbosity for buildingLars Wirzenius2011-11-071-7/+15
* Provide clarifying indentation in message output during buildsLars Wirzenius2011-11-071-1/+8
* Add a bit more verbosityLars Wirzenius2011-11-071-0/+1
* Fix iteration of new-style sources in strata morphsLars Wirzenius2011-11-071-1/+2
* Make sources in strata be a list of dicts, not a dict of dictsLars Wirzenius2011-11-043-37/+17
* Run install commands with make -j1Lars Wirzenius2011-11-041-6/+14
* Re-introduce re-use of cached buildsLars Wirzenius2011-11-041-4/+30
* Combine stdout and stderr when running programsLars Wirzenius2011-11-041-19/+10
* A bit more progress reportingLars Wirzenius2011-11-041-0/+1
* Remove now-useless commentLars Wirzenius2011-11-041-1/+0
* Fix variable nameLars Wirzenius2011-11-041-1/+1
* Clean up the environmentLars Wirzenius2011-11-031-0/+19
* Unpack built dependencies into a staging areaLars Wirzenius2011-11-031-1/+7
* Combine unpack_chunk and unpack_stratum into unpack_binaryLars Wirzenius2011-11-032-20/+7
* Verify that DESTDIR is empty after all chunks have been createdLars Wirzenius2011-11-031-0/+4
* Refactor long method into shorter onesLars Wirzenius2011-11-031-32/+44
* Only give blobs the blobs they've said they needLars Wirzenius2011-11-031-10/+14
* Fix generation of metadata for binariesLars Wirzenius2011-11-031-8/+9
* Output multiple chunks when requestedLars Wirzenius2011-11-032-18/+32
* Fix call to create_chunk in builderLars Wirzenius2011-11-031-1/+1
* Include only files matching regexps, removes them from after adding themLars Wirzenius2011-11-032-11/+60
* Add tests for create_chunk's glob handlingLars Wirzenius2011-11-032-5/+30