taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit af843d3c59bfebf0d966926ffb5791a4ea4f278f
parent 3bb291ac9beb742ad3dc9efcdbd5431448eddb94
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 22 May 2019 10:13:04 +0200

X -> X_re

Diffstat:
Mbuildbot/master.cfg | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -170,11 +170,11 @@ DOC_SCHEDULER = schedulers.SingleBranchScheduler( name="periodic-doc-scheduler", builderNames=["doc-builder"], change_filter=util.ChangeFilter( - branch="master|stable", + branch_re="(master|stable)", filter_fn=doc_filter, - project_re="backoffice|api|www|bank|exchange|merchant" + project_re="(backoffice|api|www|bank|exchange|merchant" "|deployment|merchant-frontend-examples" - "|docs-landing"), + "|docs-landing)"), treeStableTimer=None)