taler-deployment

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

commit 1bdfaa5584527189b7fcc581c1568c0854e13705
parent 56fd37e2252221df464b9f0f744d5115df2960dc
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 17 Jan 2018 14:57:49 +0100

backoffice repository into monitored ones by doc-builder

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -75,7 +75,7 @@ DOC_SCHEDULER = schedulers.SingleBranchScheduler( change_filter=util.ChangeFilter( branch="master", filter_fn=doc_filter, - project_re="help|api|www|bank|exchange|merchant|deployment|merchant-frontend-examples"), + project_re="backoffice|help|api|www|bank|exchange|merchant|deployment|merchant-frontend-examples"), treeStableTimer=None) WALLET_SCHEDULER = schedulers.SingleBranchScheduler(