[Rpm-maint] [rpm-software-management/rpm] Add rpmkeys --export (PR #3383)

Panu Matilainen notifications at github.com
Wed Oct 16 06:23:38 UTC 2024


> May be an option to write the keys into different files with the fingerprints as a filename might also be handy.

Nah, let's not invent options for theoretical use-cases. This is unix, and we're just handing people the tools to do whatever they please with this data:

`for key in $(rpmkeys --list|cut -f1 -d' '); do rpmkeys --export ${key} > ${key}.asc; done`

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3383#issuecomment-2415833399
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3383/c2415833399 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241015/614f68e5/attachment.html>


More information about the Rpm-maint mailing list