| Index: recipes/depot_tools.py
|
| diff --git a/recipes/depot_tools.py b/recipes/depot_tools.py
|
| index ccd786036d45d4819f732221e23848aa4c728afa..1c9f7eee06cc010f775bfad1f4b0049febc526ac 100644
|
| --- a/recipes/depot_tools.py
|
| +++ b/recipes/depot_tools.py
|
| @@ -26,7 +26,7 @@ class DepotTools(recipe_util.Recipe):
|
| 'solutions': [solution],
|
| 'svn_url': 'svn://svn.chromium.org/chrome',
|
| 'svn_branch': 'trunk/tools/depot_tools',
|
| - 'svn_ref': 'git-svn',
|
| + 'svn_ref': 'master',
|
| }
|
| if props.get('submodule_git_svn_spec'):
|
| spec['submodule_git_svn_spec'] = props['submodule_git_svn_spec']
|
|
|