I need to think about this some more, not clear if it's a todo
item specific to stalldetection at all. Remotes with this behavior
also show no progress when run with -J. And some other remotes don't
update any progress meters at all, eg adb is that way and so are hook
remotes and of course external remotes don't have to send progress info.
This commit is contained in:
Joey Hess 2020-12-11 15:49:39 -04:00
parent fadf47557f
commit e6692b66f1
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -1,11 +0,0 @@
When annex.stalldetection is set, rsync and gcrypt
special remotes do not display any progress. Also, the stall detection
cannot detect stalls, because that needs progress information to do.
These remotes have `displayProgress = False`, and seem to be the only
affected ones.
It seems like it would be a good idea to make these remotes capture the
output of the program they run, and convert it to a progress meter.
(Also, these don't have progress output with -J either..)