aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-11-22Merge pull request #95 from josevalim/jv-default-releasev0.5.2Eric Merritt
Properly detect the default release and fail on conflicts
2013-11-22Properly detect the default release and fail on conflictsJosé Valim
Closes #93
2013-11-22Merge pull request #92 from byaruhaf/patch-2Eric Merritt
Updated comments replaced relcool with relx
2013-11-22Merge pull request #91 from byaruhaf/patch-1Eric Merritt
Updated comments replaced relcool with relx
2013-11-18Merge pull request #94 from josevalim/jv-expand-lib-dirsTristan Sloughter
Support wildcards in lib dirs
2013-11-18Support wildcards in lib dirsJosé Valim
Wildcards are supported in both lib_dirs in config files as well via the -l command line option.
2013-11-17Updated comments replaced relcool with relxByaruhanga Franklin
Updated comments replaced relcool with relx
2013-11-17Updated comments replaced relcool with relxByaruhanga Franklin
Updated comments replaced relcool with relx
2013-10-28Merge pull request #89 from ericbmerritt/masterJordan Wilberding
support using the original app vsn as a string not the parsed vsn
2013-10-28support using the original app vsn as a string not the parsed vsnEric
2013-10-25Merge pull request #81 from MSch/masterTristan Sloughter
relx ignores -d (and --dev-mode) options
2013-10-25Don't ignore -d command line argument.Martin Schürrer
2013-10-22Merge pull request #83 from tsloughter/masterJordan Wilberding
improve error message for missing upfrom release
2013-10-22improve error message for missing upfrom releaseTristan Sloughter
2013-10-22Merge pull request #82 from tsloughter/masterJordan Wilberding
remove v for version shorthand since it is used for relvsn
2013-10-22remove v for version shorthand since it is used for relvsnTristan Sloughter
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.