commit 56aba4128f176331b3268bf616c859d463d95a02
parent 2984a108425a51d6e8e97c17be67e40f1d06d4fb
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Tue, 3 May 2016 10:44:11 +0200
adding merchant-frontends to BB
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -32,6 +32,10 @@ c['change_source'].append(GitPoller(
'git://git.taler.net/deployment.git',
workdir='gitpoller-workdir', branches=True,
pollinterval=300))
+c['change_source'].append(GitPoller(
+ 'git://git.taler.net/merchant-frontends.git',
+ workdir='gitpoller-workdir', branches=True,
+ pollinterval=300))
####### SCHEDULERS
@@ -41,7 +45,7 @@ from buildbot.changes import filter
c['schedulers'] = []
git_master = SingleBranchScheduler(
- name="exchange-master",
+ name="global-master",
reason="Commit pushed for one of the sub-projects",
change_filter=filter.ChangeFilter(branch='master'),
treeStableTimer=300,