Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-09-11 | fix error messages | Tristan Sloughter | |
2013-08-01 | Escape forward slash in 'sed' execution for extended bin | Juan Wajnerman | |
2013-06-20 | Add support for {vm_args,_} argument in config | Olav Frengstad | |
2013-05-10 | internal rename completion of all relcool to relx calls | Eric | |
2013-05-09 | Basic file rename from rcl to rlx | Eric | |