Skip to content

Commit

Permalink
update rebar3, fix vernemq.boot (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioolkos authored Jun 4, 2021
1 parent af3e56f commit 6b5ce37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 111,10 @@
"etc/vmq.acl"},
{copy, "apps/vmq_passwd/priv/vmq_passwd",
"bin/vmq-passwd"},

%% the runner script expects vernemq.boot and vernemq.script instead of the default start.boot/.script
{copy, "_build/default/rel/vernemq/releases/{{release_version}}/start.boot", "releases/{{release_version}}/vernemq.boot"},
{copy, "_build/default/rel/vernemq/releases/{{release_version}}/start.script", "releases/{{release_version}}/vernemq.script"},

%% Cuttlefish Schema Files have a priority order.
%% Anything in a file prefixed with 00- will override
%% anything in a file with a higher numbered prefix.
Expand Down
Binary file modified rebar3
Binary file not shown.

0 comments on commit 6b5ce37

Please sign in to comment.