aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-10-21Merge pull request #80 from loucash/masterv0.5.1Jordan Wilberding
patch for exception: no match of right hand side value
2013-10-21patch for exception: no match of right hand side valueŁukasz Biedrycki
2013-10-19Merge pull request #79 from tsloughter/masterJordan Wilberding
add extend to release definition. This closes #16
2013-10-18add extend to release definition. This closes #16Tristan Sloughter
2013-10-16Merge pull request #77 from tsloughter/masterJordan Wilberding
add include_src option to config file, default true. This closes #15
2013-10-16Merge pull request #76 from tsloughter/masterEric Merritt
fix load overlay to support filename not in a list. This closes #74
2013-10-16add include_src option to config file, default true. This closes #15Tristan Sloughter
2013-10-16fix load overlay to support filename not in a list. This closes #74Tristan Sloughter
2013-10-16Merge pull request #75 from ericbmerritt/masterTristan Sloughter
document dev mode in the readme
2013-10-16document dev mode in the readmeEric
2013-10-15Merge pull request #73 from ericbmerritt/masterv0.5.0Jordan Wilberding
add a dev mode that symlinks the release instead of copying it
2013-10-15add a dev mode that symlinks the release instead of copying itEric
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-15Merge pull request #72 from tsloughter/masterJordan Wilberding
ignore empty list of overlay vars to fix unneeded warning
2013-10-15ignore empty list of overlay vars to fix unneeded warningTristan Sloughter
2013-10-15Merge pull request #68 from tsloughter/masterJordan Wilberding
add optoin to use custom system_libs dir. This closes #64
2013-10-15add optoin to use custom system_libs dir. This closes #64Tristan Sloughter
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-15Merge pull request #69 from ericbmerritt/remove_custom_loggerJordan Wilberding
Remove custom logger
2013-10-15Use the start_clean boot file for remote consoleEvax Software
2013-10-15Reuse generated erts directory in tar commandEvax Software
2013-10-14make sure the system is compiled before running dialyzerEric
2013-10-14remove rlx log and use ec_cmd_log insteadEric
2013-10-12Merge pull request #67 from tsloughter/masterJordan Wilberding
add overlay_vars command line arg
2013-10-12add overlay_vars command line argTristan Sloughter
2013-10-12Merge pull request #66 from tsloughter/masterJordan Wilberding
support list of overlay_vars files
2013-10-12support list of overlay_vars files. This closes #4Tristan Sloughter
2013-10-10Merge pull request #65 from tsloughter/masterJordan Wilberding
fix non-path includes to be include instead of include_lib
2013-10-10fix non-path includes to be include instead of include_libTristan Sloughter
2013-10-07Merge pull request #63 from tsloughter/masterEric Merritt
include relx header with include instead of include_lib
2013-10-07include relx header with include instead of include_libTristan Sloughter
2013-09-30Merge pull request #60 from n-clark/runnerTristan Sloughter
Fixed REMSH var to be properly defined in generated runner bash script
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-29Merge pull request #58 from jwilberding/makeTristan Sloughter
Add autodownloading of rebar to makefile when it does not exist on syste...
2013-09-29Add autodownloading of rebar to makefile when it does not exist on systemJordan Wilberding
2013-09-28Merge pull request #56 from tsloughter/masterv0.4.00.4.0Jordan Wilberding
warn on bad app during discovery and erts in tar fix
2013-09-28do not include erts in tar if include_erts is falseTristan Sloughter
2013-09-28warn, not error, on bad app during discovery providerTristan Sloughter
2013-09-23Merge pull request #51 from nevar/fix_vm_argsTristan Sloughter
Fix search of vm.args
2013-09-23Fix search of vm.argsSlava Yurin
2013-09-20Merge pull request #49 from tsloughter/masterEric Merritt
replace confusing disable-default-libs option with default-libs true or false
2013-09-20replace confusing disable-default-libs option with default-libs true or falseTristan Sloughter
2013-09-20Merge pull request #48 from erlware/create_RELEASESv0.3.00.3.0Tristan Sloughter
run create_RELEASES on newly generated release
2013-09-20remove r16b01 and r16b02 from travis file since they don't exist in travis yetTristan Sloughter
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-20Merge pull request #44 from tsloughter/masterEric Merritt
allow template for sys.config and vm.args add lib_dirs config option
2013-09-19create RELEASES file and include tarball so downgrade to initial release worksTristan Sloughter
2013-09-19add -v/--version cli optionTristan Sloughter