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

Unified Diff: third_party/buildbot_8_4p1/buildbot/config.py

Issue 1440163005: Allow users to customize the sanity-checking regexes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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 | third_party/buildbot_8_4p1/buildbot/master.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/buildbot_8_4p1/buildbot/config.py
diff --git a/third_party/buildbot_8_4p1/buildbot/config.py b/third_party/buildbot_8_4p1/buildbot/config.py
index a6410309fd47f5277084fc9a678c65baf9e5293d..6838eec6a8d55eb2768171547feda5e7551ddb5b 100644
--- a/third_party/buildbot_8_4p1/buildbot/config.py
+++ b/third_party/buildbot_8_4p1/buildbot/config.py
@@ -22,6 +22,7 @@ class MasterConfig(object):
available at C{master.config}.
@ivar changeHorizon: the current change horizon
+ @ivar validation: regexes for preventing invalid inputs
"""
changeHorizon = None
« no previous file with comments | « no previous file | third_party/buildbot_8_4p1/buildbot/master.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698