| Index: tools/release/auto_push.py
|
| diff --git a/tools/release/auto_push.py b/tools/release/auto_push.py
|
| index aba5cba72a717625c4d6f58ddc45f66efe730c43..ca9e5e87347aeb255584e18b38f0f5baad3f6a26 100755
|
| --- a/tools/release/auto_push.py
|
| +++ b/tools/release/auto_push.py
|
| @@ -46,12 +46,12 @@ class Preparation(Step):
|
|
|
|
|
| class FetchCandidate(Step):
|
| - MESSAGE = "Fetching V8 roll ref."
|
| + MESSAGE = "Fetching V8 lkgr ref."
|
|
|
| def RunStep(self):
|
| # The roll ref points to the candidate to be rolled.
|
| - self.Git("fetch origin +refs/heads/roll:refs/heads/roll")
|
| - self["candidate"] = self.Git("show-ref -s refs/heads/roll").strip()
|
| + self.Git("fetch origin +refs/heads/lkgr:refs/heads/lkgr")
|
| + self["candidate"] = self.Git("show-ref -s refs/heads/lkgr").strip()
|
|
|
|
|
| class LastReleaseBailout(Step):
|
|
|