gnunet-svn
[Top][All Lists]
Advanced

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

[lsd0008] 01/01: add from lsd0001


From: gnunet
Subject: [lsd0008] 01/01: add from lsd0001
Date: Thu, 07 Dec 2023 14:10:20 +0100

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

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

commit 032afe823253b3bf2ec1603d7e5aafab470cdc65
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Dec 7 14:10:16 2023 +0100

    add from lsd0001
---
 .buildbot/build.sh                         |  3 +++
 .buildbot/firefly-x86_64-amdepyc_deploy.sh | 10 ++++++++++
 Makefile                                   |  8 ++++++++
 3 files changed, 21 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..af821ab
--- /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 lsd0001.html index.html
+chmod -R ag+rX lsd0001.* index.html .
+rsync --exclude=".*" --exclude="Makefile" -a --delete ./ 
lsd@firefly.gnunet.org:~/public/lsd0001/
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..19b1796
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+all: txt html
+
+html:
+       xml2rfc --html --css style.css lsd0001.xml
+
+txt:
+       xml2rfc lsd0001.xml
+

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