aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-04-06Merge pull request #328 from surik/masterTristan Sloughter
2015-04-06Add ERL_LIBS environmentYury Gargay
2015-04-05Merge pull request #327 from jaydoane/replace-init-stop-with-haltTristan Sloughter
2015-04-04Replace "cut -d ' ' -f2" with "awk '{print $2}'" so it will work on a mac, wh...Jay Doane
2015-04-04Replace "-s init stop" with "halt()" in relx_get_longnameJay Doane
2015-04-01Merge pull request #321 from davebest/link_overlayTristan Sloughter
2015-04-01support symbolic link overlays in dev_modeDavid Best
2015-03-31Replace "-s init stop" with halt()Jay Doane
2015-03-31Merge pull request #326 from tsloughter/windowsJordan Wilberding
2015-03-31support spaces in erl path in windows scriptTristan Sloughter
2015-03-31Merge pull request #320 from davebest/bin_dupsTristan Sloughter
2015-03-31Merge pull request #316 from davidw/fix_hostname_lookup2Tristan Sloughter
2015-03-31Merge pull request #260 from syl20bnr/remove_uneeded_charsTristan Sloughter
2015-03-31Merge pull request #319 from lrascao/feature/support_overlay_inclusionTristan Sloughter
2015-02-23prevent files in the bin directory from being duplicated in the .tarDavid Best
2015-02-19support overlay file inclusionLuis Rascao
2015-02-17Use 'erl' to determine Erlang hostname rather than nodetoolDavid N. Welton
2015-02-01Merge pull request #311 from tsloughter/cleanupv1.2.0Jordan Wilberding
2015-02-01Merge pull request #310 from tsloughter/action_orderJordan Wilberding
2015-02-01Merge pull request #309 from tsloughter/masterJordan Wilberding
2015-02-01fix target ordering to be the same as the user enteredTristan Sloughter
2015-02-01cleanup: remove unused provider attributes to not complicate codeTristan Sloughter
2015-01-31don't use CONFIG_PATH os var, fixes #241Tristan Sloughter
2015-01-31Merge pull request #308 from tsloughter/emuJordan Wilberding
2015-01-31Merge pull request #307 from tsloughter/masterJordan Wilberding
2015-01-31add escript emu args to speed up start timeTristan Sloughter
2015-01-31don't overdo it with generated apps that are there to be ignoredTristan Sloughter
2015-01-31add support for excluding applications from the releaseTristan Sloughter
2015-01-30Merge pull request #306 from tsloughter/masterJordan Wilberding
2015-01-30Merge pull request #305 from lrascao/feature/support_config_scriptTristan Sloughter
2015-01-30expose rpc and rpcterms functionality from extended bins scriptTristan Sloughter
2015-01-30add config script funcionalityLuis Rascao
2015-01-28Merge pull request #303 from tsloughter/rpcterms_fixJordan Wilberding
2015-01-28support rpcterms with no args or argstring in nodetoolTristan Sloughter
2015-01-28Merge pull request #302 from tsloughter/rpcterms_fixJordan Wilberding
2015-01-27treat rpcterm args as a string not a list of elementsTristan Sloughter
2015-01-14Merge pull request #294 from tsloughter/tar_system_libsJordan Wilberding
2015-01-11Update README.md to reflect change to system_libs optionTristan Sloughter
2015-01-11Merge pull request #296 from tsloughter/basic_binJordan Wilberding
2015-01-10handle the renaming of the boot script to start.boot in basic bin scriptTristan Sloughter
2015-01-10remove system libs from tarball if set to falseTristan Sloughter
2015-01-06Merge pull request #290 from tsloughter/unpack_commandJordan Wilberding
2015-01-06Merge pull request #291 from tsloughter/dedup_lib_dirsJordan Wilberding
2015-01-06Merge pull request #292 from philipcristiano/fix-readme-relvsnTristan Sloughter
2015-01-06Update README to match -h output for --relnamePhilip Cristiano
2015-01-06remove duplicates without changing order of list for lib dirsTristan Sloughter
2015-01-06add unpack option to install scriptsTristan Sloughter
2014-12-25Merge pull request #285 from tsloughter/masterJordan Wilberding
2014-12-25Merge pull request #287 from lukebakken/issues/lrb/286Tristan Sloughter
2014-12-25No need to output -1 since error codes are straightened out.Luke Bakken