Chromium Code Reviews| Index: tools/release/releases.py |
| diff --git a/tools/push-to-trunk/releases.py b/tools/release/releases.py |
| similarity index 99% |
| rename from tools/push-to-trunk/releases.py |
| rename to tools/release/releases.py |
| index be65debf9a0b6af6c7cfce1c0f3ecae60c5f6b83..46c90b7a9cc3cf86e685ebd2384575693a709084 100755 |
| --- a/tools/push-to-trunk/releases.py |
| +++ b/tools/release/releases.py |
| @@ -170,9 +170,9 @@ class RetrieveV8Releases(Step): |
| # The git revision on the branch. |
| "revision_git": git_hash, |
| # The cr commit position number on master. |
| - "bleeding_edge": master_position, |
| + "master_position": master_position, |
|
tandrii(chromium)
2015/01/26 14:33:13
oh, the other CL didn't have that key change. Now
Michael Achenbach
2015/01/26 14:59:12
Yes - because that's an api change as the version
|
| # The same for git. |
| - "bleeding_edge_git": master_hash, |
| + "master_hash": master_hash, |
| # The branch name. |
| "branch": branch, |
| # The version for displaying in the form 3.26.3 or 3.26.3.12. |