summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-03-09 11:59:32 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-03-09 11:59:32 +0100
commitbad0998c796aa1aa223350bba1b10f57996944c0 (patch)
tree337339a04cb24297331bb852b3deee309a421947
parent8c209e1963dddd7490925bea72f10b5ba729982c (diff)
downloaddeployment-bad0998c796aa1aa223350bba1b10f57996944c0.tar.gz
deployment-bad0998c796aa1aa223350bba1b10f57996944c0.tar.bz2
deployment-bad0998c796aa1aa223350bba1b10f57996944c0.zip
still fixing strings.
-rw-r--r--buildbot/master.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 0d351ae..97e432b 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -82,7 +82,9 @@ DOC_SCHEDULER = schedulers.SingleBranchScheduler(
change_filter=util.ChangeFilter(
branch="master",
filter_fn=doc_filter,
- project_re="backoffice|help|api|www|bank|exchange|merchant|deployment|merchant-frontend-examples|docs-landing"),
+ project_re="backoffice|help|api|www|bank|exchange|merchant"
+ "|deployment|merchant-frontend-examples"
+ "|docs-landing"),
treeStableTimer=None)
WALLET_SCHEDULER = schedulers.SingleBranchScheduler(
@@ -105,7 +107,7 @@ ALL_SCHEDULER = schedulers.SingleBranchScheduler(
branch="master",
project_re="backoffice|wallet|bank|exchange"
"merchant|deployment|donations|blog"
- |survey|landing|playground"),
+ "|survey|landing|playground"),
treeStableTimer=None,
builderNames=["switcher-builder"])