This commit is contained in:
Joey Hess 2015-03-03 19:04:17 -04:00
parent 92663489a5
commit 547c417617

View file

@ -92,7 +92,7 @@ When a client registers to participate:
1. Generate a UUID, which is assigned to this client, and send it to the 1. Generate a UUID, which is assigned to this client, and send it to the
client, and assign that UUID to a particular shard. client, and assign that UUID to a particular shard.
2. Send the client an appropriate auth token (eg, a locked down ssh private 2. Send the client an appropriate auth token (eg, a locked down ssh private
key) to let them access the origin repository. key) to let them access the shard's git repository (or all the shards).
3. Client clones its assigned shard git repository, 3. Client clones its assigned shard git repository,
runs `git annex init reinit $UUID`, and enables direct mode. runs `git annex init reinit $UUID`, and enables direct mode.