aboutsummaryrefslogtreecommitdiff
path: root/tests/services/pam-mount.scm
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2023-08-25 01:09:05 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2023-08-25 01:09:23 +0200
commit2c4131ebb3cf2a5eba4fb063e6f62f5bc7c814b3 (patch)
tree3f865e87c2e616e95333df16f5918d0f99359edf /tests/services/pam-mount.scm
parent738b0e4ccc2bac3d77bb29dd6d51026d887d6b16 (diff)
downloadguix-2c4131ebb3cf2a5eba4fb063e6f62f5bc7c814b3.tar.gz
guix-2c4131ebb3cf2a5eba4fb063e6f62f5bc7c814b3.zip
gnu: ebusd: Update to 23.2.
* gnu/packages/embedded.scm (ebusd): Update to 23.2.
Diffstat (limited to 'tests/services/pam-mount.scm')
0 files changed, 0 insertions, 0 deletions
services: databases: Don't specify a default postgresql version....Currently, if the postgresql package major version changes, this is going to break the service upon upgrade, because PostgreSQL will reject the data files from the differing major version of the service. Because it's important to either keep running a particular major version, or intentionally upgrade, I think the configuration would be better with no default. I think this is also going to be helpful when trying to assist users upgrading PostgreSQL. * gnu/services/databases.scm (<postgresql-configuration>): Remove default for postgresql. (postgresql-service-type): Remove the default value. * gnu/tests/databases.scm (%postgresql-os): Update accordingly. * gnu/tests/guix.scm (%guix-data-service-os): Update accordingly. * gnu/tests/monitoring.scm (%zabbix-os): Update accordingly. * gnu/tests/web.scm (patchwork-os): Update accordingly. * doc/guix.texi (PostgreSQL): Update accordingly. Christopher Baines 2020-07-13gnu: tests: Fix unbound variable....Record type descriptors were made private in a143e92446859bd1edc7a7aea85b2089c82c77da, but a usage of them was forgotten in the tests files. * gnu/tests/web.scm (patchwork-initial-database-setup-service): Use accessors to access field values instead of unexported type descriptor. Julien Lepiller 2020-04-21tests: web: Explicitly wait for the HTTP port....* gnu/tests/web.scm (run-webserver-test)["HTTP port ready"]: New test. Ludovic Courtès