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

Unified Diff: tools/release/auto_push.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
Index: tools/release/auto_push.py
diff --git a/tools/push-to-trunk/auto_push.py b/tools/release/auto_push.py
similarity index 97%
rename from tools/push-to-trunk/auto_push.py
rename to tools/release/auto_push.py
index aab329b9a9392814eeaf04dc759a0febf6c551e8..f6cdcb67850f394109804655b7c35f8fbad73b7a 100755
--- a/tools/push-to-trunk/auto_push.py
+++ b/tools/release/auto_push.py
@@ -34,7 +34,7 @@ import sys
import urllib
from common_includes import *
-import push_to_trunk
+import push_to_candidates
PUSH_MESSAGE_RE = re.compile(r".* \(based on ([a-fA-F0-9]+)\)$")
@@ -93,7 +93,7 @@ class PushToCandidates(Step):
# TODO(machenbach): Update the script before calling it.
if self._options.push:
self._side_effect_handler.Call(
- push_to_trunk.PushToCandidates().Run, args)
+ push_to_candidates.PushToCandidates().Run, args)
class AutoPush(ScriptsBase):

Powered by Google App Engine
This is Rietveld 408576698