Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-03 | Merge pull request #158 from jwilberding/readme2 | Tristan Sloughter | |
This adds -n to the README and fixes description for -r. This was report... | |||
2014-04-24 | Merge pull request #166 from tsloughter/master | Jordan Wilberding | |
handle deprecated pre-defined types for 17.0 and later | |||
2014-04-22 | remove 17.0rc1 from travis, wait for travis 17.0 support | Tristan Sloughter | |
2014-04-22 | handle deprecated pre-defined types for 17.0 and later | Tristan Sloughter | |
2014-04-07 | Merge pull request #160 from zerotao/explicit_erts | Jordan Wilberding | |
Add support for explicit erts path | |||
2014-04-07 | Add support for explicit erts path | Jason L. Shiffer | |
Add support for 'include_erts' to be defined as a path to an external erlang release. This will allow for relx to include cross-compiled erts builds. include_erts can now be one of three values: true (default), false, or "/path/to/erlang". The symantics do not change unless it is set to a string in which case it only overrides the default lookup "code:root_dir()" with the given path. | |||
2014-04-07 | Merge pull request #159 from nuex/windows | Jordan Wilberding | |
Windows Support | |||
2014-04-06 | Windows build instructions | nuex | |
2014-04-06 | Windows support | nuex | |
2014-04-06 | This adds -n to the README and fixes description for -r. This was reported ↵ | Jordan Wilberding | |
as part of #114. | |||
2014-03-29 | Merge pull request #154 from nuex/quote_vars | Jordan Wilberding | |
Give release scripts ability to handle directories with spaces | |||
2014-03-28 | Give release scripts ability to handle directories with spaces | nuex | |
2014-03-28 | Merge pull request #155 from rlipscombe/rl-override-config | Jordan Wilberding | |
Allow VMARGS_PATH and CONFIG_PATH to be overridden | |||
2014-03-27 | Ignore rebar if it needed to be downloaded. | Roger Lipscombe | |
2014-03-27 | Update startup script to allow overriding config location. | Roger Lipscombe | |
2014-03-21 | Merge pull request #152 from rlipscombe/rl-runner-log | Jordan Wilberding | |
Allow overriding RUNNER_LOG_DIR | |||
2014-03-21 | Allow overriding RUNNER_LOG_DIR | Roger Lipscombe | |
2014-03-19 | Merge pull request #150 from rlipscombe/rl-relcool-to-relx | Jordan Wilberding | |
Replace relcool with relx in example config. | |||
2014-03-19 | Replace relcool with relx in example config. | Roger Lipscombe | |
2014-03-15 | Merge pull request #145 from jwilberding/readme | Tristan Sloughter | |
Added note about rebar version | |||
2014-03-15 | Added note about rebar version | Jordan Wilberding | |
2014-03-12 | Merge pull request #101 from konradkaplita/accelerate_discover_provider | Eric Merritt | |
Accelerate application discovery | |||
2014-03-12 | Merge pull request #133 from mattrudder/sys_config_cmdargs | Jordan Wilberding | |
Added a command line override for the sys_config setting. | |||
2014-03-12 | Merge pull request #137 from tsloughter/vm_args | Jordan Wilberding | |
use vm.args in basic bin script | |||
2014-03-11 | use vm.args in basic bin script | Tristan Sloughter | |
2014-03-11 | Merge pull request #128 from nuex/dtl_scripts | Jordan Wilberding | |
Make scripts in rlx_prv_assembler DTL templates | |||
2014-03-08 | ignore compiled templates | nuex | |
2014-03-08 | honor existing LD_LIBRARY_PATH in script templates | nuex | |
2014-03-08 | exclude dtl scripts from cover | nuex | |
2014-03-08 | try adding some verbosity to erlydtl compilation errors | nuex | |
2014-03-08 | unescape quotes | nuex | |
2014-03-08 | assume templates are already compiled, use dtl for files too | nuex | |
2014-03-08 | fix typo in rel_name tag | nuex | |
2014-03-08 | just compile regular files as template modules | nuex | |
2014-03-08 | add rebar_vsn_plugin directory to rebar.config | nuex | |
2014-03-08 | set doc_root on dtl templates | nuex | |
2014-03-08 | add files | nuex | |
2014-03-08 | add templates | nuex | |
2014-03-08 | load scripts from files and templates | nuex | |
2014-03-08 | Merge pull request #135 from hirschenberger/master | Jordan Wilberding | |
Start scripts should honor existing LD_LIBRARY_PATH settings | |||
2014-03-07 | Honor LD_LIBRARY_PATH settings in start scripts | hirschen | |
The start scripts export the LD_LIBRARY_PATH environment variable to "$ERTS_DIR/lib". They should honor existing LD_LIBRARY_PATH required e.g. for running ports. | |||
2014-03-07 | Merge pull request #124 from tsloughter/master | Jordan Wilberding | |
2 fixes | |||
2014-03-07 | Merge pull request #134 from nuex/travis_rebar | Jordan Wilberding | |
Ensure latest rebar is fetched when building on Travis-CI | |||
2014-03-07 | setting REBAR to the rebar in the current directory works | nuex | |
2014-03-06 | unset REBAR target when building on travis; ensure latest rebar | nuex | |
2014-03-06 | update travis build command | nuex | |
2014-03-06 | Added a command line override for the sys_config setting. | Matt Rudder | |
2014-03-06 | by default do not do app and release discovery under output dir | Tristan Sloughter | |
2014-03-05 | Merge pull request #132 from puzza007/erlydtl-auto-escape-false | Jordan Wilberding | |
Set auto_escape to false for erlydtl compilation | |||
2014-03-05 | Set auto_escape to false for erlydtl compilation | Paul Oliver | |