- 17 Jul, 2018 1 commit
-
-
Edward Lemur authored
Bug: 862547 Change-Id: I56b096cbf3358c06aa5c285594330af118ab17fd Reviewed-on: https://chromium-review.googlesource.com/1138714 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org>
-
- 29 Jun, 2018 1 commit
-
-
Robert Iannucci authored
This CL makes a couple changes: * The goal here is to be able to specify git cache entirely from the environment variable $GIT_CACHE_PATH and not require special treatment from bot_update. Eventually this will be specified at the swarming task level instead of in the recipe (i.e. "cached git" will eventually be an implementation detail of git on the bots and completely transparent to all other software). * Removal of the general --cache-dir option from gclient. This option was error-prone; it doesn't actually make sense to configure this on a per-invocation basis. The sole exception was `gclient config`, which now allows this option to be set directly. * Consolidation of GitWrapper.cache_dir and GitWrapper._GetMirror; previously these two things could disagree, leading to weird intermediate states. Now they're the same value. R=agable@chromium.org, ehmaldonado@chromium.org, tandrii@chromium.org Bug: 823434 Change-Id: I14adc7619b5fc10768ce32be2651c6215ba94aff Reviewed-on: https://chromium-review.googlesource.com/1105473Reviewed-by:
Aaron Gable <agable@chromium.org> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
-
- 22 Sep, 2015 1 commit
-
-
szager@chromium.org authored
With this change, 'git cache fetch' will automatically re-bootstrap a repo from google storage if the local cache has too many pack files. The behavior can be disabled with the --no-bootstrap flag. BUG= Review URL: https://codereview.chromium.org/1320383004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@296829 0039d316-1c4b-4281-b951-d872f2087c98
-