next step identified

This commit is contained in:
Joey Hess 2024-06-06 18:06:45 -04:00
parent d59383beaf
commit 058726ee86
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -34,7 +34,13 @@ For June's work on [[design/passthrough_proxy]], implementation plan:
1. Add `git-annex updateproxy` command and remote.name.annex-proxy
configuration. (done)
2. Test implementation of remote instantiation for proxies.
2. Remote instantiation for proxies almost works, but fails at:
"git-annex: cannot determine uuid for origin-foo"
getRepoUUID does not look at the Repo's UUID setting, but reads it
from git-config. It's not set there for a proxied remote.
So: Add annex-uuid parsing to RemoteConfig.
3. Implement proxying in git-annex-shell.