moreinfo
This commit is contained in:
parent
525473aa5a
commit
8ae88923b8
5 changed files with 38 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 7"""
|
||||
date="2022-01-07T16:34:42Z"
|
||||
content="""
|
||||
This seems to be a reversion caused by incremental verification. In
|
||||
P2P.Annex it does incremental verification, and so it notices that the temp
|
||||
file is corrupted. So, the transfer fails, and the temp file is left
|
||||
behind.
|
||||
|
||||
So I suppose the fix is that, whenever doing incremental verification,
|
||||
also delete the temp file when it fails.
|
||||
"""]]
|
|
@ -17,3 +17,5 @@ conda linux nodep (standalone) build 8.20211012-geb95ed486 and then with another
|
|||
|
||||
[[!meta author=yoh]]
|
||||
[[!tag projects/datalad]]
|
||||
|
||||
[[!tag moreinfo]]
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 2"""
|
||||
date="2022-01-11T16:16:51Z"
|
||||
content="""
|
||||
Ping, can you try to reproduce this with a recent build?
|
||||
"""]]
|
|
@ -11,3 +11,5 @@ For reference, here is a PR in DataLad [https://github.com/datalad/datalad/pull/
|
|||
|
||||
[[!meta author=yoh]]
|
||||
[[!tag projects/datalad]]
|
||||
|
||||
[[!tag moreinfo]]
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 2"""
|
||||
date="2022-01-11T16:19:09Z"
|
||||
content="""
|
||||
> That also relates to software relying on git-annex, such as datalad, as it somehow needs to know/discover that underlying call to git-annex apparently needs some credentials to be passed via env vars
|
||||
|
||||
Since `git-annex initremote` displays an error message when it needs
|
||||
creds, does datalad not forward that error message to the user?
|
||||
|
||||
There seems to be a significant disconnect between what you're describing
|
||||
and what I've seen of and know of creds usage in git-annex. Gonna need more
|
||||
information.
|
||||
"""]]
|
Loading…
Reference in a new issue