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

Unified Diff: recipes/naclports.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/nacl.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/naclports.py
diff --git a/recipes/naclports.py b/recipes/naclports.py
index 98064d719460d2bc782533945493f521ebb52e0e..a675cbdfba52761320b8f643dd516a198b656ca0 100644
--- a/recipes/naclports.py
+++ b/recipes/naclports.py
@@ -26,7 +26,7 @@ class Naclports(recipe_util.Recipe):
'solutions': [solution],
'svn_url': 'https://naclports.googlecode.com/svn',
'svn_branch': 'trunk/src',
- '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/nacl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698