lsd0005

LSD0005: GNS DID Method Specification
Log | Files | Refs

commit 192b4c07106d35bb1ebacf6886dca3e08f73de0b
parent 508ba051540778f9a16aae6d81adb6dcf641b673
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Wed, 17 Aug 2022 16:56:28 +0200

add buildbot

Diffstat:
A.buildbot/build.sh | 3+++
A.buildbot/firefly-x86_64-amdepyc_deploy.sh | 10++++++++++
2 files changed, 13 insertions(+), 0 deletions(-)

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-schanzen-didgns.html index.html +chmod -R ag+rX draft-schanzen-didgns.* index.html . +rsync --exclude=".*" --exclude="Makefile" -a --delete ./ lsd@firefly.gnunet.org:~/public/lsd0005/