[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: doc: Update hpcguix-web configuration documentation.
From: |
Ludovic Courtès |
Subject: |
02/02: doc: Update hpcguix-web configuration documentation. |
Date: |
Thu, 6 Sep 2018 07:53:33 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit fd3a64335da5a591dbe9276395d0ad6bb09f00bb
Author: Ludovic Courtès <address@hidden>
Date: Thu Sep 6 13:53:04 2018 +0200
doc: Update hpcguix-web configuration documentation.
* doc/guix.texi (Web Services): Document 'channels' and
'package-list-expiration'.
---
doc/guix.texi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/doc/guix.texi b/doc/guix.texi
index c328af4..2c5b01e 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -16825,6 +16825,13 @@ Extension package for @code{hpcguix-web}.
@item @code{menu} (default: @code{'()})
Additional entry in page @code{menu}.
+
address@hidden @code{channels} (default: @code{%default-channels})
+List of channels from which the package list is built (@pxref{Channels}).
+
address@hidden @code{package-list-expiration} (default: @code{(* 12 3600)})
+The expiration time, in seconds, after which the package list is rebuilt from
+the latest instances of the given channels.
@end table
See the hpcguix-web repository for a