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

Unified Diff: tools/roll_deps.py

Issue 133933009: Add the NOTRY command on roll_deps.py (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: case Created 6 years, 11 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/roll_deps.py
diff --git a/tools/roll_deps.py b/tools/roll_deps.py
index 3767df45e4c851bdba67509612859b754132ebbe..089b9b03c263d5491dea442187df45d81231943d 100755
--- a/tools/roll_deps.py
+++ b/tools/roll_deps.py
@@ -744,7 +744,9 @@ def roll_deps(config, revision, git_hash):
'Old Skia revision: %s\n'
'New Skia revision: %d\n'
'Control CL: %s\n\n'
- 'This CL was created by Skia\'s roll_deps.py script.\n'
+ 'This CL was created by Skia\'s roll_deps.py script.\n\n'
+ 'Bypassing commit queue trybots:\n'
+ 'NOTRY=true\n'
% (revision, master_revision, master_hash[:8],
old_revision, revision, control_url))
codereview = GitBranchCLUpload(config, message, branch)
« 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