guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: doc: Add 'SUBSTITUTE-URL' variable.


From: guix-commits
Subject: 01/05: doc: Add 'SUBSTITUTE-URL' variable.
Date: Mon, 29 Apr 2019 06:20:41 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 20dbd858ad955004ebd3e15e1aa04b05f303c36b
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 29 10:54:43 2019 +0200

    doc: Add 'SUBSTITUTE-URL' variable.
    
    * doc/guix.texi (SUBSTITUTE-SERVER): New variable.
    (Invoking guix weather): Use it.
---
 doc/guix.texi | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 6c3dc7d..513f518 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -18,6 +18,7 @@
 
 @c The official substitute server used by default.
 @set SUBSTITUTE-SERVER ci.guix.info
address@hidden SUBSTITUTE-URL https://@value{SUBSTITUTE-SERVER}
 
 @copying
 Copyright @copyright{} 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic 
address@hidden
@@ -10107,14 +10108,14 @@ on @var{a} and @var{a} has no substitutes, only 
@var{a} is listed, even though
 @var{b} usually lacks substitutes as well.  The result looks like this:
 
 @example
-$ guix weather --substitute-urls=https://ci.guix.info -c 10
+$ guix weather address@hidden -c 10
 computing 8,983 package derivations for x86_64-linux...
-looking for 9,343 store items on https://ci.guix.info...
-updating substitutes from 'https://ci.guix.info'... 100.0%
-https://ci.guix.info
+looking for 9,343 store items on @value{SUBSTITUTE-URL}...
+updating substitutes from '@value{SUBSTITUTE-URL}'... 100.0%
address@hidden
   64.7% substitutes available (6,047 out of 9,343)
 @dots{}
-2502 packages are missing from 'https://ci.guix.info' for 'x86_64-linux', 
among which:
+2502 packages are missing from '@value{SUBSTITUTE-URL}' for 'x86_64-linux', 
among which:
     58  kcoreaddons@@5.49.0      /gnu/store/@dots{}-kcoreaddons-5.49.0
     46  qgpgme@@1.11.1           /gnu/store/@dots{}-qgpgme-1.11.1
     37  perl-http-cookiejar@@0.008  
/gnu/store/@dots{}-perl-http-cookiejar-0.008



reply via email to

[Prev in Thread] Current Thread [Next in Thread]