Commit cc69dfbc authored by jochen@chromium.org's avatar jochen@chromium.org

Make fetch v8 work with the new branch

BUG=none
R=mmoss@chromium.org

Review URL: https://codereview.chromium.org/329313002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@276467 0039d316-1c4b-4281-b951-d872f2087c98
parent cdfcd7cf
...@@ -14,7 +14,7 @@ class V8(recipe_util.Recipe): ...@@ -14,7 +14,7 @@ class V8(recipe_util.Recipe):
@staticmethod @staticmethod
def fetch_spec(props): def fetch_spec(props):
ref = 'branch-heads/bleeding_edge' ref = 'bleeding_edge'
url = 'https://chromium.googlesource.com/external/v8.git@%s' % ref url = 'https://chromium.googlesource.com/external/v8.git@%s' % ref
solution = { 'name' :'v8', solution = { 'name' :'v8',
'url' : url, 'url' : url,
...@@ -28,8 +28,6 @@ class V8(recipe_util.Recipe): ...@@ -28,8 +28,6 @@ class V8(recipe_util.Recipe):
'svn_url': 'https://v8.googlecode.com/svn', 'svn_url': 'https://v8.googlecode.com/svn',
'svn_branch': 'branches/bleeding_edge', 'svn_branch': 'branches/bleeding_edge',
'svn_ref': 'bleeding_edge', 'svn_ref': 'bleeding_edge',
'svn_prefix': 'branch-heads/',
'with_branch_heads': True,
} }
checkout_type = 'gclient_git_svn' checkout_type = 'gclient_git_svn'
if props.get('nosvn'): if props.get('nosvn'):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment