From aa0053cc593a70630db1f893707cfbb1ae6934b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 12 Apr 2022 14:22:00 +0200 Subject: Temporary, incomplete fix for OTP-25 Relx This will not make release upgrades work for OTP-25. We need to move on to Relx 4 in order to fix those. --- plugins/relx.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/relx.mk') diff --git a/plugins/relx.mk b/plugins/relx.mk index 4e29031..b142f59 100644 --- a/plugins/relx.mk +++ b/plugins/relx.mk @@ -8,7 +8,7 @@ RELX ?= $(ERLANG_MK_TMP)/relx RELX_CONFIG ?= $(CURDIR)/relx.config -RELX_URL ?= https://erlang.mk/res/relx-v3.27.0 +RELX_URL ?= https://erlang.mk/res/relx-v3.27.0-22 RELX_OPTS ?= RELX_OUTPUT_DIR ?= _rel RELX_REL_EXT ?= @@ -46,6 +46,7 @@ relx-rel: $(RELX) rel-deps app $(verbose) $(RELX) $(if $(filter 1,$V),-V 3) -c $(RELX_CONFIG) $(RELX_OPTS) release $(verbose) $(MAKE) relx-post-rel ifeq ($(RELX_TAR),1) + $(verbose) touch $(RELX_OUTPUT_DIR)/$(PROJECT)_release/releases/RELEASES $(verbose) $(RELX) $(if $(filter 1,$V),-V 3) -c $(RELX_CONFIG) $(RELX_OPTS) tar endif -- cgit v1.2.3