update notes

This commit is contained in:
Joey Hess 2019-10-10 16:12:17 -04:00
parent df5b0ffab3
commit 0dd5691951
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 2 additions and 7 deletions

View file

@ -55,7 +55,7 @@ chunksizeField :: RemoteConfigField
chunksizeField = "chunksize"
{- A remote with sameas-uuid set will inherit these values from the config
- of that uuid. These values cannot be overridden. -}
- of that uuid. These values cannot be overridden in the remote's config. -}
sameasInherits :: S.Set RemoteConfigField
sameasInherits = S.fromList
-- encryption configuration is necessarily the same for two

View file

@ -34,12 +34,7 @@ the remote.log. Eg, "B sameas=A foo=bar ..."
Implementation notes:
annex-config-uuid is set for sameas remotes.
Next, need to make generating a Remote look at that.
And need to make RemoteConfig inherit encryption
settings from the sameas uuid.
Next, need to make generating a Remote look at annex-config-uuid.
Need to get enableremote working for sameas.