commit 029d57f464caaf8435e208fdf849f7d4e7588d8f parent 7c6bef140c96746cb3be4e2b2907cc6fee52b70e Author: Elias Summermatter <elias.summermatter@seccom.ch> Date: Tue, 11 May 2021 08:58:48 +0200 Merge branch 'master' of git+ssh://gnunet.org/lsd0003 Diffstat:
| A | .buildbot/build.sh | | | 3 | +++ |
| A | .buildbot/firefly-x86_64-amdepyc_deploy.sh | | | 10 | ++++++++++ |
| M | README.md | | | 4 | +++- |
3 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/.buildbot/build.sh 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 @@ -0,0 +1,10 @@ +#!/bin/bash + +# Deploy rest api from buildbot + +if [ -e index.html ]; then + rm index.html +fi +ln -s draft-summermatter-set-union.html index.html +chmod -R ag+rX draft-summermatter-set-union.* index.html . +rsync --exclude=".*" --exclude="Makefile" -a --delete ./ lsd@firefly.gnunet.org:~/public/lsd0003/ diff --git a/README.md b/README.md @@ -1 +1,3 @@ -# Set union spec +# Set union living standard + +Find HTML website at https://lsd.gnunet.org/lsd0003