gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (dc02821d -> f13f0307)


From: gnunet
Subject: [taler-exchange] branch master updated (dc02821d -> f13f0307)
Date: Fri, 13 Mar 2020 19:38:58 +0100

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

grothoff pushed a change to branch master
in repository exchange.

    from dc02821d fix regression introduced by addition of 'revoke' field
     new 89739d16 nicer log message
     new f13f0307 reset is unnecessary, we did just drop and recreate the 
entire DB

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/auditor/generate-auditor-basedb.sh     | 4 ++--
 src/exchange-tools/taler-exchange-dbinit.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/auditor/generate-auditor-basedb.sh 
b/src/auditor/generate-auditor-basedb.sh
index ed019cdf..28782461 100755
--- a/src/auditor/generate-auditor-basedb.sh
+++ b/src/auditor/generate-auditor-basedb.sh
@@ -75,13 +75,13 @@ taler-config -c $CONF -s bank -o database -V 
postgres:///$TARGET_DB
 
 # setup exchange
 echo "Setting up exchange"
-taler-exchange-dbinit -r -c $CONF
+taler-exchange-dbinit -c $CONF
 taler-exchange-wire -c $CONF 2> taler-exchange-wire.log
 taler-exchange-keyup -L INFO -c $CONF -o e2a.dat 2> taler-exchange-keyup.log
 
 # setup auditor
 echo "Setting up auditor"
-taler-auditor-dbinit -r -c $CONF
+taler-auditor-dbinit -c $CONF
 taler-auditor-exchange -c $CONF -m $MASTER_PUB -u $EXCHANGE_URL
 taler-auditor-sign -c $CONF -u $AUDITOR_URL -r e2a.dat -o a2e.dat -m 
$MASTER_PUB
 rm -f e2a.dat
diff --git a/src/exchange-tools/taler-exchange-dbinit.c 
b/src/exchange-tools/taler-exchange-dbinit.c
index d10b2ebc..67632fac 100644
--- a/src/exchange-tools/taler-exchange-dbinit.c
+++ b/src/exchange-tools/taler-exchange-dbinit.c
@@ -70,7 +70,7 @@ run (void *cls,
     if (GNUNET_OK != plugin->drop_tables (plugin->cls))
     {
       GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
-                  "Could not drop tables. Either database was not yet 
initialized, or permission denied. Consult the logs. Will still try to create 
new tables.\n");
+                  "Could not drop tables as requested. Either database was not 
yet initialized, or permission denied. Consult the logs. Will still try to 
create new tables.\n");
     }
   }
   if (GNUNET_OK !=

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



reply via email to

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