gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: new step needed


From: gnunet
Subject: [libeufin-deployment] branch master updated: new step needed
Date: Sun, 20 Dec 2020 02:33:21 +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 5a83d2a  new step needed
5a83d2a is described below

commit 5a83d2a4dfe61d4c34f2002475725486255ca0c9
Author: MS <ms@taler.net>
AuthorDate: Sun Dec 20 02:33:11 2020 +0100

    new step needed
---
 buildbot/master.cfg | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 672f8f5..ef681f9 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -115,8 +115,15 @@ ALL_FACTORY.addSteps([
         name="Packager",
         description="Creating distribution archive",
         descriptionDone="Distribution archive done",
+        haltOnFailure=True,
+        command=["make", "dist"]
+    )
+    ShellCommand(
+        name="Packager",
+        description="Publishing the distribution archive",
+        descriptionDone="Distribution archive done is online",
         flunkOnFailure=True,
-        command=["make", "dist;", "cp", "build/distributions/*.zip", 
"$HOME/web"]
+        command=["cp", "build/distributions/*.zip", "$HOME/web"]
     )
 ])
 

-- 
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]