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

Unified Diff: recipes/nacl.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 | « recipes/depot_tools.py ('k') | recipes/naclports.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/nacl.py
diff --git a/recipes/nacl.py b/recipes/nacl.py
index 75d8ef16fd7d5f83fb1869c3065ee65308afbad7..3e3595fa7688fac01248448bf6f6e735d3874b93 100644
--- a/recipes/nacl.py
+++ b/recipes/nacl.py
@@ -27,7 +27,7 @@ class NaCl(recipe_util.Recipe):
'solutions': [solution],
'svn_url': 'svn://svn.chromium.org/native_client',
'svn_branch': 'trunk/src/native_client',
- '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 | « recipes/depot_tools.py ('k') | recipes/naclports.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698