mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 09:35:56 +02:00
services: MySQL: Deprecate 'mysql-service'.
* gnu/services/databases.scm (mysql-service): Define in terms of DEFINE-DEPRECATED. * gnu/tests/databases.scm (%mysql-os): Adjust accordingly. * doc/guix.texi (Database Services): Adjust the MariaDB/MySQL section to document MYSQL-SERVICE-TYPE instead of MYSQL-SERVICE. While at it, document the EXTRA-CONTENT field.
This commit is contained in:
@@ -271,7 +271,7 @@
|
||||
|
||||
(define %mysql-os
|
||||
(simple-operating-system
|
||||
(mysql-service)))
|
||||
(service mysql-service-type)))
|
||||
|
||||
(define* (run-mysql-test)
|
||||
"Run tests in %MYSQL-OS."
|
||||
|
||||
Reference in New Issue
Block a user