Fix wrong sorting of remotes when using -J
It was sorting by uuid, rather than cost! Avoid future bugs of this kind by changing the Ord to primarily compare by cost, with uuid only used when the cost is the same. This commit was supported by the NSF-funded DataLad project.
This commit is contained in:
parent
178ab762eb
commit
1a02fc1159
4 changed files with 18 additions and 2 deletions
|
@ -0,0 +1,9 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 9"""
|
||||
date="2018-08-03T16:30:35Z"
|
||||
content="""
|
||||
The -J2 web bug was not related to caching remotes at all
|
||||
but was an accidental sort by remote uuid rather than cost.
|
||||
I've fixed it.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue