guix-commits
[Top][All Lists]
Advanced

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

04/07: lint: 'check-patch-file-names' restricts to shorter file names.


From: guix-commits
Subject: 04/07: lint: 'check-patch-file-names' restricts to shorter file names.
Date: Fri, 10 Apr 2020 10:03:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 92587f8ed6b5217cf02cfdaf208a78491729da15
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri Apr 10 15:58:01 2020 +0200

    lint: 'check-patch-file-names' restricts to shorter file names.
    
    * guix/lint.scm (check-patch-file-names): Increase MARGIN.
---
 guix/lint.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/lint.scm b/guix/lint.scm
index bda5c0c..e192f29 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -686,7 +686,7 @@ patch could not be found."
 
      ;; Check whether we're reaching tar's maximum file name length.
      (let ((prefix (string-length (%distro-directory)))
-           (margin (string-length "guix-0.13.0-10-123456789/"))
+           (margin (string-length "guix-2.0.0rc3-10000-1234567890/"))
            (max    99))
        (filter-map (match-lambda
                      ((? string? patch)



reply via email to

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