aboutsummaryrefslogtreecommitdiff
path: root/tests/substitute.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2019-11-25 01:47:07 -0500
committerMark H Weaver <mhw@netris.org>2019-11-25 12:08:12 -0500
commit5d297ca6760d62f1287c9d6f4729ce3352752df8 (patch)
tree8cc4087a75e0cf4f5debaada40911fa99796a626 /tests/substitute.scm
parent6c693a6e3f0516475351954a29149ed2b10e3664 (diff)
downloadguix-5d297ca6760d62f1287c9d6f4729ce3352752df8.tar.gz
guix-5d297ca6760d62f1287c9d6f4729ce3352752df8.zip
gnu: linux-libre: Update to 5.3.13.
* gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.13. (linux-libre-5.3-pristine-source): Update hash.
Diffstat (limited to 'tests/substitute.scm')
0 files changed, 0 insertions, 0 deletions
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-10-20tests: monitoring: Use (service postgresql-service-type)....As I'm looking at removing the procedure, in favour of always using the service type. * gnu/tests/monitoring.scm (%zabbix-os): Use (service postgresql-service-type) rather than (postgresql-service). Christopher Baines 2020-07-15tests: zabbix: Fix typo in comment....* gnu/tests/monitoring.scm (run-zabbix-server-test)[test]: Fix typo in comment. Oleg Pykhalov 2020-03-09tests: zabbix: Set 'PATH' before running the scripts....This is a followup to 8b9cad01e9619f53dc5a65892ca6a09ca5de3447. * gnu/tests/monitoring.scm (run-zabbix-server-test)[test]: Set 'PATH' in MARIONETTE. Ludovic Courtès