taler-deployment

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

commit c9616503875f24b8c6c949e902b83d8a85f58709
parent 92020df9c0393c5a29408c4d2e282dfc19e1aae8
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 21 Jun 2016 15:29:28 +0200

no deployment among watched repos

Diffstat:
Mbuildbot/master.cfg | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -32,10 +32,6 @@ c['change_source'].append(GitPoller( workdir='gitpoller-workdir', branches=True, pollinterval=300)) 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))