diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-28 16:20:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-29 06:28:50 +0200 |
commit | 70d6ec3e4facb2eed4b8842031ebd2683a8cfd3b (patch) | |
tree | dcf22712f31fba433a21fc26e386a05cc0120081 | |
parent | 44b5f28a77d94609cc43d713c46f6c1bdc4e380b (diff) | |
download | patches-70d6ec3e4facb2eed4b8842031ebd2683a8cfd3b.tar patches-70d6ec3e4facb2eed4b8842031ebd2683a8cfd3b.tar.gz |
doc: Correct the software behind ci.guix.gnu.org.
* doc/guix.texi (Invoking guix publish): It runs Cuirass.
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f6be4c6117..1794c6cd5a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9604,7 +9604,7 @@ their store with others, who can then use it as a substitute server When @command{guix publish} runs, it spawns an HTTP server which allows anyone with network access to obtain substitutes from it. This means that any machine running Guix can also act as if it were a build farm, -since the HTTP interface is compatible with Hydra, the software behind +since the HTTP interface is compatible with Cuirass, the software behind the @code{@value{SUBSTITUTE-SERVER}} build farm. For security, each substitute is signed, allowing recipients to check |