Fix remote branch location in releases script (2).
BUG=chromium:410721 LOG=n TEST=script_test.py TBR=tandrii@chromium.org Review URL: https://codereview.chromium.org/653533003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24598 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
4dc4b40925
commit
6d69354154
@ -397,7 +397,7 @@ class GitTagsOnlyMixin(VCInterface):
|
||||
def RemoteBranch(self, name):
|
||||
if name in ["candidates", "master"]:
|
||||
return "origin/%s" % name
|
||||
return "origin/branch-heads/%s" % name
|
||||
return "branch-heads/%s" % name
|
||||
|
||||
def Tag(self, tag, remote, message):
|
||||
# Wait for the commit to appear. Assumes unique commit message titles (this
|
||||
|
Loading…
Reference in New Issue
Block a user