gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0002] branch master updated: add bb config


From: gnunet
Subject: [lsd0002] branch master updated: add bb config
Date: Wed, 23 Sep 2020 21:49:34 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 6703e98  add bb config
6703e98 is described below

commit 6703e98276b8add678c65b55d556c1cb6d2d4e54
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Wed Sep 23 21:42:51 2020 +0200

    add bb config
---
 .buildbot/build.sh                         |  3 +++
 .buildbot/firefly-x86_64-amdepyc_deploy.sh | 10 ++++++++++
 2 files changed, 13 insertions(+)

diff --git a/.buildbot/build.sh b/.buildbot/build.sh
new file mode 100755
index 0000000..2aad486
--- /dev/null
+++ b/.buildbot/build.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+make
diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh 
b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
new file mode 100755
index 0000000..0c8a3e2
--- /dev/null
+++ b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# Deploy rest api from buildbot
+
+if [ -e index.html ]; then
+  rm index.html
+fi
+ln -s draft-schanzen-reclaimid.html index.html
+chmod -R ag+rX draft-schanzen-reclaimid.* index.html .
+rsync --exclude=".*" --exclude="Makefile" -a --delete ./ 
lsd@firefly.gnunet.org:~/public/lsd0002/

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