Revision: 20425
Author:   machenb...@chromium.org
Date:     Wed Apr  2 07:13:17 2014 UTC
Log:      Fix auto-roll configuration.

TBR=ja...@chromium.org
BUG=

Review URL: https://codereview.chromium.org/221833003
http://code.google.com/p/v8/source/detail?r=20425

Modified:
 /branches/bleeding_edge/tools/push-to-trunk/auto_push.py
 /branches/bleeding_edge/tools/push-to-trunk/auto_roll.py

=======================================
--- /branches/bleeding_edge/tools/push-to-trunk/auto_push.py Mon Mar 24 15:52:31 2014 UTC +++ /branches/bleeding_edge/tools/push-to-trunk/auto_push.py Wed Apr 2 07:13:17 2014 UTC
@@ -39,7 +39,7 @@
 SETTINGS_LOCATION = "SETTINGS_LOCATION"

 CONFIG = {
-  PERSISTFILE_BASENAME: "/tmp/v8-auto-roll-tempfile",
+  PERSISTFILE_BASENAME: "/tmp/v8-auto-push-tempfile",
   DOT_GIT_LOCATION: ".git",
   SETTINGS_LOCATION: "~/.auto-roll",
 }
=======================================
--- /branches/bleeding_edge/tools/push-to-trunk/auto_roll.py Wed Apr 2 07:04:53 2014 UTC +++ /branches/bleeding_edge/tools/push-to-trunk/auto_roll.py Wed Apr 2 07:13:17 2014 UTC
@@ -12,6 +12,10 @@
 from common_includes import *
 import chromium_roll

+CONFIG = {
+  PERSISTFILE_BASENAME: "/tmp/v8-auto-roll-tempfile",
+}
+
 CR_DEPS_URL = 'http://src.chromium.org/svn/trunk/src/DEPS'

 class CheckActiveRoll(Step):

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to