Rename to lotus-seal-worker

This commit is contained in:
Łukasz Magiera 2019-11-22 17:25:56 +01:00
parent 3281e9448a
commit 05e631235c
4 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
/lotus /lotus
/lotus-storage-miner /lotus-storage-miner
/lotus-seal-worker
/pond /pond
/townhall /townhall
/fountain /fountain

View File

@ -74,11 +74,11 @@ lotus-storage-miner: $(BUILD_DEPS)
go run github.com/GeertJohan/go.rice/rice append --exec lotus-storage-miner -i ./build go run github.com/GeertJohan/go.rice/rice append --exec lotus-storage-miner -i ./build
.PHONY: lotus-storage-miner .PHONY: lotus-storage-miner
lotus-worker: $(BUILD_DEPS) lotus-seal-worker: $(BUILD_DEPS)
rm -f lotus-worker rm -f lotus-seal-worker
go build -o lotus-worker ./cmd/lotus-worker go build -o lotus-seal-worker ./cmd/lotus-seal-worker
go run github.com/GeertJohan/go.rice/rice append --exec lotus-worker -i ./build go run github.com/GeertJohan/go.rice/rice append --exec lotus-seal-worker -i ./build
.PHONY: lotus-worker .PHONY: lotus-seal-worker
CLEAN+=lotus-storage-miner CLEAN+=lotus-storage-miner

View File

@ -25,7 +25,7 @@ func main() {
} }
app := &cli.App{ app := &cli.App{
Name: "lotus-worker", Name: "lotus-seal-worker",
Usage: "Remote storage miner worker", Usage: "Remote storage miner worker",
Version: build.Version, Version: build.Version,
Flags: []cli.Flag{ Flags: []cli.Flag{