mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-03 08:31:20 +00:00
commit
6544b4fb77
@ -1,2 +1,2 @@
|
|||||||
# tools
|
# tools
|
||||||
Tools for working with tendermint and associated technologies
|
Tools for working with tendermint and associated technologies. See the documentation at: http://tendermint.readthedocs.io/en/master/index.html#tendermint-tools
|
||||||
|
@ -20,19 +20,20 @@ test:
|
|||||||
go test
|
go test
|
||||||
|
|
||||||
build-all: tools
|
build-all: tools
|
||||||
|
rm -rf ./dist
|
||||||
gox -verbose \
|
gox -verbose \
|
||||||
-ldflags "-X main.version=${VERSION}" \
|
-ldflags "-X main.version=${VERSION}" \
|
||||||
-os="linux darwin windows freebsd openbsd netbsd" \
|
-os="linux darwin windows" \
|
||||||
-arch="amd64 386 armv5 armv6 armv7 arm64" \
|
-arch="amd64 386 armv6 arm64" \
|
||||||
-osarch="!darwin/arm64" \
|
-osarch="!darwin/arm64" \
|
||||||
-output="dist/{{.OS}}-{{.Arch}}/{{.Dir}}" .
|
-output="dist/{{.OS}}-{{.Arch}}/{{.Dir}}" .
|
||||||
|
|
||||||
dist: build-all
|
dist: build-all
|
||||||
cd dist && \
|
cd dist && \
|
||||||
$(DIST_DIRS) cp ../LICENSE {} \; && \
|
$(DIST_DIRS) cp ../LICENSE {} \; && \
|
||||||
$(DIST_DIRS) cp ../README.md {} \; && \
|
$(DIST_DIRS) cp ../README.rst {} \; && \
|
||||||
$(DIST_DIRS) tar -zcf tm-bench-${VERSION}-{}.tar.gz {} \; && \
|
$(DIST_DIRS) tar -zcf tm-bench-${VERSION}-{}.tar.gz {} \; && \
|
||||||
$(DIST_DIRS) zip -r tm-bench-${VERSION}-{}.zip {} \; && \
|
shasum -a256 ./*.tar.gz > "./tm-bench_${VERSION}_SHA256SUMS" && \
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
build-docker:
|
build-docker:
|
||||||
|
@ -21,19 +21,20 @@ test:
|
|||||||
@go test $(PACKAGES)
|
@go test $(PACKAGES)
|
||||||
|
|
||||||
build-all: tools
|
build-all: tools
|
||||||
|
rm -rf ./dist
|
||||||
gox -verbose \
|
gox -verbose \
|
||||||
-ldflags "-X main.version=${VERSION}" \
|
-ldflags "-X main.version=${VERSION}" \
|
||||||
-os="linux darwin windows freebsd openbsd netbsd" \
|
-os="linux darwin windows" \
|
||||||
-arch="amd64 386 armv5 armv6 armv7 arm64" \
|
-arch="amd64 386 armv6 arm64" \
|
||||||
-osarch="!darwin/arm64" \
|
-osarch="!darwin/arm64" \
|
||||||
-output="dist/{{.OS}}-{{.Arch}}/{{.Dir}}" .
|
-output="dist/{{.OS}}-{{.Arch}}/{{.Dir}}" .
|
||||||
|
|
||||||
dist: build-all
|
dist: build-all
|
||||||
cd dist && \
|
cd dist && \
|
||||||
$(DIST_DIRS) cp ../LICENSE {} \; && \
|
$(DIST_DIRS) cp ../LICENSE {} \; && \
|
||||||
$(DIST_DIRS) cp ../README.md {} \; && \
|
$(DIST_DIRS) cp ../README.rst {} \; && \
|
||||||
$(DIST_DIRS) tar -zcf tm-monitor-${VERSION}-{}.tar.gz {} \; && \
|
$(DIST_DIRS) tar -zcf tm-monitor-${VERSION}-{}.tar.gz {} \; && \
|
||||||
$(DIST_DIRS) zip -r tm-monitor-${VERSION}-{}.zip {} \; && \
|
shasum -a256 ./*.tar.gz > "./tm-monitor_${VERSION}_SHA256SUMS" && \
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
build-docker:
|
build-docker:
|
||||||
|
1
tm-monitor/README.rst
Normal file
1
tm-monitor/README.rst
Normal file
@ -0,0 +1 @@
|
|||||||
|
NOTE: Please see the ``tm-bench`` directory for the README about tm-monitor. You can also find the documentation at: http://tendermint.readthedocs.io
|
Loading…
x
Reference in New Issue
Block a user