aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Can__39__t_keep_gpg_quiet.mdwn
blob: b9b2543439e8e83704a61b7b8af0854163ea28a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
### 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...

> [[done]]; gcrypt.gpg-args is the answer. --[[Joey]]