You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/tests
Robert Iannucci a19649b86b Clean up cache_dir handling in gclient/git_cache/bot_update.
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/1105473
Reviewed-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>
7 years ago
..
gstools
auth_test.py
bot_update_coverage_test.py Reland of "Wipe out shallow checkout support from bot_update." 7 years ago
checkout_test.py
download_from_google_storage_unittest.py
fix_encoding_test.py
gclient_eval_unittest.py Reland "Reland "Expand variables in gclient flattened output."" 7 years ago
gclient_scm_test.py Revert "gclient_scm: Use cherry-picking instead of rebasing." 7 years ago
gclient_smoketest.py Clean up cache_dir handling in gclient/git_cache/bot_update. 7 years ago
gclient_test.py gclient: Use posixpath-style separators for cipd subdirs on all platforms. 7 years ago
gclient_utils_test.py
git_cache_test.py Clean up cache_dir handling in gclient/git_cache/bot_update. 7 years ago
git_cl_creds_check_report.txt
git_cl_test.py
git_common_test.py
git_dates_test.py
git_drover_test.py
git_footers_test.py
git_hyper_blame_test.py
git_number_test.py
git_rebase_update_test.py
gsutil_test.py
owners_finder_test.py
owners_unittest.py
patch_test.py
presubmit_unittest.py Add gclient_utils to InputAPI export. 7 years ago
recipes_test.py
roll_dep_test.py roll-dep: Add tests. 7 years ago
scm_unittest.py
subprocess2_test.py
upload_to_google_storage_unittest.py
watchlists_unittest.py