dnbert / prm

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

allow for GPG passphrase as an argument #54

Closed randeffects closed 9 years ago

randeffects commented 9 years ago

I created an argument called gpg_passphrase to pass in a GPG passphrase so I could generate a signed Debian repo using an automated process. Let me know if the ruby code is not best practice; I don't write code full-time. I suggest when using it on the command line, set the password in an environment variable that gets used in the prm command.