Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-16 | add include_src option to config file, default true. This closes #15 | Tristan Sloughter | |
2013-10-16 | fix load overlay to support filename not in a list. This closes #74 | Tristan Sloughter | |
2013-10-15 | Merge pull request #73 from ericbmerritt/masterv0.5.0 | Jordan Wilberding | |
add a dev mode that symlinks the release instead of copying it | |||
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 #72 from tsloughter/master | Jordan Wilberding | |
ignore empty list of overlay vars to fix unneeded warning | |||
2013-10-15 | ignore empty list of overlay vars to fix unneeded warning | Tristan Sloughter | |
2013-10-15 | Merge pull request #68 from tsloughter/master | Jordan Wilberding | |
add optoin to use custom system_libs dir. This closes #64 | |||
2013-10-15 | add optoin to use custom system_libs dir. This closes #64 | Tristan Sloughter | |
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 | Merge pull request #69 from ericbmerritt/remove_custom_logger | Jordan Wilberding | |
Remove custom logger | |||
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 | make sure the system is compiled before running dialyzer | Eric | |
2013-10-14 | remove rlx log and use ec_cmd_log instead | Eric | |
2013-10-12 | Merge pull request #67 from tsloughter/master | Jordan Wilberding | |
add overlay_vars command line arg | |||
2013-10-12 | add overlay_vars command line arg | Tristan Sloughter | |
2013-10-12 | Merge pull request #66 from tsloughter/master | Jordan Wilberding | |
support list of overlay_vars files | |||
2013-10-12 | support list of overlay_vars files. This closes #4 | Tristan Sloughter | |
2013-10-10 | Merge pull request #65 from tsloughter/master | Jordan Wilberding | |
fix non-path includes to be include instead of include_lib | |||
2013-10-10 | fix non-path includes to be include instead of include_lib | Tristan Sloughter | |
2013-10-07 | Merge pull request #63 from tsloughter/master | Eric Merritt | |
include relx header with include instead of include_lib | |||
2013-10-07 | include relx header with include instead of include_lib | Tristan Sloughter | |
2013-09-30 | Merge pull request #60 from n-clark/runner | Tristan Sloughter | |
Fixed REMSH var to be properly defined in generated runner bash script | |||
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-29 | Merge pull request #58 from jwilberding/make | Tristan Sloughter | |
Add autodownloading of rebar to makefile when it does not exist on syste... | |||
2013-09-29 | Add autodownloading of rebar to makefile when it does not exist on system | Jordan Wilberding | |
2013-09-28 | Merge pull request #56 from tsloughter/masterv0.4.00.4.0 | Jordan Wilberding | |
warn on bad app during discovery and erts in tar fix | |||
2013-09-28 | do not include erts in tar if include_erts is false | Tristan Sloughter | |
2013-09-28 | warn, not error, on bad app during discovery provider | Tristan Sloughter | |
2013-09-23 | Merge pull request #51 from nevar/fix_vm_args | Tristan Sloughter | |
Fix search of vm.args | |||
2013-09-23 | Fix search of vm.args | Slava Yurin | |
2013-09-20 | Merge pull request #49 from tsloughter/master | Eric Merritt | |
replace confusing disable-default-libs option with default-libs true or false | |||
2013-09-20 | replace confusing disable-default-libs option with default-libs true or false | Tristan Sloughter | |
2013-09-20 | Merge pull request #48 from erlware/create_RELEASESv0.3.00.3.0 | Tristan Sloughter | |
run create_RELEASES on newly generated release | |||
2013-09-20 | remove r16b01 and r16b02 from travis file since they don't exist in travis yet | Tristan Sloughter | |
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-20 | Merge pull request #44 from tsloughter/master | Eric Merritt | |
allow template for sys.config and vm.args add lib_dirs config option | |||
2013-09-19 | create RELEASES file and include tarball so downgrade to initial release works | Tristan Sloughter | |
2013-09-19 | add -v/--version cli option | Tristan Sloughter | |
2013-09-19 | fix deps target for shell target | Tristan Sloughter | |
2013-09-19 | add rb16b01 and 02 and don't run dialyzer for r15 and below | Tristan Sloughter | |
2013-09-19 | add -p for setting code paths | Tristan Sloughter | |
2013-09-19 | add lib_dirs option to for config file, same as -l cli arg | Tristan Sloughter | |
2013-09-19 | do not write default empty sys.config or vm.args if it exists already | Tristan Sloughter | |
2013-09-18 | back to travis for ci for now | Tristan Sloughter | |
Replacing README build status icon with travis until drone.io support PR builds. | |||
2013-09-16 | Merge pull request #43 from tsloughter/master | Eric Merritt | |
keep application type of none for rel file | |||
2013-09-16 | keep application type of none for rel file | Tristan Sloughter | |