guix-devel
[Top][All Lists]
Advanced

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

[PATCH 1/5] guix lint: make sure check-patches retrieves patch names.


From: Cyril Roelandt
Subject: [PATCH 1/5] guix lint: make sure check-patches retrieves patch names.
Date: Sat, 27 Sep 2014 23:49:24 +0200

* guix/lint (check-patches): Test the output of origin-patches.
---
 guix/scripts/lint.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index 83dde9a..0fbec1b 100644
--- a/guix/scripts/lint.scm
+++ b/guix/scripts/lint.scm
@@ -152,6 +152,7 @@ Run a set of checkers on the specified package; if none is 
specified, run the ch
         (name      (package-name package))
         (full-name (package-full-name package)))
     (if (and patches
+             (every string? patches)
              (any (lambda (patch)
                     (let ((filename (basename patch)))
                       (not (or (eq? (string-contains filename name) 0)
-- 
1.8.4.rc3




reply via email to

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