Index: tools/push-to-trunk/auto_roll.py |
diff --git a/tools/push-to-trunk/auto_roll.py b/tools/push-to-trunk/auto_roll.py |
index d2ca52a3626919ae6759e83e28e16d4f35ba144e..e6642f9106747e6367693e5e4a0f10542202802d 100755 |
--- a/tools/push-to-trunk/auto_roll.py |
+++ b/tools/push-to-trunk/auto_roll.py |
@@ -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): |