gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -note first DBC use


From: gnunet
Subject: [taler-merchant] branch master updated: -note first DBC use
Date: Sat, 04 Mar 2023 17:43:04 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 36d0a40f -note first DBC use
36d0a40f is described below

commit 36d0a40f400519872361c4dd13b10d9419813f15
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 17:42:55 2023 +0100

    -note first DBC use
---
 debian/taler-merchant.config   | 1 +
 debian/taler-merchant.postinst | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/taler-merchant.config b/debian/taler-merchant.config
index 4a876261..da0b34b2 100644
--- a/debian/taler-merchant.config
+++ b/debian/taler-merchant.config
@@ -10,6 +10,7 @@ _GROUPNAME=www-data
 # For now, we only support postgres
 dbc_dbtypes=pgsql
 dbc_dbuser=${_USERNAME}
+dbc_first_version="0.9.0"
 
 dbc_authmethod_user=ident
 dbc_authmethod_admin=ident
diff --git a/debian/taler-merchant.postinst b/debian/taler-merchant.postinst
index 58c075d9..2ccd679b 100644
--- a/debian/taler-merchant.postinst
+++ b/debian/taler-merchant.postinst
@@ -26,6 +26,7 @@ _GROUPNAME=www-data
 # (for when we support sqlite3 in the future)
 dbc_dbfile_owner="${_USERNAME}:${_GROUPNAME}"
 dbc_dbfile_perms="0600"
+dbc_first_version="0.9.0"
 
 . /usr/share/debconf/confmodule
 

-- 
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]