guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu-maintenance: 'latest-ftp-release' ignores "unstable" director


From: Ludovic Courtès
Subject: 03/04: gnu-maintenance: 'latest-ftp-release' ignores "unstable" directories.
Date: Sun, 17 Dec 2017 11:23:53 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 58d9e71bf13f5b1a598c9980a8e171afa71dd888
Author: Ludovic Courtès <address@hidden>
Date:   Sun Dec 17 16:52:27 2017 +0100

    gnu-maintenance: 'latest-ftp-release' ignores "unstable" directories.
    
    * guix/gnu-maintenance.scm (latest-ftp-release): Filter out "unstable"
    directories.
---
 guix/gnu-maintenance.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/guix/gnu-maintenance.scm b/guix/gnu-maintenance.scm
index 00e80bc..c2a7a33 100644
--- a/guix/gnu-maintenance.scm
+++ b/guix/gnu-maintenance.scm
@@ -366,6 +366,9 @@ return the corresponding signature URL, or #f it signatures 
are unavailable."
                                    #f)
                                   (("w32" 'directory . _)
                                    #f)
+                                  (("unstable" 'directory . _)
+                                   ;; As seen at ftp.gnupg.org/gcrypt/pinentry.
+                                   #f)
                                   ((directory 'directory . _)
                                    directory)
                                   (_ #f))



reply via email to

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