diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-12 14:15:28 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-12 14:16:35 -0400 |
commit | ad1955b4063befa51a36932794f49193a307a23f (patch) | |
tree | eb358ec9eb692f4418f45ee386053e0859a1626e /doc | |
parent | 265cbb0f66881102aa11f73d0cff41c773ddb3a9 (diff) |
if keys database cannot be opened due to permissions, ignore
This lets readonly repos be used. If a repo is readonly, we can ignore the
keys database, because nothing that we can do will change the state of the
repo anyway.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/read-only_removable_drives/comment_8_a802e0617c9ef72eb8d3842de99e44ae._comment | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/read-only_removable_drives/comment_8_a802e0617c9ef72eb8d3842de99e44ae._comment b/doc/todo/read-only_removable_drives/comment_8_a802e0617c9ef72eb8d3842de99e44ae._comment new file mode 100644 index 000000000..f19865889 --- /dev/null +++ b/doc/todo/read-only_removable_drives/comment_8_a802e0617c9ef72eb8d3842de99e44ae._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 8""" + date="2016-02-12T18:08:18Z" + content=""" +I've made some changes today, which let files be downloaded from readonly +repositories (both on local drives and remote, as long as git-annex-shell +is updated to a version with the changes). + +The issues with the webapp probably remain. +"""]] |