rebar3_cuttlefish
rebar3_cuttlefish copied to clipboard
Cuttlefish plugin for rebar3
I have building VerneMQ from source and now working with v1.11.0 until yesterday everything was working fine. From yesterday I started getting strange error after build: ``` 09:25:53.162 [error] Syntax...
I have been using the cuttlefish plugin for months on a new project, now I need to add to the schema to support the new erlang logger. I have created...
In Riak, the cuttlefish generation requires functions located in Riak modules, such as ```riak_core_throttle```; therefore, I think that the escript needs to be sure to include external libraries from ```ebin```...
I am noticing that we are required to define a crash dump overlay, otherwise this issue will occur: https://github.com/tsloughter/rebar3_cuttlefish/issues/3#issuecomment-187596788 ```erlang {mapping, "erlang.crash_dump", "vm_args.-env ERL_CRASH_DUMP", [ {default, "erl_crash.dump"}, {datatype, file}, hidden...
Cuttlefish generates new config (and delete old) when we run any command, even if new config files are not required. I start app with 'bin/appname start' command. Cuttlefish generates new...
I have an erlang project which I am migrating to use the rebar3_plugin, but the project does not use lager. If I don't include lager in the root rebar.config then...
I had mappings for vmargs node name and distributed_cookie marked as hidden, but the release fails to start because the bin script checks for them in the generated conf file,...
when running the cuttlefish plugin it is spoosed to not copy files that are already copied by the overlay, however that is not the case. The problem is in here:...