gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: syntax


From: gnunet
Subject: [libeufin-deployment] branch master updated: syntax
Date: Mon, 16 Nov 2020 17:58:40 +0100

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

ms pushed a commit to branch master
in repository libeufin-deployment.

The following commit(s) were added to refs/heads/master by this push:
     new ceda31c  syntax
ceda31c is described below

commit ceda31ca7f39e3a6026e8ceee079bb7588b2796d
Author: MS <ms@taler.net>
AuthorDate: Mon Nov 16 17:58:36 2020 +0100

    syntax
---
 buildbot/master.cfg | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index f842556..116cd60 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -74,16 +74,18 @@ c["schedulers"] = [
 ####### FACTORIES
 
 BOOTSTRAP_COMMAND = ShellCommand(
-        name="Bootstrap repository",
-        description="Bootstrap..",
-        descriptionDone="Bootstrap done",
-        command=["./bootstrap"]
+    name="Bootstrap repository",
+    description="Bootstrap..",
+    descriptionDone="Bootstrap done",
+    command=["./bootstrap"]
+)
 
 CONFIGURE_COMMAND = ShellCommand(
-        name="Configure project",
-        description="Configure..",
-        descriptionDone="Configure done",
-        command=["./configure"]
+    name="Configure project",
+    description="Configure..",
+    descriptionDone="Configure done",
+    command=["./configure"]
+)
 
 UNITTESTS_FACTORY = util.BuildFactory()
 UNITTESTS_FACTORY.addSteps([

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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