cuirass: Adapt output of 'build-packages'.

* bin/cuirass.in (build-packages): Display derivation and output file
names.
pull/3/head
Mathieu Lirzin 2016-06-12 15:28:49 +02:00
parent e5609c29c4
commit 7d7251a974
No known key found for this signature in database
GPG Key ID: 0ADEE10094604D37
1 changed files with 6 additions and 2 deletions

View File

@ -80,8 +80,12 @@ DIR if required."
"Build JOBS which is a list of <job> objects."
(map (match-lambda
(($ <job> name drv)
(format #t "building ~A => ~A~%" name drv)
((guix-variable 'derivations 'build-derivations) store (list drv))))
(format #t "building ~A...~%" drv)
((guix-variable 'derivations 'build-derivations)
store (list drv))
(format #t "~A~%"
((guix-variable 'derivations
'derivation-path->output-path) drv))))
jobs))
(define (evaluate store dir spec args)