taler-deployment

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

commit b61a1d8815f3f853448cab43c2d4438177e4ae27
parent 2769d6b8fac9dd45da2f4203d667a9d53dae30e4
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 27 Nov 2017 15:30:08 +0100

add any components carrying documentation under the "doc scheduler"

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -61,7 +61,7 @@ DOC_SCHEDULER = schedulers.SingleBranchScheduler( builderNames=["doc-builder"], change_filter=util.ChangeFilter( branch="master", - project_re="api|www"), + project_re="api|www|bank|exchange|merchant|deployment|merchant-frontend-examples"), treeStableTimer=None) WALLET_SCHEDULER = schedulers.SingleBranchScheduler(