[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#47295: [PATCH 0/2] Display 1 line instead of 3 for each substitute d
From: |
Ludovic Courtès |
Subject: |
bug#47295: [PATCH 0/2] Display 1 line instead of 3 for each substitute download |
Date: |
Wed, 31 Mar 2021 16:05:13 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Ludovic Courtès <ludo@gnu.org> skribis:
> This change brings the number of lines printed for each substitute
> from 3 lines to 1, when using ‘-v1’:
>
> $ ./pre-inst-env guix build -v1 vim-full poezio elixir ocaml --no-grafts
> 84.9 MB will be downloaded
> elixir-1.11.4 3.7MiB 6.8MiB/s 00:01
> [##################] 100.0%
> ocaml-4.11.1 147.1MiB 19.7MiB/s 00:07
> [##################] 100.0%
> poezio-0.13.1 967KiB 7.0MiB/s 00:00
> [##################] 100.0%
> vim-full-8.2.2632 9.9MiB/s 00:01 |
> 12.7MiB transferred
>
> ‘-v2’ gives the equivalent of the current ‘-v1’, and ‘-v3’ gives
> the equivalent of the current ‘-v2’ (full build output).
Pushed as e45ef9a648c155c35b51e6b15049a1bd5416f0a1.
I’ll follow up with an update of the ‘guix’ package for the (guix
scripts substitute) part.
Thanks,
Ludo’.