lsd0001

LSD0001: GNU Name System
Log | Files | Refs | README

commit dd7bdb899e764e8d51ba7cfeeac680a48b5d46a7
parent bca9933cd1260b48d4b8ae9cf6bb6d12820f8a62
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
Date:   Sun, 17 May 2020 21:18:54 +0200

add buildbot

Diffstat:
A.buildbot/build.sh | 3+++
A.buildbot/firefly-x86_64-amdepyc_deploy.sh | 8++++++++
2 files changed, 11 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,8 @@ +#!/bin/bash + +# Deploy rest api from buildbot + +chmod -R ag+rX draft-schanzen-gns.* +scp draft-schanzen-gns.html lsd@firefly.gnunet.org:~/public/lsd0001.html +scp draft-schanzen-gns.txt lsd@firefly.gnunet.org:~/public/lsd0001.txt +scp draft-schanzen-gns.xml lsd@firefly.gnunet.org:~/public/lsd0001.xml