Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-09-16 | Merge pull request #42 from tsloughter/validate-app-file | Eric Merritt | |
Check presence of each beam listed in .app | |||
2013-09-16 | Check presence of each beam listed in .app | Alexander V. Nikolaev | |
This allow to build riak, because one of riak deps (node_package) have stuff in priv/ and valid node_package.app, but no one .beam files. | |||
2013-09-16 | Merge pull request #41 from ericbmerritt/master | Jordan Wilberding | |
fix bug in override resolution | |||
2013-09-16 | fix bug in override resolution | Eric | |
2013-09-16 | Merge pull request #40 from tsloughter/masterv0.2.00.2.0 | Jordan Wilberding | |
Misc fixes, log improvements and README improvements | |||
2013-09-16 | rename examples to relx from relcool | Tristan Sloughter | |
2013-09-16 | fix dialyzer issues | Tristan Sloughter | |
2013-09-16 | improved user output look | Tristan Sloughter | |
2013-09-16 | simplify and improve README | Tristan Sloughter | |
2013-09-16 | fix verbose value range in readme | Tristan Sloughter | |
2013-09-16 | fix config option type in readme | Tristan Sloughter | |
2013-09-16 | only print usage on opt_parse error or new option -h | Tristan Sloughter | |
2013-09-14 | fix crash instead of error message for bad target action | Tristan Sloughter | |
2013-09-14 | Merge pull request #39 from tsloughter/foreground_erts_fix | Jordan Wilberding | |
remove extend script overriding bindir variable after it is set | |||
2013-09-14 | remove extend script overriding bindir variable after it is set | Tristan Sloughter | |
2013-09-13 | Merge pull request #38 from tsloughter/master | Jordan Wilberding | |
support copying full directories in overlays | |||
2013-09-13 | support copying full directories in overlays | Tristan Sloughter | |
2013-09-13 | Merge pull request #37 from tsloughter/master | Jordan Wilberding | |
place release logs dir in root of release dir structure | |||
2013-09-13 | place release logs dir in root of release dir structure | Tristan Sloughter | |
2013-09-13 | Merge pull request #36 from tsloughter/masterv0.1.20.1.2 | Eric Merritt | |
replace use of wildcard ** since it is not in <R16 Erlang | |||
2013-09-13 | replace use of wildcard ** since it is not in <R16 Erlang | Tristan Sloughter | |
2013-09-13 | Merge pull request #34 from tsloughter/masterv0.1.10.1.1 | Jordan Wilberding | |
fix ternary shell operation in start script | |||
2013-09-12 | fix ternary shell operation in start script | Tristan Sloughter | |
2013-09-12 | Merge pull request #29 from tsloughter/masterv0.1.00.1.0 | Eric Merritt | |
Tar action, multiple actions on cli and rename release dir | |||
2013-09-12 | set version to semver for rebar semver plugin | Tristan Sloughter | |
2013-09-12 | better formatting from neotoma | Tristan Sloughter | |
2013-09-11 | allow multiple actions, including new action tar | Tristan Sloughter | |
2013-09-11 | switch to drone.io for CI | Tristan Sloughter | |
2013-09-11 | fix error messages | Tristan Sloughter | |
2013-09-10 | s/Reltool/Relx/ | Tristan Sloughter | |
2013-08-11 | Merge pull request #20 from jwilberding/pkgbuild | Eric Merritt | |
Add ArchLinux package build file issue #6 | |||
2013-08-11 | Merge pull request #21 from lehoff/master | Eric Merritt | |
Make unrolling of nested errors work | |||
2013-08-09 | Make unrolling of nested errors work | Torben Hoffmann | |
Some of the data sent to rlx_rel_discovery:format_error/2 had to be unrolled more times, so the format_details/1 function has been modified to unroll tuple of the {Module, Reason} format. | |||
2013-08-08 | Add ArchLinux package build file issue #6 | Jordan Wilberding | |
2013-08-05 | Merge pull request #13 from waj/master | Jordan Wilberding | |
Escape forward slash in 'sed' execution for extended bin |