You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of minor issues/preferences to be resolved as part of preparation for a 3.2.1-nhs release:
The suppression of the break signal does not set the emulator flag correctly.
make package does not work directly for debian, a compile stage is required first as otherwise the linking of _build does not work as expected.
The debian riak.riak.service file does not my default set a sensible value for ulimit.
The dev_vars.config.src file sets log_level to debug; and this generates excessive noise when running riak_test.
There are a significant number of lintian warnings/errors on make package, and the errors are not obviously resolvable. As these errors have been ignored across releases - they should either be specifically suppressed, or the no-lintian option be added to debuild.
The version of rebar3/relx must be compatible with OTP24. Question over whether it should be OTP22-24 compatible or OTP24-26.
The text was updated successfully, but these errors were encountered:
There are a number of minor issues/preferences to be resolved as part of preparation for a 3.2.1-nhs release:
make package
does not work directly for debian, acompile
stage is required first as otherwise the linking of _build does not work as expected.riak.riak.service
file does not my default set a sensible value for ulimit.dev_vars.config.src
file sets log_level todebug
; and this generates excessive noise when running riak_test.make package
, and the errors are not obviously resolvable. As these errors have been ignored across releases - they should either be specifically suppressed, or theno-lintian
option be added todebuild
.rebar3
/relx
must be compatible with OTP24. Question over whether it should be OTP22-24 compatible or OTP24-26.The text was updated successfully, but these errors were encountered: