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-storage-miner
/lotus-seal-worker
/pond
/townhall
/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
.PHONY: lotus-storage-miner
lotus-worker: $(BUILD_DEPS)
rm -f lotus-worker
go build -o lotus-worker ./cmd/lotus-worker
go run github.com/GeertJohan/go.rice/rice append --exec lotus-worker -i ./build
.PHONY: lotus-worker
lotus-seal-worker: $(BUILD_DEPS)
rm -f lotus-seal-worker
go build -o lotus-seal-worker ./cmd/lotus-seal-worker
go run github.com/GeertJohan/go.rice/rice append --exec lotus-seal-worker -i ./build
.PHONY: lotus-seal-worker
CLEAN+=lotus-storage-miner

View File

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