Merge branch 'master' into assistant
This commit is contained in:
commit
30f7b1599c
5 changed files with 13 additions and 7 deletions
|
@ -1,4 +1,8 @@
|
|||
"git annex watch" will add the file generated by "git annex map", which is probably not intended. Shouldn’t this file be created in /tmp or .git/annex/ or somewhere else?
|
||||
"git annex watch" will add the file generated by "git annex map", which is
|
||||
probably not intended. Shouldn’t this file be created in /tmp or
|
||||
.git/annex/ or somewhere else?
|
||||
|
||||
> Indeed, so [[done]] --[[Joey]]
|
||||
|
||||
/tmp $ cd test/
|
||||
/tmp/test $ git init
|
||||
|
|
|
@ -7,7 +7,9 @@ all the other git clones, at both the git level and the key/value level.
|
|||
location tracking indicates remotes do not, and enqueue Uploads for
|
||||
them. Also, enqueue Downloads for any files we're missing.
|
||||
* After git sync, identify content that we don't have that is now available
|
||||
on remotes, and transfer.
|
||||
on remotes, and transfer. But first, need to ensure that when a remote
|
||||
receives content, and updates its location log, it syncs that update
|
||||
out.
|
||||
|
||||
## longer-term TODO
|
||||
|
||||
|
@ -96,6 +98,8 @@ anyway.
|
|||
Watcher. **done**
|
||||
* enqueue Tranferrs (Downloads) as new dangling symlinks are noticed by
|
||||
Watcher. **done**
|
||||
(Note: Needs git-annex branch to be merged before the tree is merged,
|
||||
so it knows where to download from. Checked and this is the case.)
|
||||
* Write basic Transfer handling thread. Multiple such threads need to be
|
||||
able to be run at once. Each will need its own independant copy of the
|
||||
Annex state monad. **done**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue