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

Unified Diff: PRESUBMIT.py

Issue 761253003: Add a new buildbot-tool generator for master configs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: add buildbot-tool, turn files into actual templates Created 6 years 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 | scripts/common/filesystem.py » ('j') | scripts/common/filesystem.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 249f5c7eb4c40a09e046bd4234cc376a365fdef0..396a9e3d2dff82b0cfcb4788267a8a24c66527af 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -20,6 +20,7 @@ def CommonChecks(input_api, output_api):
r'.*slave/.*/isolate.*/.*',
r'.*depot_tools/.*',
r'.*goma/.*',
+ r'.*scripts/tools/buildbot_tool_templates/.*',
r'.*scripts/release/.*',
r'.*scripts/slave/recipe_modules/.*',
r'.*scripts/gsd_generate_index/.*',
« no previous file with comments | « no previous file | scripts/common/filesystem.py » ('j') | scripts/common/filesystem.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698