index
:
propellor
master
gnusosa's centralized propellor repository for hosts spin-up.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Propellor
/
Gpg.hs
Age
Commit message (
Expand
)
Author
2017-08-01
Avoid crashing when getTerminalName fails due to eg, being in a chroot.
Joey Hess
2017-07-30
Set GPG_TTY when run at a terminal
Joey Hess
2017-05-15
Removed dependency on MissingH, instead depends on split and hashable.
Joey Hess
2016-12-24
GHC's fileSystemEncoding is used for all String IO, to avoid encoding-related...
Joey Hess
2016-11-11
Improve extraction of gpg secret key id list, to work with gpg 2.1.
Joey Hess
2016-04-28
Fix build with directory-1.2.6.2.
Joey Hess
2016-04-01
setup gpg key in initial setup process
Joey Hess
2016-03-07
privdata/relocate
Joey Hess
2016-03-06
Force ssh, scp, and git commands to be run in the foreground.
Joey Hess
2016-01-03
refactor into smaller modules to untangle git and gpg modules
Joey Hess
2016-01-03
Gpg: use gpg.program from git config
Félix Sipma
2015-12-30
add GNUPGBIN environment variable
Félix Sipma
2015-12-19
Clean build with ghc 7.10.
Joey Hess
2015-12-17
hlint
Félix Sipma
2015-11-01
merge from concurrent-output
Joey Hess
2015-11-01
run editor processes in foreground
Joey Hess
2015-10-04
Fix --add-key to not fail committing when no privdata file exists yet.
Joey Hess
2015-09-23
remove git signing key when it's the key to be removed
Joey Hess
2015-09-23
Added --rm-key.
Joey Hess
2015-09-15
avoid a change to readProcess that I regretted in the morning
Joey Hess
2015-09-14
Allow storing arbitrary ByteStrings in PrivData, extracted using privDataByte...
Joey Hess
2014-11-23
add --merge
Joey Hess
2014-11-11
avoid configuring git signing key when there's no secret key
Joey Hess
2014-11-11
use --trust-model always to avoid prompt from gpg
Joey Hess
2014-11-11
propellor spin
Joey Hess