From 6703e98276b8add678c65b55d556c1cb6d2d4e54 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Wed, 23 Sep 2020 21:42:51 +0200 Subject: add bb config --- .buildbot/build.sh | 3 +++ .buildbot/firefly-x86_64-amdepyc_deploy.sh | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100755 .buildbot/build.sh create mode 100755 .buildbot/firefly-x86_64-amdepyc_deploy.sh diff --git a/.buildbot/build.sh b/.buildbot/build.sh new file mode 100755 index 0000000..2aad486 --- /dev/null +++ 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 new file mode 100755 index 0000000..0c8a3e2 --- /dev/null +++ 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/ -- cgit v1.2.3