Skip to content
Snippets Groups Projects
Commit 688a3911 authored by Peter Keleher's avatar Peter Keleher
Browse files

auto

parent 87f93c79
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -65,7 +65,7 @@ There are essentially two parts to this project, both of which that rely on usin ...@@ -65,7 +65,7 @@ There are essentially two parts to this project, both of which that rely on usin
gRPCs. gRPCs.
The first part is taking your simple blob store and splitting it to a distinct The first part is taking your simple blob store and splitting it to a distinct
blob *store* in `p2/ubi/server.go` and command-line tools `p2/blob.go` and `p2/lock.go`. blob *store* in `p2/ubi/server.go` and command-line tools `p2/cli.go` and `p2/lock.go`.
The command-line tools understand files and directories, the server is just a dump blob server. The command-line tools understand files and directories, the server is just a dump blob server.
The second part is building a lock server that will allow shared and The second part is building a lock server that will allow shared and
...@@ -158,7 +158,7 @@ The server: ...@@ -158,7 +158,7 @@ The server:
The clients: The clients:
``` ```
go run blob.go [-d] [-s <host:port>] (desc <sig>|get <sig> <destination>|put <source>|list|lock <path>|unlock <path>) go run cli.go [-d] [-s <host:port>] (desc <sig>|get <sig> <destination>|put <source>|list|lock <path>|unlock <path>)
go run lock.go [-d] [-s <host:port>] (lock <path>|rlock <path>|unlock <path>|runlock <path>) go run lock.go [-d] [-s <host:port>] (lock <path>|rlock <path>|unlock <path>|runlock <path>)
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment