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

Unified Diff: fetch.py

Issue 225743005: Add recipe for v8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: updates Created 6 years, 9 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/v8.py » ('j') | recipes/v8.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fetch.py
diff --git a/fetch.py b/fetch.py
index 5d595f45aac6711407c7fc4250f303d8f0917dd7..62c58f0903c84b99ba40bd2b1fb06fc46625ff7f 100755
--- a/fetch.py
+++ b/fetch.py
@@ -128,6 +128,8 @@ class GclientGitCheckout(GclientCheckout, GitCheckout):
'config', '--add', 'remote.origin.fetch',
'+refs/tags/*:refs/tags/*', cwd=wd)
self.run_git('config', 'diff.ignoreSubmodules', 'all', cwd=wd)
+ if 'initial_branch' in self.spec:
+ self.run_git('checkout', self.spec['initial_branch'], cwd=wd)
class GclientGitSvnCheckout(GclientGitCheckout, SvnCheckout):
« no previous file with comments | « no previous file | recipes/v8.py » ('j') | recipes/v8.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698