diff options
author | Simon Glass <sjg@chromium.org> | 2014-12-01 17:33:57 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-14 21:16:53 -0800 |
commit | 5abab20dfb20406137e8b7d659aee3cf43dff351 (patch) | |
tree | 2e3c4ef8baaa8a7adde284c6666c4b01770f9717 /tools/buildman/README | |
parent | 0740127f4d59564a8bdb64c59fb4f5c2357350f9 (diff) |
buildman: Allow specifying a range of commits to build
Adjust the -b flag to permit a range expression as well as a branch.
Signed-off-by: Simon Glass <sjg@chromium.org>
Suggested-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tested-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'tools/buildman/README')
-rw-r--r-- | tools/buildman/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/buildman/README b/tools/buildman/README index 8e7a68c34f..68456ceff7 100644 --- a/tools/buildman/README +++ b/tools/buildman/README @@ -699,6 +699,17 @@ build the selected boards and display build status as it runs (i.e. -v is enabled automatically). Use -e to see errors/warnings as well. +Building Ranges +=============== + +You can build a range of commits by specifying a range instead of a branch +when using the -b flag. For example: + + upstream/master..us-buildman + +will build commits in us-buildman that are not in upstream/master. + + Other options ============= |