summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Fedotov <hairyhum@gmail.com>2019-04-09 15:08:59 -0400
committerLuke Bakken <lbakken@pivotal.io>2019-05-01 13:16:21 -0700
commit2395916161dd779bcb45f0dc71a5b87a5e74caf1 (patch)
tree3aa1e8c14de4b30149481e0139b865821ecc9154
parent84f67ab162bab38a5f9102dd21b7c4ae88cf243f (diff)
downloadrabbitmq-server-git-2395916161dd779bcb45f0dc71a5b87a5e74caf1.tar.gz
Specify ra branch
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0aa3876138..5f5f114f40 100644
--- a/Makefile
+++ b/Makefile
@@ -141,8 +141,6 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck prop
dep_syslog = git https://github.com/schlagert/syslog 3.4.5
-dep_mnevis = git https://github.com/rabbitmq/mnevis read-only-query
-
define usage_xml_to_erl
$(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1))))
endef
@@ -165,8 +163,13 @@ ERLANG_MK_REPO = https://github.com/rabbitmq/erlang.mk.git
ERLANG_MK_COMMIT = rabbitmq-tmp
include rabbitmq-components.mk
+
+dep_mnevis = git https://github.com/rabbitmq/mnevis read-only-query
+dep_ra = git https://github.com/rabbitmq/ra.git read-only-query-old
+
include erlang.mk
+
ifeq ($(strip $(BATS)),)
BATS := $(ERLANG_MK_TMP)/bats/bin/bats
endif