From 1a6c73fac0b1788015a6585e1706a19a28d0ca4b Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Tue, 29 May 2018 15:48:08 -0400 Subject: 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 Commit-Queue: Ben Wagner --- site/dev/chrome/multi_repo_trybots.md | 1 + 1 file changed, 1 insertion(+) (limited to 'site/dev') 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', ], }, -- cgit v1.2.3