-
Notifications
You must be signed in to change notification settings - Fork 36
Merge basho/rebar3_cuttlefish:develop #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
relx start scripts through the use of relx start script hooks.
unbashify & symlink sys.config too
…bundled start script. We need to generate these when using the relx scripts as the vanilla script checks that vm_args exists.
with -o or --output-dir. Without this, cuttlefish tries to create the default conf based upon the base_dir/rel, which breaks.
Need to control lager version
Required by repos like bitcask
Develop 3.0
So avoid new to grant write access to platform_etc_dir
Only without start script
This reverts commit efc54f0.
Wnat to link generated file, to file in standard location - so that the relx script can be primed to look for this standard file
Develop 3.0 debpkg
Note dialyzer does not pass - but accepted as plugin
@aef- Thanks! I'm not against merging history in. (but have not yet looked at the commits) |
Thanks ioolkos, I gotcha! I diff'd the generated |
@aef- Thanks. I just run a local build test for Verne, with your |
@aef- I'm merging this, somewhat guerilla style. It doesn't seem to break Verne builds but my thinking is that the merge will surface any issues with that rather quickly, in any case. |
Sounds good @ioolkos! |
This is essentially #37 with additional updates and commit history from Basho's version. I'm happy to reconcile changes between this and #37 if we're able to get #37 merged in.