Explorar el Código

fix: rename relup dir to relup_info to avoid tgz failure

Shawn hace 1 año
padre
commit
5c2a7dfdfa

+ 1 - 1
build

@@ -214,7 +214,7 @@ make_elixir_rel() {
 make_relup() {
     RELUP_TARGET_VSN="$(./pkg-vsn.sh "$PROFILE" --long)"
     export RELUP_TARGET_VSN
-    ./rebar3 emqx relup_gen --relup-dir=./relup
+    ./rebar3 emqx relup_gen --relup-dir=./relup_info
     make rel -C _build/default/plugins/emqx_relup
 }
 

relup/examples/5.6.0-to-5.6.1.relup → relup_info/examples/5.6.0-to-5.6.1.relup


relup/examples/5.6.1-to-5.6.1+patch.A.relup → relup_info/examples/5.6.1-to-5.6.1+patch.A.relup


relup/examples/upgrade_path.list → relup_info/examples/upgrade_path.list