mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
Renaming minio-demo to erasure-demo
This commit is contained in:
parent
0c16744e2c
commit
6382ee161e
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ test: build-erasure build-signify
|
|||||||
godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/gateway
|
godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/gateway
|
||||||
|
|
||||||
install: build-erasure
|
install: build-erasure
|
||||||
godep go install github.com/minio-io/minio/cmd/minio-demo
|
godep go install github.com/minio-io/minio/cmd/erasure-demo
|
||||||
|
|
||||||
save:
|
save:
|
||||||
godep save ./...
|
godep save ./...
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "minio-encode"
|
app.Name = "erasure-demo"
|
||||||
app.Usage = "erasure encode a byte stream"
|
app.Usage = "erasure encode a byte stream"
|
||||||
app.Commands = []cli.Command{
|
app.Commands = []cli.Command{
|
||||||
{
|
{
|
Loading…
Reference in New Issue
Block a user