diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-28 16:19:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-29 06:28:50 +0200 |
commit | 44b5f28a77d94609cc43d713c46f6c1bdc4e380b (patch) | |
tree | 73aaaca5fba0acc34952c064eb1efa147bfd3127 /doc/guix.texi | |
parent | 414c4de15de50c9bbc1d7159418f52fdcc6dab13 (diff) | |
download | guix-44b5f28a77d94609cc43d713c46f6c1bdc4e380b.tar guix-44b5f28a77d94609cc43d713c46f6c1bdc4e380b.tar.gz |
doc: Remove references to hydra.gnu.org.
* doc/contributing.texi (Packaging Guidelines, Submitting Patches):
Replace hydra URL with @value{SUBSTITUTE-SERVER}.
* doc/guix.texi (Official Substitute Server): Remove ‘hydra’ @cindex.
(Substitute Server Authorization): Remove note about hydra.gnu.org.pub.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f0d148ace0..f6be4c6117 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3134,7 +3134,6 @@ also result from derivation builds, can be available as substitutes. @node Official Substitute Server @subsection Official Substitute Server -@cindex hydra @cindex build farm The @code{@value{SUBSTITUTE-SERVER}} server is a front-end to an official build farm that builds packages from Guix continuously for some @@ -3186,12 +3185,6 @@ Then, you can run something like this: # guix archive --authorize < @var{prefix}/share/guix/@value{SUBSTITUTE-SERVER}.pub @end example -@quotation Note -Similarly, the @file{hydra.gnu.org.pub} file contains the public key -of an independent build farm also run by the project, reachable at -@indicateurl{https://mirror.hydra.gnu.org}. -@end quotation - Once this is in place, the output of a command like @code{guix build} should change from something like: |