Chromium Code Reviews| Index: tools/roll_deps.py |
| diff --git a/tools/roll_deps.py b/tools/roll_deps.py |
| index 3767df45e4c851bdba67509612859b754132ebbe..4a7a59a3b5ccc0aa5cd14136f88f98559a30e169 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' |
|
borenet
2014/01/27 20:42:04
Wasn't this supposed to be "NOTRY=true" ? Or does
rmistry
2014/01/27 20:59:35
Case does not matter, but to be consistent with th
|
| % (revision, master_revision, master_hash[:8], |
| old_revision, revision, control_url)) |
| codereview = GitBranchCLUpload(config, message, branch) |