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

Unified Diff: tools/release/releases.py

Issue 868473004: External name changes of release scripts. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | « tools/release/push_to_candidates.py ('k') | tools/release/script_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « tools/release/push_to_candidates.py ('k') | tools/release/script_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698