Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-03-05 | Set auto_escape to false for erlydtl compilation | Paul Oliver | |
2014-02-17 | Update erlydtl to v0.9.0 | Andreas Stenius | |
2014-02-16 | fix double include_erts call with vm.args and sys.config config vars | Tristan Sloughter | |
2014-02-09 | Remove destination start_clean.sh before copying, since with R16 it is 0444, ↵ | Jordan Wilberding | |
which makes the write fail. Fixes #120 | |||
2014-02-09 | Updated erlydtl dep to a tagged version, since lastest version breaks API, ↵ | Jordan Wilberding | |
thereby breaking dialyzer tests | |||
2014-01-27 | Run the node embedded mode when in foreground | Ali Sabil | |
2014-01-27 | set ERL_LIBS when running console | console_clean | console_boot | Ali Sabil | |
2014-01-22 | Merge pull request #112 from tsloughter/mvoe_nodetool_install_upgrade | Eric Merritt | |
mv nodetool and install_upgrade script to bin dir, so no need to incl erts | |||
2014-01-22 | Merge pull request #113 from tsloughter/dev_mode_sys_config | Eric Merritt | |
properly handle config files and switching on/off dev_mode | |||
2014-01-21 | properly handle config files and switching on/off dev_mode | Tristan Sloughter | |
2014-01-21 | Merge pull request #109 from tsloughter/verbose_opt_fix | Eric Merritt | |
don't output release successfully created if verbose option is 0 | |||
2014-01-18 | Merge pull request #111 from tsloughter/config_output_dir | Eric Merritt | |
add config option for output_dir, currently only a cmd arg | |||
2014-01-18 | Merge pull request #110 from tsloughter/console_clean | Eric Merritt | |
fix path to start_clean in console_clean start script option |