[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."
- branch master updated (9846ec0 -> 284fb66), guix-commits, 2019/02/15
- 03/06: gnu-maintenance: Verify GPG signatures in KDE updater.,
guix-commits <=
- 01/06: gnu: LLVM: Use HTTPS URLs., guix-commits, 2019/02/15
- 02/06: gnu: LLVM, Clang: Update to 7.0.1., guix-commits, 2019/02/15
- 05/06: gnu: KDE Plasma: Update to 5.15.0., guix-commits, 2019/02/15
- 06/06: gnu: KSysguard: Update home page., guix-commits, 2019/02/15
- 04/06: gnu: KDE Frameworks: Update to 5.55.0., guix-commits, 2019/02/15