close as already fixed

This commit is contained in:
Joey Hess 2022-06-02 11:59:26 -04:00
parent 9750deafe7
commit fe2f39abbb
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 12 additions and 0 deletions

View file

@ -45,3 +45,5 @@ Makes this particular error go away, only to fail with
../../../.git/annex/tmp/GPGHMACSHA1--addf78b2c59182e951d16ce90e03900cfe15dc7d: openBinaryFile: does not exist (No such file or directory)
This is likely because the file has been downloaded into tmp directory with the trailing quote. To summarize, it seems that file and its parent folder in the rsync remote directory tree are being wrapped by single quotes, resulting into a file lookup failure.
> [[fixed|done]] --[[Joey]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2022-06-02T15:58:10Z"
content="""
This is a breakage caused by rsync 3.2.4 which broke backwards
compatability.
It is fixed in git-annex 10.20220504.
"""]]