Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: tools/release/chromium_roll.py

Issue 1217173003: [Release tools] Add instructions how to close the auto-roller. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/release/chromium_roll.py
diff --git a/tools/release/chromium_roll.py b/tools/release/chromium_roll.py
index bea5627c7ca3cc238abd21342c32a2d1b97d9527..3fe2b7f40b1f88dbb8fbba7c39e5ac63e11e13dc 100755
--- a/tools/release/chromium_roll.py
+++ b/tools/release/chromium_roll.py
@@ -9,14 +9,14 @@ import sys
from common_includes import *
-
ROLL_SUMMARY = ("Summary of changes available at:\n"
"https://chromium.googlesource.com/v8/v8/+log/%s..%s")
-
ISSUE_MSG = (
"""Please follow these instructions for assigning/CC'ing issues:
-https://code.google.com/p/v8-wiki/wiki/TriagingIssues""")
+https://code.google.com/p/v8-wiki/wiki/TriagingIssues/n
Michael Achenbach 2015/07/01 05:39:56 Remove /n. In normal strings \n - but in """ strin
Michael Hablich 2015/07/01 09:13:31 Done.
+Please close rolling in case of a roll revert:
+https://v8-roll.appspot.com/""")
class Preparation(Step):
MESSAGE = "Preparation."
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698