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

Unified Diff: tools/check_git_config.py

Issue 493753003: Check that 'DEPS' is used in gclient solution (not '.DEPS.git'). (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src@master
Patch Set: Created 6 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/check_git_config.py
diff --git a/tools/check_git_config.py b/tools/check_git_config.py
index 23498e9a873e32f205e4820d06f570f63e3efa4d..576fbbf4ef8e66d2a7a685e65ecba6200a5d438a 100755
--- a/tools/check_git_config.py
+++ b/tools/check_git_config.py
@@ -60,7 +60,7 @@ TEST_REPO_URL = 'https://chromium.googlesource.com/a/playground/access_test'
# Git-compatible gclient solution.
GOOD_GCLIENT_SOLUTION = {
'name': 'src',
- 'deps_file': '.DEPS.git',
+ 'deps_file': 'DEPS',
'managed': False,
'url': 'https://chromium.googlesource.com/chromium/src.git',
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698