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

Unified Diff: tools/release/test_scripts.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
« tools/release/releases.py ('K') | « tools/release/script_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/release/test_scripts.py
diff --git a/tools/push-to-trunk/test_scripts.py b/tools/release/test_scripts.py
similarity index 99%
rename from tools/push-to-trunk/test_scripts.py
rename to tools/release/test_scripts.py
index 58a5691d65ca577ae670eb61f509be8ec580b48e..d6378f1dd2631545aff505a38f912fa205492646 100644
--- a/tools/push-to-trunk/test_scripts.py
+++ b/tools/release/test_scripts.py
@@ -39,8 +39,8 @@ import common_includes
from common_includes import *
import merge_to_branch
from merge_to_branch import *
-import push_to_trunk
-from push_to_trunk import *
+import push_to_candidates
+from push_to_candidates import *
import chromium_roll
from chromium_roll import ChromiumRoll
import releases
@@ -913,7 +913,7 @@ def get_list():
"\"^Version [[:digit:]]*\.[[:digit:]]*\.[[:digit:]]*\" "
"origin/candidates"), "push_hash\n"),
Cmd("git log -1 --format=%s push_hash",
- "Version 3.22.5 (based on bleeding_edge revision r22622)\n"),
+ "Version 3.22.5 (based on abc)\n"),
URL("https://chromium-build.appspot.com/p/chromium/sheriff_v8.js",
"document.write('g_name')"),
Cmd("git status -s -uno", "", cwd=chrome_dir),
@@ -924,7 +924,7 @@ def get_list():
Cmd("git new-branch v8-roll-push_hash", "", cwd=chrome_dir),
Cmd("roll-dep v8 push_hash", "rolled", cb=WriteDeps, cwd=chrome_dir),
Cmd(("git commit -am \"Update V8 to version 3.22.5 "
- "(based on bleeding_edge revision r22622).\n\n"
+ "(based on abc).\n\n"
"Please reply to the V8 sheriff c_name@chromium.org in "
"case of problems.\n\nTBR=c_name@chromium.org\" "
"--author \"author@chromium.org <author@chromium.org>\""),
@@ -1331,8 +1331,8 @@ Cr-Commit-Position: refs/heads/candidates@{#345}
{
"revision": "345",
"revision_git": "hash_345",
- "bleeding_edge": "",
- "bleeding_edge_git": "",
+ "master_position": "",
+ "master_hash": "",
"patches_merged": "",
"version": "3.22.3",
"chromium_revision": "3456:4566",
@@ -1346,8 +1346,8 @@ Cr-Commit-Position: refs/heads/candidates@{#345}
"revision": "123",
"revision_git": "hash_123",
"patches_merged": "",
- "bleeding_edge": "",
- "bleeding_edge_git": "",
+ "master_position": "",
+ "master_hash": "",
"version": "3.21.2",
"chromium_revision": "",
"branch": "3.21",
@@ -1360,8 +1360,8 @@ Cr-Commit-Position: refs/heads/candidates@{#345}
"revision": "234",
"revision_git": "hash_234",
"patches_merged": "abc12",
- "bleeding_edge": "",
- "bleeding_edge_git": "",
+ "master_position": "",
+ "master_hash": "",
"version": "3.3.1.1",
"chromium_revision": "",
"branch": "3.3",
« tools/release/releases.py ('K') | « tools/release/script_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698