guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: linux: Don't timeout on blob scan.


From: guix-commits
Subject: branch master updated: gnu: linux: Don't timeout on blob scan.
Date: Sun, 10 Jan 2021 13:35:50 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f40ae73  gnu: linux: Don't timeout on blob scan.
f40ae73 is described below

commit f40ae739bce67a6da17450cf5ce9cce39c7c4ce3
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Jan 10 19:31:58 2021 +0100

    gnu: linux: Don't timeout on blob scan.
    
    On berlin, linux-libre blob scanning timeouts after 600 seconds, increase
    max-silent-time to 3600 seconds.
    
    * gnu/packages/linux.scm (make-linux-libre*): Set max-silent-time property 
to
    3600.
---
 gnu/packages/linux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 46b8618..77277e2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -850,7 +850,8 @@ for ARCH and optionally VARIANT, or #f if there is no such 
configuration."
     (description
      "GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.
 It has been modified to remove all non-free binary blobs.")
-    (license license:gpl2)))
+    (license license:gpl2)
+    (properties '((max-silent-time . 3600))))) ;don't timeout on blob scan.
 
 
 ;;;



reply via email to

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