Merge branch 'master' into assistant
This commit is contained in:
commit
b7c3cc2745
2 changed files with 4 additions and 6 deletions
|
@ -16,7 +16,7 @@ all the other git clones, at both the git level and the key/value level.
|
||||||
* Poll transfer in progress info files for changes (use inotify again!
|
* Poll transfer in progress info files for changes (use inotify again!
|
||||||
wow! hammer, meet nail..), and update the TransferInfo Map **done**
|
wow! hammer, meet nail..), and update the TransferInfo Map **done**
|
||||||
* enqueue Transfers (Uploads) as new files are added to the annex by
|
* enqueue Transfers (Uploads) as new files are added to the annex by
|
||||||
Watcher.
|
Watcher. **done**
|
||||||
* enqueue Tranferrs (Downloads) as new dangling symlinks are noticed by
|
* enqueue Tranferrs (Downloads) as new dangling symlinks are noticed by
|
||||||
Watcher.
|
Watcher.
|
||||||
* Write basic Transfer handling thread. Multiple such threads need to be
|
* Write basic Transfer handling thread. Multiple such threads need to be
|
||||||
|
@ -88,11 +88,8 @@ anyway.
|
||||||
|
|
||||||
### transfer tracking
|
### transfer tracking
|
||||||
|
|
||||||
* Upload added to queue by the watcher thread when it adds content.
|
Transfer threads started/stopped as necessary to move data.
|
||||||
* Download added to queue by the watcher thread when it seens new symlinks
|
(May sometimes want multiple threads downloading, or uploading, or even both.)
|
||||||
that lack content.
|
|
||||||
* Transfer threads started/stopped as necessary to move data.
|
|
||||||
(May sometimes want multiple threads downloading, or uploading, or even both.)
|
|
||||||
|
|
||||||
startTransfer :: TransferQueue -> Transfer -> Annex ()
|
startTransfer :: TransferQueue -> Transfer -> Annex ()
|
||||||
startTransfer q transfer = error "TODO"
|
startTransfer q transfer = error "TODO"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Are there any problems using submodules with git-annex? I have not tried it yet, I'm just asking.
|
Loading…
Add table
Add a link
Reference in a new issue