gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix make_auditor_reports.sh sc


From: gnunet
Subject: [taler-deployment] branch master updated: fix make_auditor_reports.sh script to use modern deployment command sequence
Date: Sun, 23 Feb 2020 17:40:52 +0100

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 7a072ee  fix make_auditor_reports.sh script to use modern deployment 
command sequence
7a072ee is described below

commit 7a072eec71a257dbb29dedf613b048138f45d5dc
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 23 17:40:27 2020 +0100

    fix make_auditor_reports.sh script to use modern deployment command sequence
---
 buildbot/make_auditor_reports.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index c122d18..940f122 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -6,8 +6,10 @@
 
 set -eu
 source ${HOME}/activate
-
-taler-deployment-config-generate
+taler-deployment bootstrap
+source ${HOME}/activate
+taler-deployment build
+taler-deployment-prepare
 
 DATE=$(date +%Y-%m-%d)
 REPORT_FILE_NOEXT=${HOME}/audit_report.${DATE}

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



reply via email to

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