mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
doc: Version Control Services: Fix Fossil example.
In the Fossil service example, correct the field name for list-repositories? and set https? to #t. * doc/guix.texi (Version Control Services): Fix the example for fossil-service-type. Change-Id: Ib1c1ba57d8f438a51e8bb7b6e97c57785685e110 Reviewed-by: Noé Lopez <noelopez@free.fr>
This commit is contained in:
@@ -44244,10 +44244,11 @@ behind a reverse proxy and serve repositories from a custom location.
|
|||||||
(service fossil-service-type
|
(service fossil-service-type
|
||||||
(fossil-configuration
|
(fossil-configuration
|
||||||
(repository "/srv/museum")
|
(repository "/srv/museum")
|
||||||
(repo-list? #t)
|
(list-repositories? #t)
|
||||||
(base-url "https://museum.example")
|
(base-url "https://museum.example")
|
||||||
(socket-file "/var/run/fossil.sock")
|
(compress? #f)
|
||||||
(compress? #f)))
|
(https? #t)
|
||||||
|
(socket-file "/var/run/fossil.sock")))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
@deftp {Data Type} fossil-configuration
|
@deftp {Data Type} fossil-configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user