From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v10, 11/14] buildman: Add an option to show which boards caused which errors
Date: Tue, 2 Sep 2014 08:36:25 -0400 [thread overview]
Message-ID: <20140902123625.GA18753@bill-the-cat> (raw)
In-Reply-To: <1409240626-6924-12-git-send-email-sjg@chromium.org>
On Thu, Aug 28, 2014 at 09:43:43AM -0600, Simon Glass wrote:
> Add a -l option to display a list of offending boards against each
> error/warning line. The information will be shown in brackets as below:
[snip]
> diff --git a/tools/buildman/README b/tools/buildman/README
> index b8c2bd6..fbc8449 100644
> --- a/tools/buildman/README
> +++ b/tools/buildman/README
[snip]
> If you really want to see build results as they happen, use -v when doing a
> -build (and -e if you want to see errors as well).
> +build (-e will be enabled automatically).
OK, so here is my confusion. I didn't get from the help that -s implies
-v. If I do:
-s -v -e -l
I get a verbose summary with per-board warning/error information. If I
do:
-s -v -l
I don't get that information. If I follow what you're saying and the
help right, I should do:
$ export COMMON="-b master -c 1 -T 1 -j 24 -o /tmp/trini/eldk521 -G ~/.buildman.eldk521"
$ ./tools/buildman/buildman $COMMON 'arm|powerpc'
$ ./tools/buildman/buildman $COMMON 'arm|powerpc' -s
And that should give me errors as well as which boards gave which?
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140902/bfd52de6/attachment.pgp>
next prev parent reply other threads:[~2014-09-02 12:36 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-28 15:43 [U-Boot] [PATCH v10 02/14] patman: Fix indentation in terminal.py Simon Glass
2014-08-28 15:43 ` [U-Boot] [PATCH v10 03/14] patman: Correct unit tests to run correctly Simon Glass
2014-09-06 16:42 ` Simon Glass
2014-08-28 15:43 ` [U-Boot] [PATCH v10 04/14] patman: Remove the -a option Simon Glass
2014-09-06 16:42 ` Simon Glass
2014-08-28 15:43 ` [U-Boot] [PATCH v10 05/14] patman: Use --no-pager' to stop git from forking a pager Simon Glass
2014-09-06 16:43 ` Simon Glass
2014-08-28 15:43 ` [U-Boot] [PATCH v10 06/14] patman: Avoid changing the order of tags Simon Glass
2014-08-30 22:19 ` Masahiro YAMADA
2014-09-06 16:44 ` Simon Glass
2014-08-28 15:43 ` [U-Boot] [PATCH v10 07/14] buildman: Set the return code to indicate build result Simon Glass
2014-09-06 16:44 ` Simon Glass
2014-08-28 15:43 ` [U-Boot] [PATCH v10 08/14] buildman: Allow make-flags variables to include '-' and '_' Simon Glass
2014-09-06 16:45 ` Simon Glass
2014-08-28 15:43 ` [U-Boot] [PATCH v10 09/14] buildman: Implement an option to exclude boards from the build Simon Glass
2014-09-06 16:45 ` Simon Glass
2014-08-28 15:43 ` [U-Boot] [PATCH v10 10/14] buildman: Remove the directory prefix from each error line Simon Glass
2014-09-06 16:45 ` Simon Glass
2014-08-28 15:43 ` [U-Boot] [PATCH v10 11/14] buildman: Add an option to show which boards caused which errors Simon Glass
2014-09-02 12:36 ` Tom Rini [this message]
2014-09-02 19:17 ` [U-Boot] [U-Boot, v10, " Simon Glass
2014-09-06 16:46 ` Simon Glass
2014-08-28 15:43 ` [U-Boot] [PATCH v10 12/14] buildman: Separate out display of warnings and errors Simon Glass
2014-09-06 16:46 ` Simon Glass
2014-08-28 15:43 ` [U-Boot] [PATCH v10 13/14] patman: Fix detection of git version Simon Glass
2014-09-06 16:46 ` Simon Glass
2014-08-28 15:43 ` [U-Boot] [PATCH v10 14/14] RFC: Deprecate MAKEALL Simon Glass
2014-10-14 7:38 ` Simon Glass
2014-10-14 8:17 ` Tom Rini
2014-10-22 8:33 ` Wolfgang Denk
2014-10-22 15:11 ` Simon Glass
2014-10-22 15:16 ` York Sun
2014-10-22 16:09 ` Tom Rini
2014-10-22 16:59 ` Wolfgang Denk
2014-10-22 17:19 ` Tom Rini
2014-10-22 17:37 ` Wolfgang Denk
2014-10-22 17:51 ` Simon Glass
2014-10-22 17:56 ` Wolfgang Denk
2014-10-22 17:59 ` Simon Glass
2014-10-22 18:13 ` Wolfgang Denk
2014-10-23 3:14 ` Simon Glass
2015-07-14 17:56 ` [U-Boot] [U-Boot,v10,14/14] " Tom Rini
2014-09-06 16:41 ` [U-Boot] [PATCH v10 02/14] patman: Fix indentation in terminal.py Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140902123625.GA18753@bill-the-cat \
--to=trini@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox