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

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: merge to head 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/fake_filesystem.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 249f5c7eb4c40a09e046bd4234cc376a365fdef0..32e717b0d273a69a3f08e096ca477092f4122ca9 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -20,11 +20,13 @@ 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/.*',
r'.*masters/.*/templates/.*\.html$',
r'.*masters/.*/templates/.*\.css$',
+ r'.*masters/.*/builders.py',
r'.*masters/.*/public_html/.*\.html$',
r'.*masters/.*/public_html/.*\.css$',
]
« no previous file with comments | « no previous file | scripts/common/fake_filesystem.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698