update notes
This commit is contained in:
parent
df5b0ffab3
commit
0dd5691951
2 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue