summaryrefslogtreecommitdiff
path: root/src/Propellor/Gpg.hs
AgeCommit message (Collapse)Author
2014-11-23add --mergeJoey Hess
2014-11-11avoid configuring git signing key when there's no secret keyJoey Hess
Also, nice display for --add-key steps
2014-11-11use --trust-model always to avoid prompt from gpgJoey Hess
gpg prompts when encrypting to an untrusted key, but if propellor has been told to add a key, we implicitly trust it.
2014-11-11propellor spinJoey Hess