mirror of
https://github.com/minio/minio.git
synced 2025-02-03 01:46:00 -05:00
Merge pull request #61 from fkautz/pr_out_renaming_minio_demo_to_erasure_demo
This commit is contained in:
commit
51022972f8
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…
x
Reference in New Issue
Block a user