bee icon indicating copy to clipboard operation
bee copied to clipboard

[release, feat] one PGP signature per release asset

Open attila-lendvai opened this issue 2 years ago • 0 comments

Summary

currently the release contains a bee_1.18.2_checksums.txt, and a bee_1.18.2_checksums.txt.sig for the PGP signature.

please sign each release asset independently! i.e. each foo.deb file should have a foo.deb.asc, without going through a checksums.txt indirection.

Motivation

i'm working on packaging bee for Guix. i wrote helper scripts for the packages i'm managing and having a checksums indirection complicates things quite a lot.

also, from a dozen of crypto related packages, bee is the only one that does the checksums indirection.

attila-lendvai avatar Jan 17 '24 18:01 attila-lendvai