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

Unified Diff: DEPS

Issue 2603203002: Add cleanup_links.py script that runs before sync. (Closed)
Patch Set: Cleaning of the links database file Created 3 years, 11 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 | « .gitignore ('k') | cleanup_links.py » ('j') | 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 207db7d550ee7fc3bcffb25ea294d8435de3da5e..700ea6bdf682ba864fa5b4837ffd6e66cc55016e 100644
--- a/DEPS
+++ b/DEPS
@@ -138,6 +138,16 @@ deps_os = {
},
}
+pre_deps_hooks = [
+ {
+ # Remove any symlinks from before 177567c518b121731e507e9b9c4049c4dc96e4c8.
+ # TODO(kjellander): Remove this in March 2017.
+ 'name': 'cleanup_links',
+ 'pattern': '.',
+ 'action': ['python', 'src/cleanup_links.py'],
+ },
+]
+
hooks = [
{
# Check for legacy named top-level dir (named 'trunk').
« no previous file with comments | « .gitignore ('k') | cleanup_links.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698