gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0001] branch master updated: improve build


From: gnunet
Subject: [lsd0001] branch master updated: improve build
Date: Sun, 17 May 2020 22:20:06 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository lsd0001.

The following commit(s) were added to refs/heads/master by this push:
     new 32b68a6  improve build
32b68a6 is described below

commit 32b68a6c6fb61bcffedef56512773fa80306a074
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Sun May 17 22:15:01 2020 +0200

    improve build
---
 .buildbot/firefly-x86_64-amdepyc_deploy.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh 
b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
index 21e914e..e7dc3f6 100755
--- a/.buildbot/firefly-x86_64-amdepyc_deploy.sh
+++ b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
@@ -2,6 +2,9 @@
 
 # Deploy rest api from buildbot
 
+if [ -e index.html ]; then
+  rm index.html
+fi
 ln -s draft-schanzen-gns.html index.html
 chmod -R ag+rX draft-schanzen-gns.* index.html .
 rsync --exclude=".*" --exclude="Makefile" -a --delete ./ 
address@hidden:~/public/lsd0001/

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



reply via email to

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