[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: Build scripts..
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: Build scripts.. |
Date: |
Fri, 13 Sep 2019 21:17:50 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new f550127 Build scripts..
f550127 is described below
commit f5501271a4872c084ebada1cce777d0052626472
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 13 21:16:55 2019 +0200
Build scripts..
..for workers that do NOT need to get all the Taler
codebase compiled, just to use one command installed
by the exchange / gnunet.
---
build-auditorreporter | 4 ++++
build-reservetopper | 5 +++++
2 files changed, 9 insertions(+)
diff --git a/build-auditorreporter b/build-auditorreporter
new file mode 100644
index 0000000..e766f74
--- /dev/null
+++ b/build-auditorreporter
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+cd $HOME/stamps
+make exchange-stamp
diff --git a/build-reservetopper b/build-reservetopper
new file mode 100755
index 0000000..bf4bc90
--- /dev/null
+++ b/build-reservetopper
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd $HOME/stamps
+make gnunet-stamp
+make exchange-stamp
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: Build scripts..,
gnunet <=