set annex.uuid in proxy's Repo

getRepoUUID looks at that, and was seeing the annex.uuid of the proxy.
Which caused it to unncessarily set the git config. Probably also would
have led to other problems.
This commit is contained in:
Joey Hess 2024-06-11 13:40:50 -04:00
parent 657a91527a
commit 09b5e53f49
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 18 additions and 15 deletions

View file

@ -36,11 +36,6 @@ For June's work on [[design/passthrough_proxy]], implementation plan:
2. Remote instantiation for proxies. (done)
2. Bug: In a repo cloned with ssh from a proxy repo,
running `git-annex init` sets annex-uuid for the instantiated ssh
remotes, which it shouldn't. Also they're set to the wrong uuid, the
uuid of the proxy rather than of the git repo behind the proxy.
3. Implement proxying in git-annex-shell.
(Partly done, still need it for GET, PUT, CONNECT, and NOTIFYCHANGES
messages.)