diff options
author | liyuqian <liyuqian@google.com> | 2016-04-26 12:54:05 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-26 12:54:05 -0700 |
commit | cbaafc34bc2d63ed510e06c3f3f8c0f8881cf68d (patch) | |
tree | 7e41ed7750805009df848fa7d048e4a57468cd37 /site/dev | |
parent | dc09f131d404481da0f64ca1684aff666baf0fdb (diff) |
Add runhooks to multi_repo_trybots
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1924573002
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=1924573002
Review URL: https://codereview.chromium.org/1924573002
Diffstat (limited to 'site/dev')
-rw-r--r-- | site/dev/chrome/multi_repo_trybots.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/site/dev/chrome/multi_repo_trybots.md b/site/dev/chrome/multi_repo_trybots.md index 16502ef5d3..c58ae2f523 100644 --- a/site/dev/chrome/multi_repo_trybots.md +++ b/site/dev/chrome/multi_repo_trybots.md @@ -45,6 +45,14 @@ has the form 'issue\<issue>_\<patchset>.diff'. An example of this being used can be seen at https://crrev.com/1877673002/#ps120001 . +Finally, run the post-sync hooks again to update the Skia source code + + $ gclient runhooks + +Note that if your local skia patch in `third_party/skia` isn't clean (e.g., you +already applied some patch to it), then `gclient runhooks` won't successfully +run. In that case, run `git reset --hard` inside `third_party/skia` before +`gclient runhooks`. External changes not in rietveld -------------------------------- @@ -75,4 +83,4 @@ Try the patch ------------- After committing these \<chromium>/src/DEPS and \<chromium>/src/patch/ changes locally, 'git cl upload' can be used in the usual way. Be sure to add -'COMMIT=false' to the issue description to avoid accidentally checking it in.
\ No newline at end of file +'COMMIT=false' to the issue description to avoid accidentally checking it in. |