From fc2d9328626991a3fa03f0d52b00e7fb7b77663f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 23 Feb 2020 20:03:10 +0100 Subject: import generated keys into auditor during preparation; do not run taler-auditor-sign twice --- buildbot/make_auditor_reports.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'buildbot') 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 -- cgit v1.2.3