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: syntax fix


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: syntax fix
Date: Thu, 30 Nov 2017 18:17:43 +0100

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 2908488  syntax fix
2908488 is described below

commit 2908488ef151532f3ce97941795dbcabaf6bffa3
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Nov 30 18:17:34 2017 +0100

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 0a7e6f5..6f25be3 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -86,7 +86,7 @@ WALLET_SCHEDULER = schedulers.SingleBranchScheduler(
 TIP_RESERVE_TOPPER_SCHEDULER = schedulers.PeriodicScheduler(
     name="tip-reserve-topper-scheduler",
     periodicBuildTimer=60*60*24*10, # 10 days
-    builderNames="[tip-reserve-topper-builder"]
+    builderNames=["tip-reserve-topper-builder"]
 )
 
 ALL_SCHEDULER = schedulers.SingleBranchScheduler(

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



reply via email to

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