aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gcc.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-09-28 08:22:45 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-09-28 09:57:31 -0400
commitf2d071c832d4cc556f915ca2595ba958cac3a29c (patch)
treec3e6622cc5e768e940b820f19722fb2a53bea291 /gnu/packages/gcc.scm
parent13ed651870edf99e0729ab547a7ae2691a51c971 (diff)
downloadguix-f2d071c832d4cc556f915ca2595ba958cac3a29c.tar.gz
guix-f2d071c832d4cc556f915ca2595ba958cac3a29c.zip
doc: Add a simple Samba share example.
* doc/guix.texi (Samba Services): Add a configuration example.
Diffstat (limited to 'gnu/packages/gcc.scm')
0 files changed, 0 insertions, 0 deletions
guix.texi (Guix Build Coordinator): Document this new field. Christopher Baines 2022-06-05services: guix-data-service: Increase timeout for service start....The guix-data-service system test fails on a slower machine with a one-minute time limit. * gnu/services/guix.scm (guix-data-service): Double the #:pid-file-timeout. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar 2022-05-25gnu: guix-build-coordinator: Update to 0-53.3de63f1....* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-53.3de63f1. * gnu/services/guix.scm (guix-build-coordinator-queue-builds-configuration-guix-data-service-build-server-id): New procedure. (guix-build-coordinator-queue-builds-shepherd-services): Use the guix-data-service-build-server-id. * doc/guix.texi (Guix Build Coordinator): Document the new queue builds configuration field. Christopher Baines 2022-04-22services: nar-herder: Allow specifying the log level....* gnu/services/guix.scm (nar-herder-configuration-log-level): New procedure. (nar-herder-shepherd-services): Pass the log-level to the nar-herder process. * doc/guix.texi (Nar Herder): Document configuring the log-level. Christopher Baines