All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-x86.git branch buildman
Date: Wed, 13 Aug 2014 08:46:48 -0600	[thread overview]
Message-ID: <CAPnjgZ2CB2VuUzdo1ZOZ7h2sAUYc_+rBK5LaTbGC4kRa8rLpCw@mail.gmail.com> (raw)

The following changes since commit 5b7d0027c2463101dabf337a7cccd768fc20b85e:

  Merge branch 'master' of git://git.denx.de/u-boot-blackfin
(2014-08-12 16:54:55 -0400)

are available in the git repository at:

  http://git.denx.de/u-boot-x86.git

for you to fetch changes up to e49f14af1349eef94e41b636320bbfcace7403b5:

  patman: Only use git's --no-decorate when available (2014-08-13
08:34:16 -0600)

----------------------------------------------------------------
Simon Glass (15):
      buildman: Fix a few typos
      buildman: Add some notes about moving from MAKEALL
      buildman: Allow building of current source tree
      buildman: Move BuilderThread code to its own file
      buildman: Sort command line options
      buildman: Refactor output options
      buildman: Add verbose option to display errors as they happen
      buildman: Remove unused non-incremental build method code
      buildman: Add an option to specify the buildman config file
      buildman: Add a message indicating there are no errors
      buildman: Add a few more toolchain examples to the README
      buildman: Introduce an 'and' operator for board selection
      buildman: Allow selection of the number of commits to build
      patman: Move the 'git log' command into a function
      patman: Only use git's --no-decorate when available

 tools/buildman/README           | 159 +++++++++++++++++++--
 tools/buildman/board.py         | 144 ++++++++++++++++---
 tools/buildman/builder.py       | 545
++++++++++--------------------------------------------------------------
 tools/buildman/builderthread.py | 434
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tools/buildman/buildman.py      |  16 ++-
 tools/buildman/control.py       | 108 ++++++++++-----
 tools/buildman/test.py          |  56 +++++++-
 tools/patman/gitutil.py         |  40 +++++-
 tools/patman/patchstream.py     |  11 +-
 9 files changed, 947 insertions(+), 566 deletions(-)
 create mode 100644 tools/buildman/builderthread.py

             reply	other threads:[~2014-08-13 14:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-13 14:46 Simon Glass [this message]
2014-08-13 15:26 ` [U-Boot] Please pull u-boot-x86.git branch buildman Tom Rini
2014-08-13 15:31   ` Simon Glass
2014-08-13 18:00     ` Tom Rini
2015-01-15  5:20 Simon Glass
2015-01-16 15:58 ` Tom Rini
2015-04-18 22:23 Simon Glass
2015-04-19 18:28 ` Tom Rini

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=CAPnjgZ2CB2VuUzdo1ZOZ7h2sAUYc_+rBK5LaTbGC4kRa8rLpCw@mail.gmail.com \
    --to=sjg@chromium.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.