[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (f4d139d -> 97c4fd2)
From: |
guix-commits |
Subject: |
branch master updated (f4d139d -> 97c4fd2) |
Date: |
Sat, 28 Nov 2020 13:54:40 -0500 (EST) |
mbakke pushed a change to branch master
in repository guix.
from f4d139d gnu: qutebrowser: Fix QTWEBENGINEPROCESS_PATH wrapping.
new 89b704a services: MySQL: Deprecate 'mysql-service'.
new 27d7cdb services: MySQL: Bind to localhost only by default.
new 927bf98 services: MySQL: Make the socket configurable.
new e20388a services: MySQL: Upgrade database schemas automatically.
new 97c4fd2 services: MySQL: Add more tests.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/guix.texi | 31 +++++++++++++++------
gnu/services/databases.scm | 67 +++++++++++++++++++++++++++++++++++++++-------
gnu/tests/databases.scm | 45 ++++++++++++++++++++++++++++++-
3 files changed, 124 insertions(+), 19 deletions(-)
- branch master updated (f4d139d -> 97c4fd2),
guix-commits <=
- 03/05: services: MySQL: Make the socket configurable., guix-commits, 2020/11/28
- 02/05: services: MySQL: Bind to localhost only by default., guix-commits, 2020/11/28
- 04/05: services: MySQL: Upgrade database schemas automatically., guix-commits, 2020/11/28
- 05/05: services: MySQL: Add more tests., guix-commits, 2020/11/28
- 01/05: services: MySQL: Deprecate 'mysql-service'., guix-commits, 2020/11/28