lsd0013

LSD0013: The donau:// scheme
Log | Files | Refs

commit 7700e03cba8277ef975e07deb5da81a4431e3397
parent 9336d0801bb8a0bc15aab005860ba913a3a6b989
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Wed, 29 Oct 2025 23:23:47 +0100

add buildbot job

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