taler-deployment

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

commit 457b51c98a03b3a0b77ed8688799a143832f4a70
parent 72f7e47997231b494aea60b4f54ad57de269bb6b
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue,  6 Feb 2018 04:31:48 +0100

BB config

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="backoffice|help|api|www|bank|exchange|merchant|deployment|merchant-frontend-examples"), + project_re="backoffice|help|api|www|bank|exchange|merchant|deployment|merchant-frontend-examples|docs-landing"), treeStableTimer=None) WALLET_SCHEDULER = schedulers.SingleBranchScheduler(