Skip to content

Commit

Permalink
Add note on how to upload buildbucket.config changes
Browse files Browse the repository at this point in the history
Bug: 758256
Change-Id: I5e7874eefa3265acc6bfc1e14f18a48a87ef6170
Reviewed-on: https://chromium-review.googlesource.com/729203
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510330}
  • Loading branch information
sgraham authored and Commit Bot committed Oct 20, 2017
1 parent c94d4da commit 0bdc4ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/mb/docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ refs/meta/config:refs/remotes/origin/meta/config && git checkout
-t -b meta_config origin/meta/config && mv buildbucket.config.new
buildbucket.config` to update the file.

Note that after committing, `git cl upload` will not work. Instead, use `git
push origin HEAD:refs/for/refs/meta/config` to upload the CL for review.

## Isolates and Swarming

`mb gen` is also responsible for generating the `.isolate` and
Expand Down

0 comments on commit 0bdc4ab

Please sign in to comment.