allow multiple concurrent external special remote processes

Multiple external special remote processes for the same remote will be
started as needed when using -J.

This should not beak any existing external special remotes, because running
multiple git-annex commands at the same time could already start multiple
processes for the same external special remotes.
This commit is contained in:
Joey Hess 2016-09-30 14:29:02 -04:00
parent b69dea0ac3
commit 5bf4623a1d
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
4 changed files with 115 additions and 118 deletions

View file

@ -7,3 +7,5 @@ This should not be hard to make to use a pool of Externals, starting up a
new one if the pool is empty or all in use. --[[Joey]]
[[users/yoh]] may want this for datalad?
> [[done]] --[[Joey]]