next step identified
This commit is contained in:
parent
d59383beaf
commit
058726ee86
1 changed files with 7 additions and 1 deletions
|
@ -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
|
1. Add `git-annex updateproxy` command and remote.name.annex-proxy
|
||||||
configuration. (done)
|
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.
|
3. Implement proxying in git-annex-shell.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue