aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2016-04-14 10:25:01 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-14 10:25:01 -0700
commitbc9517375685e452144751cfdcd714a51d736a3c (patch)
tree28d064c922c3e12b12419ba116ad2a6d28f61064 /site
parenta821af83890d3b365c7b871f939737d47c48139c (diff)
Explain Rietveld patching better on site.
State which values should be updated and how to determine them. NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=1883213002 Review URL: https://codereview.chromium.org/1883213002
Diffstat (limited to 'site')
-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 9f3cfaa8f0..16502ef5d3 100644
--- a/site/dev/chrome/multi_repo_trybots.md
+++ b/site/dev/chrome/multi_repo_trybots.md
@@ -34,6 +34,14 @@ and the patch is already in Rietveld, then add the following to
],
},
+Modify the 'issue' and 'patchset' to the appropriate values.
+If this is for a project other than Skia, update the 'root_dir' and 'server'.
+Note that this can be used multiple times to apply multiple issues.
+
+To find the patchset number in Rietveld use the URL of the '[raw]' (old UI) or
+'Raw Patch' (new UI) link on the desired patch. The last segment of this URL
+has the form 'issue\<issue>_\<patchset>.diff'.
+
An example of this being used can be seen at
https://crrev.com/1877673002/#ps120001 .
@@ -67,4 +75,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.
+'COMMIT=false' to the issue description to avoid accidentally checking it in. \ No newline at end of file