ceph / merfi

Finds and signs files with different signing tools (gpg, rpm-sign)
MIT License
3 stars 3 forks source link

switch to gpg2 #74

Closed ktdreyer closed 1 year ago

ktdreyer commented 5 years ago

Merfi invokes gpg, and this can sometimes mean "gpg1", which is deprecated: https://fedoraproject.org/wiki/Changes/GnuPG2_as_default_GPG_implementation

We should invoke "gpg2" explicitly so the behavior is the same everywhere.

ktdreyer commented 1 year ago

Nevermind, gpg and gpg2 are the same now, I guess?