summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-06 11:51:26 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-06 11:51:26 +0200
commitab61867c73a38d2019366726f293b3d3544db33a (patch)
tree690724eff7cfc743e303bd35aca367def73af291
parent122c7fb7209316a21bda9e9b4fea5e9afa266498 (diff)
downloaddeployment-ab61867c73a38d2019366726f293b3d3544db33a.tar.gz
deployment-ab61867c73a38d2019366726f293b3d3544db33a.tar.bz2
deployment-ab61867c73a38d2019366726f293b3d3544db33a.zip
no auditor repo anymore
-rw-r--r--taler-build/Makefile6
-rwxr-xr-xtaler-build/update_auditor.sh14
2 files changed, 1 insertions, 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