summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-23 20:03:10 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-23 20:03:10 +0100
commitfc2d9328626991a3fa03f0d52b00e7fb7b77663f (patch)
treeb2af2bd21ef71a55a65935fe18a4e5d8ba18db22 /buildbot
parent87a2b92ab4d164a389d01ff8ce172f10b4c2587b (diff)
downloaddeployment-fc2d9328626991a3fa03f0d52b00e7fb7b77663f.tar.gz
deployment-fc2d9328626991a3fa03f0d52b00e7fb7b77663f.tar.bz2
deployment-fc2d9328626991a3fa03f0d52b00e7fb7b77663f.zip
import generated keys into auditor during preparation; do not run taler-auditor-sign twice
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/make_auditor_reports.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 1ab964f..0bb01e3 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -40,12 +40,6 @@ fi
CONFIG_FILE=${TALER_HOME}/.config/taler.conf
-echo "Adding exchange to auditor's list"
-taler-auditor-exchange \
- -c ${CONFIG_FILE} \
- -m $(taler-config -c ${CONFIG_FILE} -s exchange -o master_public_key) \
- -u $(taler-config -c ${CONFIG_FILE} -s exchange -o base_url) || true
-
# Generate first report.
echo "Running taler-auditor"
if ! taler-auditor -c ${CONFIG_FILE} > "${REPORT_FILE_NOEXT}.txt"; then