Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04 | Cleanup whitespace | Jordan Wilberding | |
2014-05-04 | remove mode change on nodetool and install upgrade escripts | 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-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-06 | by default do not do app and release discovery under output dir | Tristan Sloughter | |
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-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 | mv nodetool and install_upgrade script to bin dir, so no need to incl erts | Tristan Sloughter | |
2014-01-18 | fix path to start_clean in console_clean start script option | Tristan Sloughter | |
2014-01-18 | don't output release successfully created if verbose option is 0 | Tristan Sloughter | |
2013-10-28 | Merge pull request #89 from ericbmerritt/master | Jordan Wilberding | |
support using the original app vsn as a string not the parsed vsn | |||
2013-10-28 | support using the original app vsn as a string not the parsed vsn | Eric | |
2013-10-22 | improve error message for missing upfrom release | Tristan Sloughter | |
2013-10-16 | add include_src option to config file, default true. This closes #15 | Tristan Sloughter | |
2013-10-15 | add a dev mode that symlinks the release instead of copying it | Eric | |
This should only ever be used for development, however it makes it very, very nice to be able to simple recompile a project without recopying it to try new things. | |||
2013-10-15 | Merge pull request #71 from evax/script_update_on_upgrade | Tristan Sloughter | |
Ensure scripts are updated on upgrade for cold starts | |||
2013-10-15 | Merge pull request #70 from evax/erts_include_fixes | Tristan Sloughter | |
Fixes for erts_include | |||
2013-10-15 | Ensure scripts are updated on upgrade for cold starts | Evax Software | |
2013-10-15 | Use the start_clean boot file for remote console | Evax Software | |
2013-10-15 | Reuse generated erts directory in tar command | Evax Software | |
2013-10-14 | remove rlx log and use ec_cmd_log instead | Eric | |
2013-10-10 | fix non-path includes to be include instead of include_lib | Tristan Sloughter | |
2013-10-07 | include relx header with include instead of include_lib | Tristan Sloughter | |
2013-09-30 | Fixed REMSH var to be properly defined in generated runner bash script. ↵ | Nick Clark | |
Cleaned up instances of ERTS_DIR/bin to use BINDIR instead. | |||
2013-09-28 | do not include erts in tar if include_erts is false | Tristan Sloughter | |
2013-09-23 | Fix search of vm.args | Slava Yurin | |
2013-09-20 | Ensure exit codes propagate properly during upgrades | RJ | |
2013-09-20 | Support upgrade and downgrade between versions | RJ | |
The "bin/RELNAME install" command now handles upgrading and downgrading. It unpacks and installs new versions as needed, or just sets existing releases as current/permanent as needed. I renamed from "bin/RELNAME upgrade" because it handles downgrades too. "upgrade" and "downgrade" are now synonyms for "install" Additionally, when installing a new to-be-unpacked version, you can say: bin/RELNAME install 0.1.1/beat OR just: bin/RELNAME install 0.1.1 in which case the /RELNAME part is added automatically. This is to keep the version spec for downgrades the same as for new upgrades. This is fully backwards compatible with the existing "upgrade" command. | |||
2013-09-19 | create RELEASES file and include tarball so downgrade to initial release works | Tristan Sloughter | |
2013-09-19 | do not write default empty sys.config or vm.args if it exists already | Tristan Sloughter | |
2013-09-16 | improved user output look | Tristan Sloughter | |
2013-09-14 | remove extend script overriding bindir variable after it is set | Tristan Sloughter | |
2013-09-13 | place release logs dir in root of release dir structure | Tristan Sloughter | |
2013-09-13 | replace use of wildcard ** since it is not in <R16 Erlang | Tristan Sloughter | |
2013-09-12 | fix ternary shell operation in start script | Tristan Sloughter | |
2013-09-11 | allow multiple actions, including new action tar | Tristan Sloughter | |