Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go/extra/stats: remove the unmaintained extra/stats tool #3270

Merged
merged 1 commit into from
Sep 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog/3270.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go/extra/stats: Remove the unmaintained `extra/stats` tool
1 change: 0 additions & 1 deletion go/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ registry/gen_vectors/gen_vectors
staking/gen_vectors/gen_vectors

extra/extract-metrics/extract-metrics
extra/stats/stats
2 changes: 1 addition & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ generate:
# Build.
# List of Go binaries to build.
go-binaries := oasis-node oasis-test-runner oasis-net-runner oasis-remote-signer \
extra/stats extra/extract-metrics oasis-test-runner/scenario/pluginsigner/example_signer_plugin
extra/extract-metrics oasis-test-runner/scenario/pluginsigner/example_signer_plugin

$(go-binaries):
@$(ECHO) "$(MAGENTA)*** Building $@...$(OFF)"
Expand Down
19 changes: 0 additions & 19 deletions go/extra/stats/README.md

This file was deleted.

56 changes: 0 additions & 56 deletions go/extra/stats/cmd/root.go

This file was deleted.

Loading