gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 02/02: update Debian package of libeufin to include more DB s


From: gnunet
Subject: [libeufin] 02/02: update Debian package of libeufin to include more DB setup logic
Date: Thu, 02 Mar 2023 14:41:51 +0100

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

grothoff pushed a commit to branch master
in repository libeufin.

commit f9378fd23f581a48ea0d1754c5d5beb3cbc7bd1e
Merge: b5c14d23 09482f4c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Mar 2 14:41:46 2023 +0100

    update Debian package of libeufin to include more DB setup logic

 Makefile                                           | 11 ++-
 build.gradle                                       |  4 +-
 debian/control                                     |  1 +
 .../nginx/sites-available/libeufin-sandbox.conf    | 37 ++++++++++
 debian/libeufin.install                            |  4 ++
 nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt    |  1 -
 .../tech/libeufin/nexus/bankaccount/BankAccount.kt |  6 +-
 .../main/kotlin/tech/libeufin/nexus/server/JSON.kt |  2 +-
 nexus/src/test/kotlin/DBTest.kt                    | 72 +++++--------------
 nexus/src/test/kotlin/MakeEnv.kt                   | 84 +++++++++++++++++++++-
 nexus/src/test/kotlin/SandboxCircuitApiTest.kt     | 76 ++++++++++++++++++--
 nexus/src/test/kotlin/TalerTest.kt                 | 33 +++++++--
 .../kotlin/tech/libeufin/sandbox/CircuitApi.kt     | 16 +++--
 .../src/main/kotlin/tech/libeufin/sandbox/DB.kt    | 17 ++++-
 util/build.gradle                                  |  2 +
 util/src/main/kotlin/DB.kt                         | 84 ++++++++++++++++++++++
 util/src/main/kotlin/DBTypes.kt                    | 76 --------------------
 util/src/main/kotlin/LibeufinErrorCodes.kt         |  4 +-
 18 files changed, 370 insertions(+), 160 deletions(-)

diff --cc debian/libeufin.install
index 38a82ded,def283a9..32213f72
--- a/debian/libeufin.install
+++ b/debian/libeufin.install
@@@ -1,4 -1,3 +1,8 @@@
  debian/etc/* etc/
 -# Only used to install the SPA + JS config:
 +
 +# Files needed by dbconf
 +debian/db/install/* usr/share/dbconfig-common/scripts/libeufin/install/
++
++# Install the SPA + JS config:
+ debian/usr/share/libeufin/* usr/share/libeufin/
++

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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