aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2013-09-19fix deps target for shell targetTristan Sloughter
2013-09-19add rb16b01 and 02 and don't run dialyzer for r15 and belowTristan Sloughter
2013-09-19add -p for setting code pathsTristan Sloughter
2013-09-19add lib_dirs option to for config file, same as -l cli argTristan Sloughter
2013-09-19do not write default empty sys.config or vm.args if it exists alreadyTristan Sloughter
2013-09-18back to travis for ci for nowTristan Sloughter
Replacing README build status icon with travis until drone.io support PR builds.
2013-09-16Merge pull request #43 from tsloughter/masterEric Merritt
keep application type of none for rel file
2013-09-16keep application type of none for rel fileTristan Sloughter
2013-09-16Merge pull request #42 from tsloughter/validate-app-fileEric Merritt
Check presence of each beam listed in .app
2013-09-16Check presence of each beam listed in .appAlexander 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-16Merge pull request #41 from ericbmerritt/masterJordan Wilberding
fix bug in override resolution
2013-09-16fix bug in override resolutionEric
2013-09-16Merge pull request #40 from tsloughter/masterv0.2.00.2.0Jordan Wilberding
Misc fixes, log improvements and README improvements
2013-09-16rename examples to relx from relcoolTristan Sloughter
2013-09-16fix dialyzer issuesTristan Sloughter
2013-09-16improved user output lookTristan Sloughter
2013-09-16simplify and improve READMETristan Sloughter
2013-09-16fix verbose value range in readmeTristan Sloughter
2013-09-16fix config option type in readmeTristan Sloughter
2013-09-16only print usage on opt_parse error or new option -hTristan Sloughter
2013-09-14fix crash instead of error message for bad target actionTristan Sloughter
2013-09-14Merge pull request #39 from tsloughter/foreground_erts_fixJordan Wilberding
remove extend script overriding bindir variable after it is set
2013-09-14remove extend script overriding bindir variable after it is setTristan Sloughter
2013-09-13Merge pull request #38 from tsloughter/masterJordan Wilberding
support copying full directories in overlays
2013-09-13support copying full directories in overlaysTristan Sloughter
2013-09-13Merge pull request #37 from tsloughter/masterJordan Wilberding
place release logs dir in root of release dir structure
2013-09-13place release logs dir in root of release dir structureTristan Sloughter
2013-09-13Merge pull request #36 from tsloughter/masterv0.1.20.1.2Eric Merritt
replace use of wildcard ** since it is not in <R16 Erlang
2013-09-13replace use of wildcard ** since it is not in <R16 ErlangTristan Sloughter
2013-09-13Merge pull request #34 from tsloughter/masterv0.1.10.1.1Jordan Wilberding
fix ternary shell operation in start script
2013-09-12fix ternary shell operation in start scriptTristan Sloughter
2013-09-12Merge pull request #29 from tsloughter/masterv0.1.00.1.0Eric Merritt
Tar action, multiple actions on cli and rename release dir
2013-09-12set version to semver for rebar semver pluginTristan Sloughter
2013-09-12better formatting from neotomaTristan Sloughter
2013-09-11allow multiple actions, including new action tarTristan Sloughter
2013-09-11switch to drone.io for CITristan Sloughter
2013-09-11fix error messagesTristan Sloughter
2013-09-10s/Reltool/Relx/Tristan Sloughter
2013-08-11Merge pull request #20 from jwilberding/pkgbuildEric Merritt
Add ArchLinux package build file issue #6
2013-08-11Merge pull request #21 from lehoff/masterEric Merritt
Make unrolling of nested errors work
2013-08-09Make unrolling of nested errors workTorben 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-08Add ArchLinux package build file issue #6Jordan Wilberding
2013-08-05Merge pull request #13 from waj/masterJordan Wilberding
Escape forward slash in 'sed' execution for extended bin