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

Unified Diff: recipes/depot_tools.py

Issue 183743010: Fix the git-svn remote for the depot_tools and nacl recipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: nacl Created 6 years, 10 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 | recipes/nacl.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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']
« no previous file with comments | « no previous file | recipes/nacl.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698