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
This commit is contained in:
parent
bde7527a07
commit
eba6cb49c1
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user