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
changes/01/332501/1
jochen@chromium.org 12 years ago
parent cdfcd7cf83
commit cc69dfbcf9

@ -14,7 +14,7 @@ class V8(recipe_util.Recipe):
@staticmethod
def fetch_spec(props):
ref = 'branch-heads/bleeding_edge'
ref = 'bleeding_edge'
url = 'https://chromium.googlesource.com/external/v8.git@%s' % ref
solution = { 'name' :'v8',
'url' : url,
@ -28,8 +28,6 @@ class V8(recipe_util.Recipe):
'svn_url': 'https://v8.googlecode.com/svn',
'svn_branch': 'branches/bleeding_edge',
'svn_ref': 'bleeding_edge',
'svn_prefix': 'branch-heads/',
'with_branch_heads': True,
}
checkout_type = 'gclient_git_svn'
if props.get('nosvn'):

Loading…
Cancel
Save