| Index: recipes/webrtc.py
|
| diff --git a/recipes/webrtc.py b/recipes/webrtc.py
|
| index 46447770ecfefece055115e965b5062c4c482d4b..e409d2fedd36d5fb04db4c3cdef9f44b7f4e64f8 100644
|
| --- a/recipes/webrtc.py
|
| +++ b/recipes/webrtc.py
|
| @@ -26,7 +26,6 @@ class WebRTC(recipe_util.Recipe):
|
| 'safesync_url': '',
|
| },
|
| ],
|
| - 'auto': True, # Runs git auto-svn as a part of the fetch.
|
| 'with_branch_heads': True,
|
| }
|
|
|
| @@ -34,8 +33,8 @@ class WebRTC(recipe_util.Recipe):
|
| spec['target_os'] = props['target_os'].split(',')
|
|
|
| return {
|
| - 'type': 'gclient_git_svn',
|
| - 'gclient_git_svn_spec': spec,
|
| + 'type': 'gclient_git',
|
| + 'gclient_git_spec': spec,
|
| }
|
|
|
| @staticmethod
|
|
|