diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-06-26 15:35:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-26 23:19:13 +0200 |
commit | d9d77d947943d3d8e7cf56e4e2f26f3c390cdcb5 (patch) | |
tree | e5f69ca51455e9224d77d4ad0abe34e90b402705 | |
parent | self: 'guix-daemon' wrapper refers to the right Guile. (diff) | |
download | guix-d9d77d947943d3d8e7cf56e4e2f26f3c390cdcb5.tar.gz guix-d9d77d947943d3d8e7cf56e4e2f26f3c390cdcb5.tar.bz2 guix-d9d77d947943d3d8e7cf56e4e2f26f3c390cdcb5.tar.xz |
doc: Update "updating substitutes" message.
This is a followup to 2bf9351e311cce0004756890b93f50693f133bb6.
* doc/guix.texi (Invoking guix challenge)
(Invoking guix weather): Adjust "updating substitutes" message.
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index af8d6f17af..b8c49099a4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
@@ -14942,8 +14942,8 @@ The command output looks like this: | |||
14942 | 14942 | ||
14943 | @smallexample | 14943 | @smallexample |
14944 | $ guix challenge --substitute-urls="https://@value{SUBSTITUTE-SERVER-1} https://guix.example.org" | 14944 | $ guix challenge --substitute-urls="https://@value{SUBSTITUTE-SERVER-1} https://guix.example.org" |
14945 | updating list of substitutes from 'https://@value{SUBSTITUTE-SERVER-1}'... 100.0% | 14945 | updating substitutes from 'https://@value{SUBSTITUTE-SERVER-1}'... 100.0% |
14946 | updating list of substitutes from 'https://guix.example.org'... 100.0% | 14946 | updating substitutes from 'https://guix.example.org'... 100.0% |
14947 | /gnu/store/@dots{}-openssl-1.0.2d contents differ: | 14947 | /gnu/store/@dots{}-openssl-1.0.2d contents differ: |
14948 | local hash: 0725l22r5jnzazaacncwsvp9kgf42266ayyp814v7djxs7nk963q | 14948 | local hash: 0725l22r5jnzazaacncwsvp9kgf42266ayyp814v7djxs7nk963q |
14949 | https://@value{SUBSTITUTE-SERVER-1}/nar/@dots{}-openssl-1.0.2d: 0725l22r5jnzazaacncwsvp9kgf42266ayyp814v7djxs7nk963q | 14949 | https://@value{SUBSTITUTE-SERVER-1}/nar/@dots{}-openssl-1.0.2d: 0725l22r5jnzazaacncwsvp9kgf42266ayyp814v7djxs7nk963q |
@@ -15230,7 +15230,7 @@ Here's a sample run: | |||
15230 | $ guix weather --substitute-urls=https://guix.example.org | 15230 | $ guix weather --substitute-urls=https://guix.example.org |
15231 | computing 5,872 package derivations for x86_64-linux... | 15231 | computing 5,872 package derivations for x86_64-linux... |
15232 | looking for 6,128 store items on https://guix.example.org.. | 15232 | looking for 6,128 store items on https://guix.example.org.. |
15233 | updating list of substitutes from 'https://guix.example.org'... 100.0% | 15233 | updating substitutes from 'https://guix.example.org'... 100.0% |
15234 | https://guix.example.org | 15234 | https://guix.example.org |
15235 | 43.4% substitutes available (2,658 out of 6,128) | 15235 | 43.4% substitutes available (2,658 out of 6,128) |
15236 | 7,032.5 MiB of nars (compressed) | 15236 | 7,032.5 MiB of nars (compressed) |