From 058726ee866c5c60d628f6a5ee5d635142ae9ffa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Jun 2024 18:06:45 -0400 Subject: [PATCH] next step identified --- doc/todo/git-annex_proxies.mdwn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/todo/git-annex_proxies.mdwn b/doc/todo/git-annex_proxies.mdwn index 84b012368f..90dc9c614d 100644 --- a/doc/todo/git-annex_proxies.mdwn +++ b/doc/todo/git-annex_proxies.mdwn @@ -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.