gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: Get rid of git po


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Get rid of git poller change source; installing hook based.
Date: Mon, 23 Oct 2017 15:27:51 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new d1a7798  Get rid of git poller change source; installing hook based.
d1a7798 is described below

commit d1a77987388897c0e0d26d7289145fd4d82ad70d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Oct 23 15:27:00 2017 +0200

    Get rid of git poller change source; installing hook based.
---
 buildbot/master.cfg | 36 ++++--------------------------------
 1 file changed, 4 insertions(+), 32 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index fac1007..452d1fc 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -36,38 +36,10 @@ c["protocols"] = {"pb": {"port": 
"tcp:9989:interface=127.0.0.1"}}
 # the 'change_source' setting tells the buildmaster how it should find out
 # about source code changes.
 
-cs_wallet = changes.GitPoller(
-        "git://taler.net/wallet-webex",
-        project="wallet",
-        workdir="gitpoller-workdir", branch="master",
-        pollinterval=300)
-cs_merchant = changes.GitPoller(
-        "git://taler.net/merchant",
-        project="merchant",
-        workdir="gitpoller-workdir", branch="master",
-        pollinterval=300)
-cs_exchange = changes.GitPoller(
-        "git://taler.net/exchange",
-        project="exchange",
-        workdir="gitpoller-workdir", branch="master",
-        pollinterval=300)
-cs_bank = changes.GitPoller(
-        "git://taler.net/bank",
-        project="bank",
-        workdir="gitpoller-workdir", branch="master",
-        pollinterval=300)
-cs_api = changes.GitPoller(
-        "git://taler.net/api",
-        project="api",
-        workdir="gitpoller-workdir", branch="master",
-        pollinterval=300)
-cs_deployment = changes.GitPoller(
-        "git://taler.net/deployment",
-        project="deployment",
-        workdir="gitpoller-workdir", branch="master",
-        pollinterval=300)
-
-c["change_source"] = [cs_api, cs_wallet, cs_merchant, cs_exchange, cs_bank, 
cs_deployment]
+# NOTE: BB is bound to localhost
+allcs = changes.PBChangeSource(username="allcs", passwd="allcs")
+
+c["change_source"] = [allcs]
 
 ####### SCHEDULERS
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]