summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Tell morph the max number of jobs in parallel explicitlyLars Wirzenius2011-11-242-0/+4
| | | | | | | | | We run morph in a chroot, where it has no access to /proc/cpuinfo, and that makes it not be able to count the CPUs correctly, so it thinks it only has one. When we tell it the count explicitly (from outside the chroot, where we do have /proc/cpuinfo), things'll work better.
* Fix method nameLars Wirzenius2011-11-241-1/+1
| | | | | Not stupid this time, just run-of-the-mill carelessness.
* Parallel and sequential implementations got swappedLars Wirzenius2011-11-241-2/+2
| | | | Stupid. Hurts.
* Fix remnants of old codeLars Wirzenius2011-11-241-4/+0
| | | | I'm so stupid it hurts
* Run all but build with make -j1Lars Wirzenius2011-11-241-6/+12
|
* Log environment variables when building chunkLars Wirzenius2011-11-241-0/+4
|
* Terminate after making a snapshotLars Wirzenius2011-11-241-0/+2
|
* Set JOBS based on available CPUsLars Wirzenius2011-11-241-1/+3
|
* Make work on new machineLars Wirzenius2011-11-241-3/+5
|
* Do not change the arch tuples willy-nillyLars Wirzenius2011-11-231-1/+1
|
* Add BOOTSTRAP_TOOLS to environmentLars Wirzenius2011-11-231-0/+2
|
* Fixes to make bootstrap work betterLars Wirzenius2011-11-231-2/+3
|
* Optionally do a snapshot of treeLars Wirzenius2011-11-221-0/+7
|
* Use host's coreutils when appropriateLars Wirzenius2011-11-211-43/+49
|
* Fix $LFS path in bootstrap scriptLars Wirzenius2011-11-211-1/+1
| | | | | | Making it relative to the current working directory should mean no configuration being needed. Which would be nice.
* Add script to bootstrap Baserock development toolchainLars Wirzenius2011-11-212-0/+895
| | | | This is based on Linux From Scratch 7.0.
* 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
| | | | | I'll make Baserock do things simply. /usr/bin, /sbin, and /usr/sbin/bin will be symlinks to /bin.
* Add morph --bootstrap optionLars Wirzenius2011-11-172-1/+9
|
* Fix coverageLars Wirzenius2011-11-151-1/+1
|
* Flush stdout after progress messagesLars Wirzenius2011-11-151-0/+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
| | | | This can happen when we run morph in a chroot without /dev/urandom
* Add /tools/bin to $PATHLars Wirzenius2011-11-141-1/+1
| | | | | | This is a temporary thing, to be removed/fixed later, but needed while I mess about with bootstrapping the Baserock development environment.
* 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
| | | | This matters when symlinks exist, for example.
* 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
|
* Fix test case to use new syntaxLars Wirzenius2011-11-141-0/+0
|
* 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
| | | | | | Too many build tools and compilers produce a confusing mix of stdout and stderr output, which need to be read interleaved for things to make sense.
* 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-034-2/+24
|
* 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
|