]> dgit.raspbian.org Git - git-annex.git/blob
3443536eaccd68227488cc233d5af0e89bfc9e6c
[git-annex.git] /
1 [[!comment format=mdwn
2  username="lukasstraub2@bbbb2ef261a0994edda5f5f55999dfac5998d4e5"
3  nickname="lukasstraub2"
4  avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b"
5  subject="Workaround"
6  date="2018-12-04T19:37:37Z"
7  content="""
8 As a workaround, I can include a \"gnupg\" Directory in the Repo and point the GNUPGHOME environment Variable at it. Then I simply create a single Key there and add the gcrypt Repo with encryption=hybrid. Altough I have to add the following to the gpg.conf (in the gnupg Directory inside the Repo) to prevent gpg from writing to the directory afterwards:
9 pinentry-mode loopback
10 no-auto-check-trustdb
11 no-random-seed-file
12 no-permission-warning
13 quiet
14
15 """]]