~ruther/guix-local

58d9e71bf13f5b1a598c9980a8e171afa71dd888 — Ludovic Courtès 8 years ago f845793
gnu-maintenance: 'latest-ftp-release' ignores "unstable" directories.

* guix/gnu-maintenance.scm (latest-ftp-release): Filter out "unstable"
directories.
1 files changed, 3 insertions(+), 0 deletions(-)

M guix/gnu-maintenance.scm
M guix/gnu-maintenance.scm => guix/gnu-maintenance.scm +3 -0
@@ 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))