]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Allow selection of the number of commits to build
authorSimon Glass <sjg@chromium.org>
Sat, 9 Aug 2014 21:33:09 +0000 (15:33 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 13 Aug 2014 14:34:16 +0000 (08:34 -0600)
commit3b74ba5f1af147df0aea243976f7064a2734d551
tree082be1cfbc3ca2dce1b7148f9cddccfd014f1a93
parent6131beab6993f29bd6e52e94180654cb759dc4c7
buildman: Allow selection of the number of commits to build

It is useful to be able to build only some of the commits in a branch. Add
support for the -c option to allow this. It was previously parsed by
buildman but not implemented.

Suggested-by: York Sun <yorksun@freescale.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: York Sun <yorksun@freescale.com>
tools/buildman/control.py