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

Unified Diff: recipes/blink.py

Issue 656623003: Update fetch to support more flexible refspecs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 2 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
Index: recipes/blink.py
diff --git a/recipes/blink.py b/recipes/blink.py
index 2e3aa9ace9bb53c4f61a70dfc5405d53a7505fb4..b453f5d6be4ac96159fcf57748b359c1735f2d80 100644
--- a/recipes/blink.py
+++ b/recipes/blink.py
@@ -17,9 +17,7 @@ class Blink(recipe_util.Recipe):
def fetch_spec(props):
submodule_spec = {
'third_party/WebKit': {
- 'svn_url': 'svn://svn.chromium.org/blink/trunk',
Michael Achenbach 2014/10/22 09:46:28 So, auto-svn has a mapping from git to svn urls?
agable 2014/10/22 10:03:33 auto-svn determines the mapping directly from the
- 'svn_branch': 'trunk',
- 'svn_ref': 'master',
+ 'auto': True,
}
}
return {

Powered by Google App Engine
This is Rietveld 408576698