Rename to lotus-seal-worker
This commit is contained in:
parent
3281e9448a
commit
05e631235c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
/lotus
|
/lotus
|
||||||
/lotus-storage-miner
|
/lotus-storage-miner
|
||||||
|
/lotus-seal-worker
|
||||||
/pond
|
/pond
|
||||||
/townhall
|
/townhall
|
||||||
/fountain
|
/fountain
|
||||||
|
10
Makefile
10
Makefile
@ -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
|
||||||
|
|
||||||
|
@ -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{
|
Loading…
Reference in New Issue
Block a user