update
This commit is contained in:
parent
bda23daa6c
commit
152c87140b
2 changed files with 6 additions and 4 deletions
|
@ -20,8 +20,8 @@ Planned schedule of work:
|
||||||
* June: git-annex proxies and clusters
|
* June: git-annex proxies and clusters
|
||||||
* July: p2p protocol over http
|
* July: p2p protocol over http
|
||||||
* August, part 1: git-annex proxy support for exporttree
|
* August, part 1: git-annex proxy support for exporttree
|
||||||
* August, part 2: balanced preferred content
|
* August, part 2: [[track_free_space_in_repos_via_git-annex_branch]]
|
||||||
* September, part 1: balanced preferred content continued
|
* September, part 1: balanced preferred content
|
||||||
* September, part 2: streaming through proxy to special remotes (especially S3)
|
* September, part 2: streaming through proxy to special remotes (especially S3)
|
||||||
* October, part 1: streaming through proxy continued
|
* October, part 1: streaming through proxy continued
|
||||||
* October, part 2: proving behavior of balanced preferred content with proxies
|
* October, part 2: proving behavior of balanced preferred content with proxies
|
||||||
|
@ -30,7 +30,9 @@ Planned schedule of work:
|
||||||
|
|
||||||
## work notes
|
## work notes
|
||||||
|
|
||||||
* onward to balanced preferred content!
|
* onward to balanced preferred content! But it depends on
|
||||||
|
[[track_free_space_in_repos_via_git-annex_branch]] so that will be the
|
||||||
|
first task.
|
||||||
|
|
||||||
## completed items for August's work on git-annex proxy support for exporttre
|
## completed items for August's work on git-annex proxy support for exporttre
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ particular git-annex branch commit. We don't care about sizes at
|
||||||
intermediate points in time, which that command does calculate.
|
intermediate points in time, which that command does calculate.
|
||||||
|
|
||||||
See [[todo/info_--size-history]] for the subtleties that had to be handled.
|
See [[todo/info_--size-history]] for the subtleties that had to be handled.
|
||||||
In particular, compating the previous git-annex branch commit to current may
|
In particular, computing the previous git-annex branch commit to current may
|
||||||
yield lines that seem to indicate content was added to a repo, but in fact
|
yield lines that seem to indicate content was added to a repo, but in fact
|
||||||
that repo already had that content at the previous git-annex branch commit
|
that repo already had that content at the previous git-annex branch commit
|
||||||
and another log line was recorded elsewhere redundantly.
|
and another log line was recorded elsewhere redundantly.
|
||||||
|
|
Loading…
Reference in a new issue