aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-02-20 10:56:32 +0200
committerEfraim Flashner <efraim@flashner.co.il>2017-02-20 10:57:18 +0200
commite74796442095370259df714c7700b8412459e804 (patch)
tree1ef64055883b135c6a3bd13a5146fb106a0b15ca /tests
parent864738baaa7bb75c08647ccfc684736479e67f7f (diff)
downloadguix-e74796442095370259df714c7700b8412459e804.tar.gz
guix-e74796442095370259df714c7700b8412459e804.zip
gnu: coreutils: Don't run tests in parallel.
* gnu/packages/base.scm (coreutils)[arguments]: Add '#:parallel-tests? #f' to address a race contition in the test suite.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
cm?id=8490a8346b5c8207f5798be55bea1de865b0bd42'>services: Add ddclient service....* gnu/services/dns.scm (ddclient-configuration, ddclient-service-type): New variables. (uglify-field-name, serialize-field, serialize-boolean, serialize-integer, serialize-string, serialize-list, serialize-extra-options, ddclient-activation, ddclient-shepherd-service, generate-ddclient-documentation): New procedures. * doc/guix.texi (DNS Services): Document it. Oleg Pykhalov 2018-06-08services: dnsmasq-service-type: Add default configuration and description....* gnu/services/dns.scm (dnsmasq-service-type) [default-value, description]: New fields. 宋文武 2018-06-08services: dnsmasq: Use 'negative-cache?' instead of 'no-negcache?'....The 'no-negcache?' option is mapped to the '--no-negcache' command-line argument directly, but we're in the scheme world, where the general guideline is to avoid double-negations in identifiers. * gnu/services/dns.scm <dnsmasq-configuration>: Replace the 'no-negcache?' field with 'negative-cache?'. * doc/guix.texi (DNS Services)[Dnsmasq Service]: Adjust accordingly. 宋文武 2018-06-05services: Add dnsmasq-service-type....* gnu/services/dns.scm (dnsmasq-service-type): New variable. (<dnsmasq-configuration>): New record type. (dnsmasq-shepherd-service): New procedure. * doc/guix.texi (DNS Services): Document it. 宋文武