aboutsummaryrefslogtreecommitdiff
path: root/tests/boot-parameters.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-11-22 15:59:30 +0100
committerLudovic Courtès <ludo@gnu.org>2024-12-01 20:14:14 +0100
commit8ee03e30bd4593cbf157ff7e9e2856e17d74c24d (patch)
tree8231a3a917bab96ad7b6e4e341eaa221ebf278f0 /tests/boot-parameters.scm
parent85743578bc5796116f5c597b7be4caebacf38c52 (diff)
downloadguix-8ee03e30bd4593cbf157ff7e9e2856e17d74c24d.tar.gz
guix-8ee03e30bd4593cbf157ff7e9e2856e17d74c24d.zip
transformations: Export ‘package-with-upstream-version’.
* guix/transformations.scm (package-with-upstream-version): Export. Change-Id: I8e09e69e9c32bffc329c97ef1c0258f750181b11
Diffstat (limited to 'tests/boot-parameters.scm')
0 files changed, 0 insertions, 0 deletions
n title='2018-08-13 18:11:02 +0200'>2018-08-13services: prosody: Get the Shepherd to respawn Prosody.Clément Lassieur * gnu/services/messaging.scm (prosody-shepherd-service): Return the PID when the action is "start". 2018-08-13services: prosody: Use 'invoke' rather than 'system*'.Clément Lassieur * gnu/services/messaging.scm (prosody-shepherd-service): Replace SYSTEM* with INVOKE. 2018-05-11services: bitlbee: Add plugins.Pierre-Antoine Rouby * doc/guix.texi (Bitlbee Service): Add plugins. * gnu/services/messaging.scm (<bitlbee-configuration>): Add plugins argument. (bitlbee-shepherd-service): Update config file. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2018-05-01services: prosody: Add a default value to the prosody-service-type.Clément Lassieur * gnu/services/messaging.scm (prosody-service-type)[default-value]: New field. 2018-05-01services: prosody: Add a description to the prosody-service-type.Clément Lassieur * gnu/services/messaging.scm (prosody-service-type)[description]: New field. 2018-03-03services: messaging: Prosody config supports file-like objects.Clément Lassieur * doc/guix.texi (Messaging Services): Update accordingly. * gnu/services/configuration.scm (serialize-configuration, serialize-maybe-stem, serialize-package): Return strings or string-valued gexps (these procedures were only used for their side-effects). * gnu/services/messaging.scm (serialize-field, serialize-field-list, enclose-quotes, serialize-raw-content, serialize-ssl-configuration, serialize-virtualhost-configuration-list, serialize-int-component-configuration-list, serialize-ext-component-configuration-list, serialize-virtualhost-configuration, serialize-int-component-configuration, serialize-ext-component-configuration, serialize-prosody-configuration): Return strings or string-valued gexps and stop printing. (prosody-activation): Use SERIALIZE-PROSODY-CONFIGURATION's return value with MIXED-TEXT-FILE instead of using its output with PLAIN-FILE. (serialize-non-negative-integer, serialize-non-negative-integer-list): Convert numbers to strings. (file-object?, serialize-file-object, file-object-list?, serialize-file-object-list): New procedures. (ssl-configuration)[capath, cafile], (prosody-configuration)[plugin-paths, groups-file]: Replace FILE-NAME with FILE-OBJECT. * guix/gexp.scm (file-like?): New exported procedure. 2018-01-15doc: Deprecate 'bitlbee-service' procedure.Ludovic Courtès * gnu/services/messaging.scm (bitlbee-service): Mark as deprecated. * doc/guix.texi (Messaging Services): Document 'bitlbee-service-type' and 'bitlbee-configuration'. Remove 'bitlbee-service'. 2018-01-15services: bitlbee: Move to (gnu services messaging).Ludovic Courtès * gnu/services/networking.scm (<bitlbee-configuration>) (bitlbee-shepherd-service, %bitlbee-accounts, %bitlbee-activation) (bitlbee-service-type, bitlbee-service): Move to... * gnu/services/messaging.scm: ... here. * doc/guix.texi (Networking Services): Move 'bitlbee-service' doc to... (Messaging Services): ... here. 2017-12-24services: messaging: Use HTTPS for prosody.im URLs.Tobias Geerinckx-Rice * gnu/services/messaging.scm (prosody-configuration): Use HTTPS whenever referring to prosody.im URLs in documentation. * doc/guix.texi (Messaging Services): Likewise. 2017-11-28services: configuration: Show default values of list types.Clément Lassieur * doc/guix.texi (Messaging Services): Regenerate it. * gnu/services/configuration.scm (show-default?): Check VAL rather than DEFAULT. * gnu/services/messaging.scm (show-default?): Check VAL rather than DEFAULT. (prosody-configuration)[modules-enabled]: Remove default value from docstring. 2017-11-26services: prosody: Add support for disable-sasl-mechanisms.Clément Lassieur * doc/guix.texi (Messaging Services): Update accordingly. * gnu/services/messaging.scm (prosody-configuration)[disable-sasl-mechanisms]: New field. 2017-11-26services: prosody: Allow to add raw content to the config file.Clément Lassieur * doc/guix.texi (Messaging Services): Update accordingly. * gnu/services/messaging.scm (prosody-configuration)[raw-content]: New field. (raw-content?, serialize-raw-content): New procedures. 2017-11-26services: prosody: Add support for http-max-content-size.Clément Lassieur * doc/guix.texi (Messaging Services): Update accordingly. * gnu/services/messaging.scm (prosody-configuration)[http-max-content-size]: New field. 2017-11-26services: prosody: Add support for http-external-url.Clément Lassieur * doc/guix.texi (Messaging Services): Update accordingly. * gnu/services/messaging.scm (prosody-configuration)[http-external-url]: New field. 2017-11-26services: prosody: Adapt to Prosody 0.10.0.Clément Lassieur * doc/guix.texi (Messaging Services): Add "mam" as a module example. Document 'prosodyctl check'. Replace 'prosodyctl cert request' with 'prosodyctl cert import'. Regenerate it. * gnu/services/messaging.scm (serialize-module-list): Remove "posix" from the default modules list because it is now automatically loaded. (ssl-configuration)[key, certificate]: Remove them because they are now automatically located. Fix their docstrings. (%default-modules-enabled): Add "carbons" and "blocklist". (prosody-configuration)[certificates]: Set default directory from which certificates/keys will be automatically located.