substitute: Make download messages more concise.
authorLudovic Courtès <ludo@gnu.org>
Mon, 10 Oct 2016 07:55:25 +0000 (09:55 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 10 Oct 2016 19:40:23 +0000 (21:40 +0200)
commit7c515a43b0f2c6c38ecb59cdb2a4a5bb90e67c2a
treed1f742f4fac40b5445e27dec6882c4c63a08e494
parent99a61dad3390cdda7d7da00113c5676050ef1959
substitute: Make download messages more concise.

'guix substitute' now displays 2 lines per download instead of 4.
Suggested by Ricardo Wurmus.

* guix/scripts/substitute.scm (assert-valid-narinfo): Have #:verbose?
default to #f.  Remove leading newline in message.
(process-substitution): Display the URI rather than the store file name.
Display two newlines after the substitution.
guix/scripts/substitute.scm