[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: commenting Debian preinst policy
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: commenting Debian preinst policy |
Date: |
Fri, 23 Jul 2021 12:52:13 +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 8c9f0b72 commenting Debian preinst policy
8c9f0b72 is described below
commit 8c9f0b724fbfbf2f5bd9d80c013943b2b1aac83f
Author: ms <ms@taler.net>
AuthorDate: Fri Jul 23 12:52:07 2021 +0200
commenting Debian preinst policy
---
contrib/merchant-backoffice | 2 +-
debian/taler-merchant.preinst | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/contrib/merchant-backoffice b/contrib/merchant-backoffice
index 4320467d..26ab01ca 160000
--- a/contrib/merchant-backoffice
+++ b/contrib/merchant-backoffice
@@ -1 +1 @@
-Subproject commit 4320467db1392e5f48a4acd079f7e2a253cf9984
+Subproject commit 26ab01cac7fd4c85ec83b6079c4aa2fb88b73f8e
diff --git a/debian/taler-merchant.preinst b/debian/taler-merchant.preinst
index 01605a87..df57b007 100644
--- a/debian/taler-merchant.preinst
+++ b/debian/taler-merchant.preinst
@@ -1,5 +1,10 @@
#!/bin/bash
+# We prevent a few questions from being asked
+# upon installation by specifying defaults. Namely,
+# we want the database to be accessed via Unix domain
+# sockets and password-less.
+
set -e
echo taler-merchant taler-merchant/pgsql/method select Unix socket |
debconf-set-selections
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: commenting Debian preinst policy,
gnunet <=