commit bad0998c796aa1aa223350bba1b10f57996944c0
parent 8c209e1963dddd7490925bea72f10b5ba729982c
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Fri, 9 Mar 2018 11:59:32 +0100
still fixing strings.
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git 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"])