diff options
author | Ben Wagner <bungeman@google.com> | 2018-05-29 15:48:08 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-05-29 21:01:39 +0000 |
commit | 1a6c73fac0b1788015a6585e1706a19a28d0ca4b (patch) | |
tree | c0aa9d697c11bc87a5934ecd2c5abde901f8e21e /site | |
parent | c7611088f09340b94de2dd7f60f6dd9293d947d7 (diff) |
Update multi_repo_trybots documentation.
Some Chromium build bots are not configured with a current git user.name
and user.email. As a result cherry-pick will fail to commit. Add a fake
committer name and email to the cherry-pick command line to avoid this.
Change-Id: If8020965d1b7d54c1651f704bfb04deaaaa64073
Reviewed-on: https://skia-review.googlesource.com/130601
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'site')
-rw-r--r-- | site/dev/chrome/multi_repo_trybots.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/dev/chrome/multi_repo_trybots.md b/site/dev/chrome/multi_repo_trybots.md index 34a8d96f12..1eb478e0bc 100644 --- a/site/dev/chrome/multi_repo_trybots.md +++ b/site/dev/chrome/multi_repo_trybots.md @@ -30,6 +30,7 @@ changes, then in the Chromium CL add the following to 'name': 'apply_custom_patch', 'pattern': '.', 'action': ['git', '-C', 'src/third_party/skia/', + '-c', 'user.name=Custom Patch', '-c', 'user.email=custompatch@example.com', 'cherry-pick', 'FETCH_HEAD', ], }, |