aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_prv_assembler.erl
AgeCommit message (Collapse)Author
2013-10-15Merge pull request #71 from evax/script_update_on_upgradeTristan Sloughter
Ensure scripts are updated on upgrade for cold starts
2013-10-15Merge pull request #70 from evax/erts_include_fixesTristan Sloughter
Fixes for erts_include
2013-10-15Ensure scripts are updated on upgrade for cold startsEvax Software
2013-10-15Use the start_clean boot file for remote consoleEvax Software
2013-10-15Reuse generated erts directory in tar commandEvax Software
2013-10-14remove rlx log and use ec_cmd_log insteadEric
2013-10-10fix non-path includes to be include instead of include_libTristan Sloughter
2013-10-07include relx header with include instead of include_libTristan Sloughter
2013-09-30Fixed 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-28do not include erts in tar if include_erts is falseTristan Sloughter
2013-09-23Fix search of vm.argsSlava Yurin
2013-09-20Ensure exit codes propagate properly during upgradesRJ
2013-09-20Support upgrade and downgrade between versionsRJ
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-19create RELEASES file and include tarball so downgrade to initial release worksTristan Sloughter
2013-09-19do not write default empty sys.config or vm.args if it exists alreadyTristan Sloughter
2013-09-16improved user output lookTristan Sloughter
2013-09-14remove extend script overriding bindir variable after it is setTristan Sloughter
2013-09-13place release logs dir in root of release dir structureTristan Sloughter
2013-09-13replace use of wildcard ** since it is not in <R16 ErlangTristan Sloughter
2013-09-12fix ternary shell operation in start scriptTristan Sloughter
2013-09-11allow multiple actions, including new action tarTristan Sloughter
2013-09-11fix error messagesTristan Sloughter
2013-08-01Escape forward slash in 'sed' execution for extended binJuan Wajnerman
2013-06-20Add support for {vm_args,_} argument in configOlav Frengstad
2013-05-10internal rename completion of all relcool to relx callsEric
2013-05-09Basic file rename from rcl to rlxEric