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/testing_support
Josip Sokcevic a309d29905 Remove .git suffix from git submodules
.git suffix is not well supported by the systems that utilize
submodules. Since some tools expect DEPS to have .git suffix, it's not
possible to simply update DEPS without breaking the tools.

This patch updates `gclient gitmodules` to omit .git suffix and trailing
slashes. However, if `.gitmodule` already exists, we are expecting the
tool to generate the same result if DEPS didn't change.

R=aravindvasudev@google.com

Bug: b/303296048
Change-Id: I30497b9d5f4e9681e16b4a913151de0f4a7c9545
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5008942
Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@chromium.org>
1 year ago
..
__init__.py Create a new testing_support module to move utility modules there 14 years ago
cipd Use py3 for remaining tools in depot_tools path 4 years ago
cipd.bat output actual CIPD package URL instead of 'None' when calling revinfo -a 2 years ago
coverage_utils.py Remove __future__ imports 2 years ago
fake_cipd.py testing_support: switch to 4 space indent 2 years ago
fake_repos.py Remove .git suffix from git submodules 1 year ago
filesystem_mock.py testing_support: switch to 4 space indent 2 years ago
gerrit-init.sh Run spellchecker on depot_tools 5 years ago
git_test_utils.py testing_support: switch to 4 space indent 2 years ago
presubmit_canned_checks_test_mocks.py testing_support: switch to 4 space indent 2 years ago
subprocess2_test_script.py testing_support: switch to 4 space indent 2 years ago
test_case_utils.py Remove __future__ imports 2 years ago
trial_dir.py Remove __future__ imports 2 years ago