aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Garrett <dgarrett@google.com>2016-06-01 14:40:05 -0700
committerDon Garrett <dgarrett@google.com>2016-06-01 14:53:52 -0700
commit22f593bbb92f7a0276b73275d9542cf0e1f0b9c2 (patch)
treeea1fd1dc409dc96b80baa57d1ed40c59a6ba47ac
parent282128fa23535cb5a5cd96fe1d828b3c933f8d65 (diff)
downloadbbuildbot_config-22f593bbb92f7a0276b73275d9542cf0e1f0b9c2.tar.gz
README.md: Add instructions for testing local changes.
BUG=None TEST=None Change-Id: I17341e36056b568247c49ce2947edeb8419b2833
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index ddd1ccb..793e520 100644
--- a/README.md
+++ b/README.md
@@ -14,3 +14,13 @@ bin/cbuildbot --buildroot ~/tmp/test_buildroot \
https://android.googlesource.com/platform/bbuildbot_config \
bbuildbot
```
+
+To perform a test build with local changes:
+
+```sh
+bin/cbuildbot --nobootstrap --noreexec \
+ --buildroot ~/tmp/test_buildroot \
+ --buildbot --debug --config_repo \
+ https://android.googlesource.com/platform/bbuildbot_config \
+ bbuildbot
+```