gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: Debian packaging.


From: gnunet
Subject: [taler-merchant] branch master updated: Debian packaging.
Date: Wed, 14 Jul 2021 10:08:28 +0200

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

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 8f908a81 Debian packaging.
8f908a81 is described below

commit 8f908a81d436f1989ca8eb3f910ec4e0f1859958
Author: ms <ms@taler.net>
AuthorDate: Wed Jul 14 10:05:31 2021 +0200

    Debian packaging.
    
    Making the installer NOT ask the user about
    protecting the database with password.  Also
    choosing the Unix domain socket to reach the
    database.
---
 debian/taler-merchant.preinst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/taler-merchant.preinst b/debian/taler-merchant.preinst
new file mode 100644
index 00000000..01605a87
--- /dev/null
+++ b/debian/taler-merchant.preinst
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+set -e
+
+echo taler-merchant taler-merchant/pgsql/method select Unix socket | 
debconf-set-selections
+echo taler-merchant taler-merchant/pgsql/authmethod-user select ident | 
debconf-set-selections
+echo taler-merchant taler-merchant/pgsql/app-pass password | 
debconf-set-selections
+
+exit 0

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