gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lsd0001] branch master updated: add buildbot


From: gnunet
Subject: [lsd0001] branch master updated: add buildbot
Date: Sun, 17 May 2020 21:24:01 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository lsd0001.

The following commit(s) were added to refs/heads/master by this push:
     new dd7bdb8  add buildbot
dd7bdb8 is described below

commit dd7bdb899e764e8d51ba7cfeeac680a48b5d46a7
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Sun May 17 21:18:54 2020 +0200

    add buildbot
---
 .buildbot/build.sh                         | 3 +++
 .buildbot/firefly-x86_64-amdepyc_deploy.sh | 8 ++++++++
 2 files changed, 11 insertions(+)

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..532b8ea
--- /dev/null
+++ 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 address@hidden:~/public/lsd0001.html
+scp draft-schanzen-gns.txt address@hidden:~/public/lsd0001.txt
+scp draft-schanzen-gns.xml address@hidden:~/public/lsd0001.xml

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]