summaryrefslogtreecommitdiffstats
path: root/tools/buildman/control.py
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-12-04 09:24:05 -0500
committerTom Rini <trini@ti.com>2014-12-04 09:24:05 -0500
commit97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9 (patch)
tree2bd7522657fef09538d52b4dd6cef71a9031d273 /tools/buildman/control.py
parentf0c6e1c31b94f193047619b6adf67c2d792b659e (diff)
parent1d8104fe8897c5fec3e03b4165bc67c57eeeaa72 (diff)
downloadblackbird-obmc-uboot-97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9.tar.gz
blackbird-obmc-uboot-97cdf64026c7d749dd7a5c0dbaba7a60a7292ac9.zip
Merge branch 'sandbox' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'tools/buildman/control.py')
-rw-r--r--tools/buildman/control.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/buildman/control.py b/tools/buildman/control.py
index 8b8c826002..2c3ba8b77f 100644
--- a/tools/buildman/control.py
+++ b/tools/buildman/control.py
@@ -70,7 +70,7 @@ def ShowActions(series, why_selected, boards_selected, builder, options):
if commits:
for upto in range(0, len(series.commits), options.step):
commit = series.commits[upto]
- print ' ', col.Color(col.YELLOW, commit.hash, bright=False),
+ print ' ', col.Color(col.YELLOW, commit.hash[:8], bright=False),
print commit.subject
print
for arg in why_selected:
@@ -188,7 +188,6 @@ def DoBuildman(options, args, toolchains=None, make_func=None, boards=None,
else:
series = None
options.verbose = True
- options.show_errors = True
# By default we have one thread per CPU. But if there are not enough jobs
# we can have fewer threads and use a high '-j' value for make.
OpenPOWER on IntegriCloud