lsd0002

LSD0002: re:claimID
Log | Files | Refs | README

commit 6703e98276b8add678c65b55d556c1cb6d2d4e54
parent 2e9de288510fb3f710d75711a7e50cb4c778ec85
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
Date:   Wed, 23 Sep 2020 21:42:51 +0200

add bb config

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