Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: recipes/v8.py

Issue 329313002: Make fetch v8 work with the new branch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/v8.py
diff --git a/recipes/v8.py b/recipes/v8.py
index bfa7916fba42cbb300b6f97ab75b4f1e67da830e..b243867cb7138f06f6f52f033b94493e6ba91fea 100644
--- a/recipes/v8.py
+++ b/recipes/v8.py
@@ -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'):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698