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): |