guix-commits
[Top][All Lists]
Advanced

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

01/06: disarchive-manifest: Exclude the Chromium tarball.


From: guix-commits
Subject: 01/06: disarchive-manifest: Exclude the Chromium tarball.
Date: Sat, 6 Aug 2022 17:15:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit eab5366e679c149cf0a5abeb9a196700b171d9da
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Aug 6 16:56:05 2022 +0200

    disarchive-manifest: Exclude the Chromium tarball.
    
    * etc/disarchive-manifest.scm (disarchive-collection): Exclude
    "chromium-" tarballs.
---
 etc/disarchive-manifest.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/etc/disarchive-manifest.scm b/etc/disarchive-manifest.scm
index b12cd78466..93b5039eec 100644
--- a/etc/disarchive-manifest.scm
+++ b/etc/disarchive-manifest.scm
@@ -105,6 +105,14 @@ an empty directory if ORIGIN could not be disassembled."
                                       (and=> (origin-hash origin)
                                              content-hash-value)
 
+                                      ;; FIXME: Exclude the Chromium tarball
+                                      ;; because it's huge and "disarchive
+                                      ;; disassemble" exceeds the max-silent
+                                      ;; timeout.
+                                      (not (string-prefix?
+                                            "chromium-"
+                                            (origin-actual-file-name origin)))
+
                                       (origin->disarchive origin)))
                                origins)
                    #:copy? #t))



reply via email to

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