strange interaction of checkpresentkey and annex-readonly=true

This commit is contained in:
Ilya_Shlyakhter 2019-05-24 03:05:32 +00:00 committed by admin
parent 82dfd2d9e7
commit bf3c032a31

View file

@ -0,0 +1,10 @@
In an external special remote, if I set annex-readonly=true, I get
[[!format sh """
git annex --verbose --debug checkpresentkey MD5E-s18932--663e2e38c829d7b3fff12fce3a6fdb6d.fasta 380286ac-2e8f-4285-94da-406eca323411
...
(checking dnanexus...) Configuration does not allow accessing dx://file-BXF0vYQ0QyBF509G9J12g927/contaminants.clip_db.fasta
"""]]
Removing the annex-readonly setting lets checkpresentkey work. But isn't checkpresentkey a read-only operation?