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

Unified Diff: DEPS

Issue 1418963006: Remove check_git_config.py DEPS hook. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: DEPS
diff --git a/DEPS b/DEPS
index c063e9e75e6ecd1549d24b3d17ad296fdb1c3bcc..9e7bb90c3db623a05822ec19e3bdccfd61402965 100644
--- a/DEPS
+++ b/DEPS
@@ -811,18 +811,6 @@ hooks = [
'pattern': '.',
'action': ['python', 'src/build/gyp_chromium'],
},
- {
- # Verify committers' ~/.netc, gclient and git are properly configured for
- # write access to the git repo. To be removed sometime after Chrome to git
- # migration completes (let's say Sep 1 2014).
- 'name': 'check_git_config',
- 'pattern': '.',
- 'action': [
- 'python',
- 'src/tools/check_git_config.py',
- '--running-as-hook',
- ],
- },
]
« 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