aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev
diff options
context:
space:
mode:
authorGravatar liyuqian <liyuqian@google.com>2016-04-26 12:54:05 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-26 12:54:05 -0700
commitcbaafc34bc2d63ed510e06c3f3f8c0f8881cf68d (patch)
tree7e41ed7750805009df848fa7d048e4a57468cd37 /site/dev
parentdc09f131d404481da0f64ca1684aff666baf0fdb (diff)
Add runhooks to multi_repo_trybots
Diffstat (limited to 'site/dev')
-rw-r--r--site/dev/chrome/multi_repo_trybots.md10
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.