guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: linux-libre: Verbosely pack the deblobbed linux-libre tarbal


From: guix-commits
Subject: 01/04: gnu: linux-libre: Verbosely pack the deblobbed linux-libre tarball.
Date: Sat, 27 Jul 2019 17:21:35 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit d0aff873373ae4ad40d007ac6ebf5500ef40b6d1
Author: Mark H Weaver <address@hidden>
Date:   Sat Jul 27 17:02:43 2019 -0400

    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.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4689c61..6119622 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]