| Index: tools/push-to-trunk/auto_push.py
|
| diff --git a/tools/push-to-trunk/auto_push.py b/tools/push-to-trunk/auto_push.py
|
| index 9a43c3f5b3d697c886331461ce094be9ed876493..aeaea805b1c983f2823cc2b52830aa46bfe84b02 100755
|
| --- a/tools/push-to-trunk/auto_push.py
|
| +++ b/tools/push-to-trunk/auto_push.py
|
| @@ -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",
|
| }
|
|
|