summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 21:16:55 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 21:16:55 +0200
commitf5501271a4872c084ebada1cce777d0052626472 (patch)
tree8ec0d1f29d6536d8cc9970c48ae32170ef7cf17c
parentea799ef5a91440ddc4b303f05841ddea4c6afd09 (diff)
downloaddeployment-f5501271a4872c084ebada1cce777d0052626472.tar.gz
deployment-f5501271a4872c084ebada1cce777d0052626472.tar.bz2
deployment-f5501271a4872c084ebada1cce777d0052626472.zip
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.
-rw-r--r--build-auditorreporter4
-rwxr-xr-xbuild-reservetopper5
2 files changed, 9 insertions, 0 deletions
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