]> source.dussan.org Git - gitea.git/commit
Fix RPM/Debian signature key creation (#28352)
authorKN4CK3R <admin@oldschoolhack.me>
Tue, 5 Dec 2023 00:48:01 +0000 (01:48 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2023 00:48:01 +0000 (00:48 +0000)
commitdfa77ac0205d53ac6de45e25c13e122592739bd4
tree47b0379377f46134617ce56cb620fa8c7b06878d
parentb3c258828f11d6c5900f8209a46ea93482c93519
Fix RPM/Debian signature key creation (#28352)

Fixes #28324

The name parameter can't contain some characters
(https://github.com/keybase/go-crypto/blob/master/openpgp/keys.go#L680)
but is optional. Therefore just use an empty string.
services/packages/debian/repository.go
services/packages/rpm/repository.go