summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar rustikus@9db90d0c115a1825e2f1e5f15257ec1298a6c7b6 <rustikus@web>2016-05-22 19:58:33 +0000
committerGravatar admin <admin@branchable.com>2016-05-22 19:58:33 +0000
commit14bcf2f0482f482b41f0434152b3d52439b10c28 (patch)
treed29072a4ff7d0cc237b19f95320d290ebcca12e9 /doc
parentf997fada7c4f2ec2cf37c02fbc46c9efc40fe6a2 (diff)
Added a comment: Arrived in homebrew - Fix not working?
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/annex.gnupg-options_not_used_by_assistant/comment_2_e5bc3c7cbe4af61868ac8163cd39c11a._comment40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/bugs/annex.gnupg-options_not_used_by_assistant/comment_2_e5bc3c7cbe4af61868ac8163cd39c11a._comment b/doc/bugs/annex.gnupg-options_not_used_by_assistant/comment_2_e5bc3c7cbe4af61868ac8163cd39c11a._comment
new file mode 100644
index 000000000..d37bb993d
--- /dev/null
+++ b/doc/bugs/annex.gnupg-options_not_used_by_assistant/comment_2_e5bc3c7cbe4af61868ac8163cd39c11a._comment
@@ -0,0 +1,40 @@
+[[!comment format=mdwn
+ username="rustikus@9db90d0c115a1825e2f1e5f15257ec1298a6c7b6"
+ nickname="rustikus"
+ subject="Arrived in homebrew - Fix not working?"
+ date="2016-05-22T19:58:32Z"
+ content="""
+The new version arrived in homebrew today. Thanks for adding the possibility to add GPG decrypt options.
+I added --no-tty to annex.gnupg-decrypt-options but unfortunately it is not picked up by gpg. This is the log after removing --no-tty from .gnupg/gpg.conf and only adding it to .git/config.
+
+[2016-05-22 21:23:15.527812] Committer: Adding test.md
+add /Users/xxx/annex/nvatom/test.md ok
+[2016-05-22 21:23:15.72065] Committer: Committing changes to git
+(recording state in git...)
+[2016-05-22 21:23:15.808952] Pusher: Syncing with hidrive
+gcrypt: Development version -- Repository format MAY CHANGE
+gcrypt: Decrypting manifest
+gpg: Signature made Sat May 21 21:12:40 2016 CEST using RSA key ID XXXXXXX
+gpg: Good signature from \"Git Annex (Key for git annex encryption) <xxx@xxx.de>\" [ultimate]
+gcrypt: Encrypting to: -r XXXXXXXXXXXXX
+gcrypt: Requesting manifest signature
+[2016-05-22 21:23:20.955819] Committer: Adding test.md
+add /Users/xxx/annex/nvatom/test.md ok
+[2016-05-22 21:23:20.973532] Committer: Committing changes to git
+(recording state in git...)
+gpg: cannot open `/dev/tty': Device not configured
+
+ user error (gpg2 [\"--quiet\",\"--trust-model\",\"always\",\"--decrypt\"] exited 2)
+gpg: cannot open `/dev/tty': Device not configured
+
+ user error (gpg2 [\"--quiet\",\"--trust-model\",\"always\",\"--decrypt\"] exited 2)
+To gcrypt::rsync.hidrive.strato.com:/users/xxx/hidrive.git
+ b50d4d1..eb9ef83 master -> synced/master
+ 9504de9..ed2332b git-annex -> synced/git-annex
+[2016-05-22 21:23:40.167619] Pusher: Syncing with hidrive
+
+
+Unfortunately there is no upload happening but the status in the webapp is showing no error (everything green). Not sure if the error is actually coming from gcrypt and not git-annex?
+
+
+"""]]