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

Unified Diff: DEPS

Issue 483873003: Add gclient hook that checks local git configuration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move to bottom 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: DEPS
diff --git a/DEPS b/DEPS
index 3a85095625ba2bbf13775dcb6a547526aebfc360..6d5dd5eb4dd95f3687ea5dfa136e45c3b4af0145 100644
--- a/DEPS
+++ b/DEPS
@@ -820,4 +820,16 @@ 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