dnbert / prm

PRM Allows you to quickly build package repositories, inspired by Jordan Sissels' FPM
MIT License
250 stars 33 forks source link

Support command line flag for specifying package signing algorithm #66

Closed mschwager closed 8 years ago

mschwager commented 8 years ago

Fixes https://github.com/dnbert/prm/issues/65

See issue for additional information.

Can be used like:

$ prm --gpg --gpg_sign_algorithm SHA1 ...
$ prm --gpg --gpg_sign_algorithm SHA512 ...