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

Unified Diff: recipes/nacl.py

Issue 656623003: Update fetch to support more flexible refspecs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 2 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
Index: recipes/nacl.py
diff --git a/recipes/nacl.py b/recipes/nacl.py
index 3e3595fa7688fac01248448bf6f6e735d3874b93..3d83f44d60ed55c9226583bd68b611bf32942cde 100644
--- a/recipes/nacl.py
+++ b/recipes/nacl.py
@@ -16,18 +16,17 @@ class NaCl(recipe_util.Recipe):
def fetch_spec(props):
url = ('https://chromium.googlesource.com/native_client/'
'src/native_client.git')
- solution = { 'name' :'native_client',
- 'url' : url,
- 'deps_file': '.DEPS.git',
- 'managed' : False,
- 'custom_deps': {},
- 'safesync_url': '',
+ solution = {
+ 'name' : 'native_client',
+ 'url' : url,
+ 'deps_file' : '.DEPS.git',
+ 'managed' : False,
+ 'custom_deps' : {},
+ 'safesync_url': '',
}
spec = {
'solutions': [solution],
- 'svn_url': 'svn://svn.chromium.org/native_client',
- 'svn_branch': 'trunk/src/native_client',
- 'svn_ref': 'master',
+ 'auto': True
}
if props.get('submodule_git_svn_spec'):
spec['submodule_git_svn_spec'] = props['submodule_git_svn_spec']
« recipes/depot_tools.py ('K') | « recipes/depot_tools.py ('k') | recipes/naclports.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698