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:
parent
dca208abce
commit
c8c055e158
1
Makefile
1
Makefile
|
@ -41,7 +41,6 @@ endif
|
||||||
|
|
||||||
include rabbitmq-components.mk
|
include rabbitmq-components.mk
|
||||||
include erlang.mk
|
include erlang.mk
|
||||||
include mk/stats.mk
|
|
||||||
include mk/github-actions.mk
|
include mk/github-actions.mk
|
||||||
include mk/topic-branches.mk
|
include mk/topic-branches.mk
|
||||||
|
|
||||||
|
|
17
mk/stats.mk
17
mk/stats.mk
|
@ -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)
|
|
Loading…
Reference in New Issue