Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-05 | Relup support for Windows | syl20bnr | |
2014-11-03 | support proper return value of ec_git_vsn of {ok, string()} | Tristan Sloughter | |
2014-11-03 | include state in format_error/2 | Tristan Sloughter | |
2014-11-03 | Merge pull request #236 from tsloughter/format_error2 | Jordan Wilberding | |
Some changes for providers as I work on rebar3 | |||
2014-11-02 | Allow to specify a path to vm.args through command-line arguments | Ivan Chernetsky | |
2014-10-23 | use providers PRV_ERROR and format_error/2 | Tristan Sloughter | |
2014-10-22 | include state in format_error/2 | Tristan Sloughter | |
2014-10-18 | fix function defs for function that take vsn(), which can be an atom | Tristan Sloughter | |
2014-10-11 | fix tests for providers moved to new app and config list option | Tristan Sloughter | |
2014-10-11 | support config passed in as proplist instead of filename | Tristan Sloughter | |
2014-10-11 | add support for rebar3 deps dir | Tristan Sloughter | |
2014-10-11 | provider task dependencies | Tristan Sloughter | |
2014-08-28 | include overlay files in tar | Tristan Sloughter | |
2014-08-09 | Merge pull request #207 from tsloughter/app_sort | Jordan Wilberding | |
sort apps by version, so newest is chosen if it passes constraints | |||
2014-07-09 | ensure assembler copies the contents of symlinked dirs | Jamie Winsor | |
2014-07-09 | sort apps by version, so newest is chosen if it passes constraints | Tristan Sloughter | |
2014-06-25 | Merge pull request #201 from tsloughter/semver | Jordan Wilberding | |
replace 'semver' placeholder in release defs with git derived vsn | |||
2014-06-24 | add include-erts cmd line arg, same as the config variable | Tristan Sloughter | |
2014-06-24 | replace 'semver' placeholder in release defs with git derived vsn | Tristan Sloughter | |
2014-06-23 | provide useful error message when no release to build is found | Tristan Sloughter | |
2014-06-19 | dialyzer type fixes | Tristan Sloughter | |
2014-06-13 | remove defaults from getopts config for dev_mode and default_libs | Tristan Sloughter | |
2014-05-24 | fix cli/config file merging | Tristan Sloughter | |
2014-05-22 | fix for setting overrides with -a | Tristan Sloughter | |
2014-05-19 | Add {out_dir, false} to ERLYDTL_COMPILE_OPTS | Paul Schoenfelder | |
2014-05-17 | Merge pull request #183 from jwilberding/fix_rlxv1.0.0 | Tristan Sloughter | |
Fix for #182, which requires we delete a read-only file before overwriti... | |||
2014-05-17 | Fix for #182, which requires we delete a read-only file before overwriting it | Jordan Wilberding | |
2014-05-14 | refactor tar and relup commands to own providers | Tristan Sloughter | |
2014-05-14 | refactor cli args and config file var merging | Tristan Sloughter | |
2014-05-09 | breaking change: output release to <output_dir>/<release_name>/ | Tristan Sloughter | |
2014-05-05 | resolve root dir to absolute path | Tristan Sloughter | |
2014-05-04 | Merge pull request #172 from tsloughter/default_release0.7.0 | Jordan Wilberding | |
don't override release set in cmd args | |||
2014-05-04 | don't override release set in cmd args | Tristan Sloughter | |
2014-05-04 | Cleanup whitespace | Jordan Wilberding | |
2014-05-04 | Merge pull request #171 from tsloughter/non_executable_escripts | Jordan Wilberding | |
remove mode change on nodetool and install upgrade escripts | |||
2014-05-04 | remove mode change on nodetool and install upgrade escripts | Tristan Sloughter | |
2014-05-04 | remove use of cwd to read symlink path | Tristan Sloughter | |
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 | handle deprecated pre-defined types for 17.0 and later | Tristan Sloughter | |
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-06 | Windows support | nuex | |
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-08 | assume templates are already compiled, use dtl for files too | 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-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 | |