summaryrefslogtreecommitdiff
path: root/frags
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-05-21 00:40:08 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-05-21 00:40:08 +0200
commit3f96fb2b8494a48a3a74aa560ad5a8c6a80b9c9e (patch)
tree5ec88bc054319aa7f523017b1d2d8c4b71fb41c8 /frags
parent9729472ef932595c3c82f9fdf13c1f09e5c68ee1 (diff)
downloaddocs-3f96fb2b8494a48a3a74aa560ad5a8c6a80b9c9e.tar.gz
docs-3f96fb2b8494a48a3a74aa560ad5a8c6a80b9c9e.tar.bz2
docs-3f96fb2b8494a48a3a74aa560ad5a8c6a80b9c9e.zip
revise exchange intro
Diffstat (limited to 'frags')
-rw-r--r--frags/db-stores-sensitive-data.rst7
-rw-r--r--frags/install-before-check.rst4
2 files changed, 3 insertions, 8 deletions
diff --git a/frags/db-stores-sensitive-data.rst b/frags/db-stores-sensitive-data.rst
index 514db015..0e3dab86 100644
--- a/frags/db-stores-sensitive-data.rst
+++ b/frags/db-stores-sensitive-data.rst
@@ -1,6 +1,5 @@
.. note::
- The Taler merchant backend stores private keys and other sensitive
- business and customer data in the database. The backend operator
- SHOULD ensure that backup operations are encrypted and secured from
- unauthorized access.
+ Taler may store sensitive business and customer data in the database. Any
+ operator SHOULD thus ensure that backup operations are encrypted and
+ secured from unauthorized access.
diff --git a/frags/install-before-check.rst b/frags/install-before-check.rst
index 2476a383..9cde7481 100644
--- a/frags/install-before-check.rst
+++ b/frags/install-before-check.rst
@@ -2,9 +2,5 @@ Please note that unlike most packages, if you want to run the ``make check``
command, you should run it only *after* having done ``make install``. The
latter ensures that necessary binaries are copied to the right place.
-Gratuitous editorial note by TTN: I think this is a quirk that we should
-fix in the long-term as such weirdness might hide other build issues.
-However, this is probably a minority viewpoint.
-
In any case, if ``make check`` fails, please consider filing a
bug report with the Taler `bug tracker <https://bugs.taler.net>`__.