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: no auditor repo a


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: no auditor repo anymore
Date: Tue, 06 Jun 2017 11:50:45 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

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

commit ab61867c73a38d2019366726f293b3d3544db33a
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jun 6 11:51:26 2017 +0200

    no auditor repo anymore
---
 taler-build/Makefile          |  6 +-----
 taler-build/update_auditor.sh | 14 --------------
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/taler-build/Makefile b/taler-build/Makefile
index 5e9da9b..9995d63 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 auditor-stamp
+all: exchange-stamp bank-stamp merchant-stamp gnunet-stamp 
merchant-frontends-stamp landing-stamp deployment-stamp 
 
 deployment-stamp:
        ./update_deployment.sh
@@ -9,10 +9,6 @@ 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
deleted file mode 100755
index 35d7184..0000000
--- a/taler-build/update_auditor.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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]