diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-12-03 16:22:43 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-12-04 10:57:56 +0100 |
commit | 0bc02becca1b4b0b3eddb7972567a75f0d464b72 (patch) | |
tree | aa74e412ade21b8cb6783296ddeaddb5e54a9132 /guix/scripts | |
parent | 6a837b6062ab405f6ca6d9c0163836769098d89b (diff) | |
download | gnu-guix-0bc02becca1b4b0b3eddb7972567a75f0d464b72.tar gnu-guix-0bc02becca1b4b0b3eddb7972567a75f0d464b72.tar.gz |
Remove most references to hydra.gnu.org.
* Makefile.am (assert-binaries-available): Don't mention hydra.gnu.org
in comment.
* build-aux/check-available-binaries.scm: Likewise.
* build-aux/check-final-inputs-self-contained.scm: Likewise.
* doc/guix.texi (SUBSTITUTE-SERVER): New variable.
Use it throughout instead of "mirror.hydra.gnu.org".
* doc/contributing.texi (Submitting Patches): Likewise.
* gnu/services/base.scm (hydra-key-authorization)
(guix-activation): Remove mentions of "hydra.gnu.org" in comments and
messages.
* gnu/system/install.scm (%installation-services): Likewise.
* guix/scripts/size.scm (guix-size): Likewise.
Diffstat (limited to 'guix/scripts')
-rw-r--r-- | guix/scripts/size.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/size.scm b/guix/scripts/size.scm index 344be40883..25218a2945 100644 --- a/guix/scripts/size.scm +++ b/guix/scripts/size.scm @@ -297,7 +297,7 @@ Report the size of PACKAGE and its dependencies.\n")) (leave (G_ "missing store item argument\n"))) ((files ..1) (leave-on-EPIPE - ;; Turn off grafts because (1) hydra.gnu.org does not serve grafted + ;; Turn off grafts because (1) substitute servers do not serve grafted ;; packages, and (2) they do not make any difference on the ;; resulting size. (parameterize ((%graft? #f)) |