aboutsummaryrefslogtreecommitdiff
path: root/tests/utils.scm
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2022-04-14 16:43:09 +0000
committerLudovic Courtès <ludo@gnu.org>2022-04-20 23:46:44 +0200
commitfbf143558764c070437bf2b7f1db1046c95c0d5b (patch)
tree667e17e6a4895c362c443fe8d20c42c29d8082cb /tests/utils.scm
parent4bd4c53aace8a64e90c17117cf0cd89d5200c492 (diff)
downloadguix-fbf143558764c070437bf2b7f1db1046c95c0d5b.tar.gz
guix-fbf143558764c070437bf2b7f1db1046c95c0d5b.zip
gnu: aws-c-http: Update to 0.6.13.
* gnu/packages/c.scm (aws-c-http): Update to 0.6.13. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'tests/utils.scm')
0 files changed, 0 insertions, 0 deletions
on, 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-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