mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
add in deltaBaseCacheLimit workaround
R=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/13532013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192358 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
3
fetch.py
3
fetch.py
@@ -110,6 +110,9 @@ class GclientGitSvnCheckout(GclientCheckout, GitCheckout, SvnCheckout):
|
||||
print 'Please run `svn ls %s`' % svn_spec['svn_url']
|
||||
return 1
|
||||
|
||||
# TODO(dpranke): Work around issues w/ delta compression on big repos.
|
||||
self.run_git('config', '--global', 'core.deltaBaseCacheLimit', '1G')
|
||||
|
||||
# Configure and do the gclient checkout.
|
||||
self.run_gclient('config', '--spec', self.spec['gclient_spec'])
|
||||
self.run_gclient('sync')
|
||||
|
||||
Reference in New Issue
Block a user