gnunet-handbook

The GNUnet Handbook
Log | Files | Refs

commit 61d479694d13b018eb6410238c556d8355e80b80
parent 2a301368bacea13bc0e6abd905b5b0ea487790db
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sun, 31 Jul 2022 12:21:40 +0200

add buildbot

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

diff --git a/.buildbot/build.sh b/.buildbot/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +make html diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh b/.buildbot/firefly-x86_64-amdepyc_deploy.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# Deploy rest api from buildbot + +chmod -R ag+rX _build/html/* +rsync --exclude=".*" --exclude="Makefile" -a --delete _build/html/ handbook@firefly.gnunet.org:~/public/doc-ng