summaryrefslogtreecommitdiff
path: root/src/Propellor/Gpg.hs
AgeCommit message (Expand)Author
2018-12-30Merged Utility changes from git-annexJoey Hess
2017-08-01Avoid crashing when getTerminalName fails due to eg, being in a chroot.Joey Hess
2017-07-30Set GPG_TTY when run at a terminalJoey Hess
2017-05-15Removed dependency on MissingH, instead depends on split and hashable.Joey Hess
2016-12-24GHC's fileSystemEncoding is used for all String IO, to avoid encoding-related...Joey Hess
2016-11-11Improve extraction of gpg secret key id list, to work with gpg 2.1.Joey Hess
2016-04-28Fix build with directory-1.2.6.2.Joey Hess
2016-04-01setup gpg key in initial setup processJoey Hess
2016-03-07privdata/relocateJoey Hess
2016-03-06Force ssh, scp, and git commands to be run in the foreground.Joey Hess
2016-01-03refactor into smaller modules to untangle git and gpg modulesJoey Hess
2016-01-03Gpg: use gpg.program from git configFélix Sipma
2015-12-30add GNUPGBIN environment variableFélix Sipma
2015-12-19Clean build with ghc 7.10.Joey Hess
2015-12-17hlintFélix Sipma
2015-11-01merge from concurrent-outputJoey Hess
2015-11-01run editor processes in foregroundJoey Hess
2015-10-04Fix --add-key to not fail committing when no privdata file exists yet.Joey Hess
2015-09-23remove git signing key when it's the key to be removedJoey Hess
2015-09-23Added --rm-key.Joey Hess
2015-09-15avoid a change to readProcess that I regretted in the morningJoey Hess
2015-09-14Allow storing arbitrary ByteStrings in PrivData, extracted using privDataByte...Joey Hess
2014-11-23add --mergeJoey Hess
2014-11-11avoid configuring git signing key when there's no secret keyJoey Hess
2014-11-11use --trust-model always to avoid prompt from gpgJoey Hess
2014-11-11propellor spinJoey Hess