|
|
@@ -159,11 +159,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,"_checkouts/cuttlefish/cuttlefish","bin/"}
|
|
|
+ , {copy,"_build/default/lib/cuttlefish/cuttlefish","bin/"}
|
|
|
, {copy,"bin/*","bin/"}
|
|
|
, {template,"etc/*.conf","etc/"}
|
|
|
, {template,"etc/emqx.d/*.conf","etc/emqx.d/"}
|
|
|
- , {copy,"_checkouts/emqx/priv/emqx.schema","releases/{{rel_vsn}}/"}
|
|
|
+ , {copy,"priv/emqx.schema","releases/{{rel_vsn}}/"}
|
|
|
, {copy, "etc/certs","etc/"}
|
|
|
, "${RELUP_OVERLAYS}"
|
|
|
]
|
|
|
@@ -176,7 +176,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,"_checkouts/cuttlefish/cuttlefish","bin/cuttlefish-{{rel_vsn}}"}
|
|
|
+ , {copy,"_build/default/lib/cuttlefish/cuttlefish","bin/cuttlefish-{{rel_vsn}}"}
|
|
|
]
|
|
|
},
|
|
|
|