diff options
author | pot <pot@web> | 2016-10-06 20:13:07 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-10-06 20:13:07 +0000 |
commit | c53fe2010cbf6962ed5a711b4c2397bdaef97a23 (patch) | |
tree | 3bd23bedc40224ab9223c59e14e36ffa7313b6ac | |
parent | bfb186d38579a1d85afe912a876db8d00ef91eff (diff) |
-rw-r--r-- | doc/bugs/Can__39__t_keep_gpg_quiet.mdwn | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t_keep_gpg_quiet.mdwn b/doc/bugs/Can__39__t_keep_gpg_quiet.mdwn new file mode 100644 index 000000000..89158889d --- /dev/null +++ b/doc/bugs/Can__39__t_keep_gpg_quiet.mdwn @@ -0,0 +1,44 @@ +### Please describe the problem. + +Can't seem to stop gpg writing it's progress/info messages out + +### What steps will reproduce the problem? + +Use a gcrypt-remote, do a git sync + +### What version of git-annex are you using? On what operating system? + +Arch Linux, stable, updated daily. + +git-annex 6.20160613-8 + + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + +I have the following in my config, but I still get the standard gnupg noise produced. I have read that work was done to propogate the gnupg-options and gnupg-decrypt-options through to the required places (in May, and I'm on a June version), but it doesn't appear to work for me. + +[annex] + uuid = 583acd1e-f969-4b7b-89d5-7a4aff9a7077 + version = 6 + gnupg-options = --quiet --batch --no-tty + gnupg-decrypt-options = --quiet --batch --no-tty + + +I still get the output, which I shouldn't@ + + gcrypt: Decrypting manifest + gpg: Signature made Sun 02 Oct 2016 21:04:31 BST + gpg: using RSA key XXXYYYZZZ + gpg: Good signature from "x <xx@x.x>" [ultimate] + gpg: aka "[jpeg image of size 2004]" [ultimate] + +# End of transcript or log. +"""]] + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +Mixed bag, works when it works, but I've had quite a few "unexplained" happenings. Perservering for now, hoping me reporting bugs will see things improve... |