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.
This commit is contained in:
		
							parent
							
								
									24446ce299
								
							
						
					
					
						commit
						d0aff87337
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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" | ||||
|  |  | |||
		Reference in a new issue