gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: Revert "no audito


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Revert "no auditor repo anymore"
Date: Tue, 06 Jun 2017 14:39:14 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 4793388  Revert "no auditor repo anymore"
4793388 is described below

commit 4793388bf74f5eaa88fb8156b01f01801458575d
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jun 6 14:38:48 2017 +0200

    Revert "no auditor repo anymore"
    
    We still need the auditor repository to serve the auditor webpage.
    This reverts commit ab61867c73a38d2019366726f293b3d3544db33a.
---
 taler-build/Makefile          |  6 +++++-
 taler-build/update_auditor.sh | 14 ++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/taler-build/Makefile b/taler-build/Makefile
index 9995d63..5e9da9b 100644
--- a/taler-build/Makefile
+++ b/taler-build/Makefile
@@ -1,4 +1,4 @@
-all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp 
merchant-frontends-stamp landing-stamp deployment-stamp 
+all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp 
merchant-frontends-stamp landing-stamp deployment-stamp auditor-stamp
 
 deployment-stamp:
        ./update_deployment.sh
@@ -9,6 +9,10 @@ exchange-stamp: gnunet-stamp deployment-stamp bank-stamp
        ./update_exchange.sh
        touch $@
 
+auditor-stamp: deployment-stamp
+       ./update_auditor.sh
+       touch $@
+
 landing-stamp: deployment-stamp
        ./update_landing.sh
        touch $@
diff --git a/taler-build/update_auditor.sh b/taler-build/update_auditor.sh
new file mode 100755
index 0000000..35d7184
--- /dev/null
+++ b/taler-build/update_auditor.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+set -eu
+
+cd $HOME/auditor
+git clean -fxd
+
+git fetch
+# reset to updated upstream branch, but only if we're tracking a branch
+branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} 2>/dev/null || 
echo HEAD)
+git reset --hard "$branch"
+
+git submodule update --force --init
+make

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



reply via email to

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