Age | Commit message (Expand) | Author |
2015-01-31 | add support for excluding applications from the release | Tristan Sloughter |
2015-01-30 | add config script funcionality | Luis Rascao |
2015-01-10 | remove system libs from tarball if set to false | Tristan Sloughter |
2015-01-06 | remove duplicates without changing order of list for lib dirs | Tristan Sloughter |
2014-12-24 | only unique lib dirs should be used to save time/confusion | Tristan Sloughter |
2014-12-13 | render overlay filenames for tar archive | Tristan Sloughter |
2014-11-27 | fix bug of not using proper erts version if erts path is used | Tristan Sloughter |
2014-11-26 | formatting | Tristan Sloughter |
2014-11-22 | if include_erts is false, do not include stdlibs | Tristan Sloughter |
2014-11-22 | fix for error message output for no default release | Tristan Sloughter |
2014-11-17 | add back _rel to app discovery, fix relup tests to notice | Tristan Sloughter |
2014-11-09 | move back to using format_error/1 | Tristan Sloughter |
2014-11-06 | update help output to include available tasks | Tristan Sloughter |
2014-11-06 | add option to strip debug_info from beam files if not dev_mode | Tristan Sloughter |
2014-11-06 | Merge pull request #252 from tsloughter/master | Jordan Wilberding |
2014-11-06 | fix modules thta still were using format_error/1 | Tristan Sloughter |
2014-11-05 | Relup support for Windows | syl20bnr |
2014-11-03 | split release and app discovery into two separate providers | Tristan Sloughter |
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 |
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 |
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 |
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 |
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 |
2014-05-04 | don't override release set in cmd args | Tristan Sloughter |