|
|
@@ -162,11 +162,11 @@
|
|
|
, {template, "data/loaded_plugins.tmpl", "data/loaded_plugins"}
|
|
|
, {template, "data/loaded_modules.tmpl", "data/loaded_modules"}
|
|
|
, {template,"data/emqx_vars","releases/emqx_vars"}
|
|
|
- , {copy,"{{lib_dirs}}/cuttlefish/cuttlefish","bin/"}
|
|
|
+ , {copy,"_checkouts/cuttlefish/cuttlefish","bin/"}
|
|
|
, {copy,"bin/*","bin/"}
|
|
|
, {template,"etc/*.conf","etc/"}
|
|
|
, {template,"etc/emqx.d/*.conf","etc/emqx.d/"}
|
|
|
- , {copy,"{{lib_dirs}}/emqx/priv/emqx.schema","releases/{{rel_vsn}}/"}
|
|
|
+ , {copy,"_checkouts/emqx/priv/emqx.schema","releases/{{rel_vsn}}/"}
|
|
|
, {copy, "etc/certs","etc/"}
|
|
|
, "${RELUP_OVERLAYS}"
|
|
|
]
|
|
|
@@ -179,7 +179,7 @@
|
|
|
, {copy,"bin/emqx_ctl","bin/emqx_ctl-{{rel_vsn}}"}
|
|
|
, {copy,"bin/install_upgrade.escript", "bin/install_upgrade.escript-{{rel_vsn}}"}
|
|
|
, {copy,"bin/nodetool","bin/nodetool-{{rel_vsn}}"}
|
|
|
- , {copy,"{{lib_dirs}}/cuttlefish/cuttlefish","bin/cuttlefish-{{rel_vsn}}"}
|
|
|
+ , {copy,"_checkouts/cuttlefish/cuttlefish","bin/cuttlefish-{{rel_vsn}}"}
|
|
|
]
|
|
|
},
|
|
|
|