guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu-maintenance: Verify GPG signatures in KDE updater.


From: guix-commits
Subject: 03/06: gnu-maintenance: Verify GPG signatures in KDE updater.
Date: Fri, 15 Feb 2019 07:06:41 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 142cf421217dd1bde60cef3d18069398e3c24fbc
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 15 11:09:36 2019 +0100

    gnu-maintenance: Verify GPG signatures in KDE updater.
    
    * guix/gnu-maintenance.scm (latest-kde-release): Remove #:file->signature.
---
 guix/gnu-maintenance.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/guix/gnu-maintenance.scm b/guix/gnu-maintenance.scm
index bfd47a8..36b3c93 100644
--- a/guix/gnu-maintenance.scm
+++ b/guix/gnu-maintenance.scm
@@ -623,8 +623,7 @@ releases are on gnu.org."
       (package-upstream-name package)
       #:server "mirrors.mit.edu"
       #:directory
-      (string-append "/kde" (dirname (dirname (uri-path uri))))
-      #:file->signature (const #f)))))
+      (string-append "/kde" (dirname (dirname (uri-path uri))))))))
 
 (define (latest-xorg-release package)
   "Return the latest release of PACKAGE, the name of an X.org package."



reply via email to

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