This commit is contained in:
Joey Hess 2024-08-08 16:06:02 -04:00
parent bda23daa6c
commit 152c87140b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 6 additions and 4 deletions

View file

@ -20,8 +20,8 @@ Planned schedule of work:
* June: git-annex proxies and clusters
* July: p2p protocol over http
* August, part 1: git-annex proxy support for exporttree
* August, part 2: balanced preferred content
* September, part 1: balanced preferred content continued
* August, part 2: [[track_free_space_in_repos_via_git-annex_branch]]
* September, part 1: balanced preferred content
* September, part 2: streaming through proxy to special remotes (especially S3)
* October, part 1: streaming through proxy continued
* October, part 2: proving behavior of balanced preferred content with proxies
@ -30,7 +30,9 @@ Planned schedule of work:
## 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

View file

@ -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.
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
that repo already had that content at the previous git-annex branch commit
and another log line was recorded elsewhere redundantly.