commit 895f9427df9285c8348fc2dba6a7b620ea306225 parent b73cdaed9b1c4cc6b5547aa78236779a84e4f96b Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Tue, 7 Feb 2023 16:17:35 +0900 add buildbot build definition 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-taler.html index.html +chmod -R ag+rX draft-grothoff-taler.* index.html . +rsync --exclude=".*" --exclude="Makefile" -a --delete ./ lsd@firefly.gnunet.org:~/public/lsd0006/