aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Summermatter <elias.summermatter@seccom.ch>2021-05-11 08:58:48 +0200
committerElias Summermatter <elias.summermatter@seccom.ch>2021-05-11 08:58:48 +0200
commit029d57f464caaf8435e208fdf849f7d4e7588d8f (patch)
tree08527475aa13a5d042dd779c7350c7076f6e564e
parent7c6bef140c96746cb3be4e2b2907cc6fee52b70e (diff)
parent28f764d821d320c64476174c49f597477b33af52 (diff)
downloadlsd0003-029d57f464caaf8435e208fdf849f7d4e7588d8f.tar.gz
lsd0003-029d57f464caaf8435e208fdf849f7d4e7588d8f.zip
Merge branch 'master' of git+ssh://gnunet.org/lsd0003
-rwxr-xr-x.buildbot/build.sh3
-rwxr-xr-x.buildbot/firefly-x86_64-amdepyc_deploy.sh10
-rw-r--r--README.md4
3 files changed, 16 insertions, 1 deletions
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 @@
1#!/bin/bash
2
3make
diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
new file mode 100755
index 0000000..402fa15
--- /dev/null
+++ b/.buildbot/firefly-x86_64-amdepyc_deploy.sh
@@ -0,0 +1,10 @@
1#!/bin/bash
2
3# Deploy rest api from buildbot
4
5if [ -e index.html ]; then
6 rm index.html
7fi
8ln -s draft-summermatter-set-union.html index.html
9chmod -R ag+rX draft-summermatter-set-union.* index.html .
10rsync --exclude=".*" --exclude="Makefile" -a --delete ./ lsd@firefly.gnunet.org:~/public/lsd0003/
diff --git a/README.md b/README.md
index b508de9..62288c2 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,3 @@
1# Set union spec 1# Set union living standard
2
3Find HTML website at https://lsd.gnunet.org/lsd0003