gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: Avoid versioned dist's file


From: gnunet
Subject: [libeufin-deployment] branch master updated: Avoid versioned dist's filename
Date: Sun, 20 Dec 2020 13:28:10 +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 a54bd88  Avoid versioned dist's filename
a54bd88 is described below

commit a54bd88fa7fe99f9820b5a1c54746fcfca84b17e
Author: MS <ms@taler.net>
AuthorDate: Sun Dec 20 13:27:34 2020 +0100

    Avoid versioned dist's filename
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index d064e93..9276f42 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -121,9 +121,9 @@ ALL_FACTORY.addSteps([
     ShellCommand(
         name="Packager",
         description="Publishing the distribution archive",
-        descriptionDone="Distribution archive done is online",
+        descriptionDone="Distribution archive is online",
         flunkOnFailure=True,
-        command=["cp", "build/distributions/*.zip", "$HOME/web"]
+        command=["cp", "build/distributions/libeufin.zip", 
"/home/libeufin/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]