[U-Boot] Please pull u-boot-x86.git branch 'buildman'

Hi Tom,
Here are all the buildman enhancements and bug fixes so far. I have a few more to work on but no patches yet.
Note these are in branch 'buildman'.
The following changes since commit 5f88ed5cde04612e5b4520327b82d81a3f5493a0:
Merge git://git.denx.de/u-boot-x86 (2015-01-13 13:39:25 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to a9c3573c41864c0185f8f3adeb9cf124cb74e7ea:
buildman: Add an option to write the full build output (2015-01-13 19:46:34 -0800)
---------------------------------------------------------------- Simon Glass (17): buildman: Add tests that check the correct output directory is used buildman: Put build in 'current', not 'current/current' buildman: Don't prune output space for 'current source' build buildman: Try to guess the upstream commit buildman: Add an option to flatten output directory trees buildman: Don't remove entire output directory when testing buildman: Allow specifying a range of commits to build buildman: Try to avoid hard-coded string parsing buildman: Put the toolchain path first instead of last in PATH buildman: Add an option to use the full tool chain path buildman: Add a note about Python pre-requisites buildman: Add documentation about the .buildman file buildman: Don't complain about missing sections in ~/.buildman buildman: Don't use the local settings when running tests buildman: Allow architecture to alias to multiple toolchains buildman: Add the option to download toolchains from kernel.org buildman: Add an option to write the full build output
tools/buildman/README | 142 +++++++++++++++++++++++++----- tools/buildman/bsettings.py | 11 ++- tools/buildman/builder.py | 21 ++++- tools/buildman/builderthread.py | 7 +- tools/buildman/cmdline.py | 10 +++ tools/buildman/control.py | 58 ++++++++++--- tools/buildman/test.py | 75 +++++++++++++++- tools/buildman/toolchain.py | 270 ++++++++++++++++++++++++++++++++++++++++++++++++++++----- tools/patman/gitutil.py | 90 ++++++++++++++++--- 9 files changed, 606 insertions(+), 78 deletions(-)
Regards, Simon

On Tue, Jan 13, 2015 at 07:51:04PM -0800, Simon Glass wrote:
Hi Tom,
Here are all the buildman enhancements and bug fixes so far. I have a few more to work on but no patches yet.
Note these are in branch 'buildman'.
The following changes since commit 5f88ed5cde04612e5b4520327b82d81a3f5493a0:
Merge git://git.denx.de/u-boot-x86 (2015-01-13 13:39:25 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to a9c3573c41864c0185f8f3adeb9cf124cb74e7ea:
buildman: Add an option to write the full build output (2015-01-13 19:46:34 -0800)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini