mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
doc: Add 'SUBSTITUTE-URL' variable.
* doc/guix.texi (SUBSTITUTE-SERVER): New variable. (Invoking guix weather): Use it.
This commit is contained in:
parent
d824cfbabe
commit
20dbd858ad
1 changed files with 6 additions and 5 deletions
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
@c The official substitute server used by default.
|
@c The official substitute server used by default.
|
||||||
@set SUBSTITUTE-SERVER ci.guix.info
|
@set SUBSTITUTE-SERVER ci.guix.info
|
||||||
|
@set SUBSTITUTE-URL https://@value{SUBSTITUTE-SERVER}
|
||||||
|
|
||||||
@copying
|
@copying
|
||||||
Copyright @copyright{} 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès@*
|
Copyright @copyright{} 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès@*
|
||||||
|
@ -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:
|
@var{b} usually lacks substitutes as well. The result looks like this:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
$ guix weather --substitute-urls=https://ci.guix.info -c 10
|
$ guix weather --substitute-urls=@value{SUBSTITUTE-URL} -c 10
|
||||||
computing 8,983 package derivations for x86_64-linux...
|
computing 8,983 package derivations for x86_64-linux...
|
||||||
looking for 9,343 store items on https://ci.guix.info...
|
looking for 9,343 store items on @value{SUBSTITUTE-URL}...
|
||||||
updating substitutes from 'https://ci.guix.info'... 100.0%
|
updating substitutes from '@value{SUBSTITUTE-URL}'... 100.0%
|
||||||
https://ci.guix.info
|
@value{SUBSTITUTE-URL}
|
||||||
64.7% substitutes available (6,047 out of 9,343)
|
64.7% substitutes available (6,047 out of 9,343)
|
||||||
@dots{}
|
@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
|
58 kcoreaddons@@5.49.0 /gnu/store/@dots{}-kcoreaddons-5.49.0
|
||||||
46 qgpgme@@1.11.1 /gnu/store/@dots{}-qgpgme-1.11.1
|
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
|
37 perl-http-cookiejar@@0.008 /gnu/store/@dots{}-perl-http-cookiejar-0.008
|
||||||
|
|
Loading…
Reference in a new issue