From 5abab20dfb20406137e8b7d659aee3cf43dff351 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 1 Dec 2014 17:33:57 -0700 Subject: 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 Suggested-by: Daniel Schwierzeck Tested-by: Daniel Schwierzeck --- tools/buildman/README | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tools/buildman/README') 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 ============= -- cgit