Delete stats make target

None was using it, and I haven't used it in many months

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu 2021-06-23 17:07:57 +01:00
parent dca208abce
commit c8c055e158
No known key found for this signature in database
GPG Key ID: A28DE70C9444D7A6
2 changed files with 0 additions and 18 deletions

View File

@ -41,7 +41,6 @@ endif
include rabbitmq-components.mk
include erlang.mk
include mk/stats.mk
include mk/github-actions.mk
include mk/topic-branches.mk

View File

@ -1,17 +0,0 @@
# Used & tested on macOS
DOCKER := /usr/local/bin/docker
define STATS_CONTAINER
$(DOCKER) run \
--interactive --tty --rm \
--volume rabbitmq_releases:/home/node \
node bash
endef
.PHONY: stats
stats:
$(verbose) $(STATS_CONTAINER) -c "cd /home/node && npm install rels && node_modules/.bin/rels --repo rabbitmq/rabbitmq-server --all"
.PHONY: stats_interactive
stats_interactive:
$(verbose) $(STATS_CONTAINER)