Fix auto-roll configuration.

TBR=jarin@chromium.org
BUG=

Review URL: https://codereview.chromium.org/221833003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20425 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent bde7527a
......@@ -39,7 +39,7 @@ import push_to_trunk
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",
}
......
......@@ -12,6 +12,10 @@ import urllib
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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment