gnu: linux-libre: Verbosely pack the deblobbed linux-libre tarball.

This works around timeouts that sometimes occur after 1 hour of silence
while packing the linux-libre source tarball on slower machines.

* gnu/packages/linux.scm (make-linux-libre-source): Pass 'v' to 'tar'
when packing the result tarball.
master
Mark H Weaver 2019-07-27 17:02:43 -04:00
parent 24446ce299
commit d0aff87337
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(format #t "~%Packing new Linux-libre tarball...~%")
(force-output)
(invoke "tar" "cfa" #$output
(invoke "tar" "cvfa" #$output
;; Avoid non-determinism in the archive.
"--mtime=@0"
"--owner=root:0"