aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-03-12Merge pull request #133 from mattrudder/sys_config_cmdargsJordan Wilberding
Added a command line override for the sys_config setting.
2014-03-12Merge pull request #137 from tsloughter/vm_argsJordan Wilberding
use vm.args in basic bin script
2014-03-11use vm.args in basic bin scriptTristan Sloughter
2014-03-11Merge pull request #128 from nuex/dtl_scriptsJordan Wilberding
Make scripts in rlx_prv_assembler DTL templates
2014-03-08ignore compiled templatesnuex
2014-03-08honor existing LD_LIBRARY_PATH in script templatesnuex
2014-03-08exclude dtl scripts from covernuex
2014-03-08try adding some verbosity to erlydtl compilation errorsnuex
2014-03-08unescape quotesnuex
2014-03-08assume templates are already compiled, use dtl for files toonuex
2014-03-08fix typo in rel_name tagnuex
2014-03-08just compile regular files as template modulesnuex
2014-03-08add rebar_vsn_plugin directory to rebar.confignuex
2014-03-08set doc_root on dtl templatesnuex
2014-03-08add filesnuex
2014-03-08add templatesnuex
2014-03-08load scripts from files and templatesnuex
2014-03-08Merge pull request #135 from hirschenberger/masterJordan Wilberding
Start scripts should honor existing LD_LIBRARY_PATH settings
2014-03-07Honor LD_LIBRARY_PATH settings in start scriptshirschen
The start scripts export the LD_LIBRARY_PATH environment variable to "$ERTS_DIR/lib". They should honor existing LD_LIBRARY_PATH required e.g. for running ports.
2014-03-07Merge pull request #124 from tsloughter/masterJordan Wilberding
2 fixes
2014-03-07Merge pull request #134 from nuex/travis_rebarJordan Wilberding
Ensure latest rebar is fetched when building on Travis-CI
2014-03-07setting REBAR to the rebar in the current directory worksnuex
2014-03-06unset REBAR target when building on travis; ensure latest rebarnuex
2014-03-06update travis build commandnuex
2014-03-06Added a command line override for the sys_config setting.Matt Rudder
2014-03-06by default do not do app and release discovery under output dirTristan Sloughter
2014-03-05Merge pull request #132 from puzza007/erlydtl-auto-escape-falseJordan Wilberding
Set auto_escape to false for erlydtl compilation
2014-03-05Set auto_escape to false for erlydtl compilationPaul Oliver
2014-02-19Merge pull request #126 from kiela/masterJordan Wilberding
Make relx be compatible with Erlang 17.0-rc1
2014-02-19Merge pull request #125 from kaos/erlydtlJordan Wilberding
Update erlydtl to v0.9.0
2014-02-19Make relx be compatible with Erlang 17.0-rc1Kamil Kieliszczyk
2014-02-19 Add R16B03, R16B03-1 and 17.0-rc1 to .travis.ymlKamil Kieliszczyk
2014-02-17Update erlydtl to v0.9.0Andreas Stenius
2014-02-16fix double include_erts call with vm.args and sys.config config varsTristan Sloughter
2014-02-15Merge pull request #123 from jwilberding/nextTristan Sloughter
Reverting erlydtl to 0.8.0 after discussion in https://github.com/erlydt...
2014-02-15Reverting erlydtl to 0.8.0 after discussion in ↵Jordan Wilberding
https://github.com/erlydtl/erlydtl/issues/126
2014-02-09Merge pull request #121 from jwilberding/nextTristan Sloughter
Fixes #120
2014-02-09Remove destination start_clean.sh before copying, since with R16 it is 0444, ↵Jordan Wilberding
which makes the write fail. Fixes #120
2014-02-09Updated erlydtl dep to a tagged version, since lastest version breaks API, ↵Jordan Wilberding
thereby breaking dialyzer tests
2014-01-28Merge pull request #118 from synlay/feature/travis_otp_release_updatev0.6.0Tristan Sloughter
Added R16B01/R16B02 otp release to travis config
2014-01-28Added R16B01/R16B02 otp release to travis configDavid Robakowski
2014-01-27Merge pull request #117 from soundrop/fix/foreground-embedded-modeTristan Sloughter
Run the node embedded mode when in foreground
2014-01-27Run the node embedded mode when in foregroundAli Sabil
2014-01-27Merge pull request #116 from soundrop/fix/console-pathTristan Sloughter
export ERL_LIBS before running console|console_clean|console_boot
2014-01-27set ERL_LIBS when running console | console_clean | console_bootAli Sabil
2014-01-22Merge pull request #112 from tsloughter/mvoe_nodetool_install_upgradeEric Merritt
mv nodetool and install_upgrade script to bin dir, so no need to incl erts
2014-01-22Merge pull request #113 from tsloughter/dev_mode_sys_configEric Merritt
properly handle config files and switching on/off dev_mode
2014-01-21properly handle config files and switching on/off dev_modeTristan Sloughter
2014-01-21Merge pull request #109 from tsloughter/verbose_opt_fixEric Merritt
don't output release successfully created if verbose option is 0
2014-01-18Merge pull request #111 from tsloughter/config_output_dirEric Merritt
add config option for output_dir, currently only a cmd arg