taler-deployment

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

commit 6719cdde209afbce18b86d38ad5142385f3b45be
parent a54b21474191aa5dc959bab0b12d8f6dfe5efeb6
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 30 Nov 2017 17:55:29 +0100

run switcher builder also when one of the fontends changes

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -87,7 +87,7 @@ ALL_SCHEDULER = schedulers.SingleBranchScheduler( name="all-scheduler", change_filter=util.ChangeFilter( branch="master", - project_re="wallet|bank|exchange|merchant|deployment"), + project_re="wallet|bank|exchange|merchant|deployment|donations|blog|survey"), treeStableTimer=None, builderNames=[ "lcov-builder",