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: fix bad argument


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix bad argument
Date: Mon, 23 Oct 2017 15:34:26 +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 7042077  fix bad argument
7042077 is described below

commit 70420772939a15036fa14f0513e38ae2209356b7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Oct 23 15:34:13 2017 +0200

    fix bad argument
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 452d1fc..e0f50fc 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -37,7 +37,7 @@ c["protocols"] = {"pb": {"port": 
"tcp:9989:interface=127.0.0.1"}}
 # about source code changes.
 
 # NOTE: BB is bound to localhost
-allcs = changes.PBChangeSource(username="allcs", passwd="allcs")
+allcs = changes.PBChangeSource(user="allcs", passwd="allcs")
 
 c["change_source"] = [allcs]
 

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



reply via email to

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