Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-05 | Merge pull request #132 from puzza007/erlydtl-auto-escape-false | Jordan Wilberding | |
Set auto_escape to false for erlydtl compilation | |||
2014-03-05 | Set auto_escape to false for erlydtl compilation | Paul Oliver | |
2014-02-19 | Merge pull request #126 from kiela/master | Jordan Wilberding | |
Make relx be compatible with Erlang 17.0-rc1 | |||
2014-02-19 | Merge pull request #125 from kaos/erlydtl | Jordan Wilberding | |
Update erlydtl to v0.9.0 | |||
2014-02-19 | Make relx be compatible with Erlang 17.0-rc1 | Kamil Kieliszczyk | |
2014-02-19 | Add R16B03, R16B03-1 and 17.0-rc1 to .travis.yml | Kamil Kieliszczyk | |
2014-02-17 | Update erlydtl to v0.9.0 | Andreas Stenius | |
2014-02-15 | Merge pull request #123 from jwilberding/next | Tristan Sloughter | |
Reverting erlydtl to 0.8.0 after discussion in https://github.com/erlydt... | |||
2014-02-15 | Reverting erlydtl to 0.8.0 after discussion in ↵ | Jordan Wilberding | |
https://github.com/erlydtl/erlydtl/issues/126 | |||
2014-02-09 | Merge pull request #121 from jwilberding/next | Tristan Sloughter | |
Fixes #120 | |||
2014-02-09 | Remove destination start_clean.sh before copying, since with R16 it is 0444, ↵ | Jordan Wilberding | |
which makes the write fail. Fixes #120 | |||
2014-02-09 | Updated erlydtl dep to a tagged version, since lastest version breaks API, ↵ | Jordan Wilberding | |
thereby breaking dialyzer tests | |||
2014-01-28 | Merge pull request #118 from synlay/feature/travis_otp_release_updatev0.6.0 | Tristan Sloughter | |
Added R16B01/R16B02 otp release to travis config | |||
2014-01-28 | Added R16B01/R16B02 otp release to travis config | David Robakowski | |
2014-01-27 | Merge pull request #117 from soundrop/fix/foreground-embedded-mode | Tristan Sloughter | |
Run the node embedded mode when in foreground | |||
2014-01-27 | Run the node embedded mode when in foreground | Ali Sabil | |
2014-01-27 | Merge pull request #116 from soundrop/fix/console-path | Tristan Sloughter | |
export ERL_LIBS before running console|console_clean|console_boot | |||
2014-01-27 | set ERL_LIBS when running console | console_clean | console_boot | Ali Sabil | |
2014-01-22 | Merge pull request #112 from tsloughter/mvoe_nodetool_install_upgrade | Eric Merritt | |
mv nodetool and install_upgrade script to bin dir, so no need to incl erts | |||
2014-01-22 | Merge pull request #113 from tsloughter/dev_mode_sys_config | Eric Merritt | |
properly handle config files and switching on/off dev_mode | |||
2014-01-21 | properly handle config files and switching on/off dev_mode | Tristan Sloughter | |
2014-01-21 | Merge pull request #109 from tsloughter/verbose_opt_fix | Eric Merritt | |
don't output release successfully created if verbose option is 0 | |||
2014-01-18 | Merge pull request #111 from tsloughter/config_output_dir | Eric Merritt | |
add config option for output_dir, currently only a cmd arg | |||
2014-01-18 | Merge pull request #110 from tsloughter/console_clean | Eric Merritt | |
fix path to start_clean in console_clean start script option | |||
2014-01-18 | Merge pull request #96 from konradkaplita/disable_rel_discovery | Eric Merritt | |
Add option to skip release discovery | |||
2014-01-18 | mv nodetool and install_upgrade script to bin dir, so no need to incl erts | Tristan Sloughter | |
2014-01-18 | add config option for output_dir, currently only a cmd arg | Tristan Sloughter | |
2014-01-18 | fix path to start_clean in console_clean start script option | Tristan Sloughter | |
2014-01-18 | don't output release successfully created if verbose option is 0 | Tristan Sloughter | |
2013-12-03 | Merge pull request #98 from konradkaplita/enable_cover_in_ct | Eric Merritt | |
Enable cover in CT tests | |||
2013-12-03 | Enable cover in CT tests | Konrad Kaplita | |
2013-12-03 | Add option to skip release discovery | Konrad Kaplita | |
`rlx_prv_discover` provider recursively scans all directories in `lib_dirs` list looking for `*.app` and `*.rel` files. This commit adds an option `disable_rel_discovery` to skip searching for `*.rel` files when we know there aren't any. This speeds up release generation with a lot of dependencies on the `libs_dir` list significantly and reduces total release generation time in half. | |||
2013-11-22 | Merge pull request #95 from josevalim/jv-default-releasev0.5.2 | Eric Merritt | |
Properly detect the default release and fail on conflicts | |||
2013-11-22 | Properly detect the default release and fail on conflicts | José Valim | |
Closes #93 | |||
2013-11-22 | Merge pull request #92 from byaruhaf/patch-2 | Eric Merritt | |
Updated comments replaced relcool with relx | |||
2013-11-22 | Merge pull request #91 from byaruhaf/patch-1 | Eric Merritt | |
Updated comments replaced relcool with relx | |||
2013-11-18 | Merge pull request #94 from josevalim/jv-expand-lib-dirs | Tristan Sloughter | |
Support wildcards in lib dirs | |||
2013-11-18 | Support wildcards in lib dirs | José Valim | |
Wildcards are supported in both lib_dirs in config files as well via the -l command line option. | |||
2013-11-17 | Updated comments replaced relcool with relx | Byaruhanga Franklin | |
Updated comments replaced relcool with relx | |||
2013-11-17 | Updated comments replaced relcool with relx | Byaruhanga Franklin | |
Updated comments replaced relcool with relx | |||
2013-10-28 | Merge pull request #89 from ericbmerritt/master | Jordan Wilberding | |
support using the original app vsn as a string not the parsed vsn | |||
2013-10-28 | support using the original app vsn as a string not the parsed vsn | Eric | |
2013-10-25 | Merge pull request #81 from MSch/master | Tristan Sloughter | |
relx ignores -d (and --dev-mode) options | |||
2013-10-25 | Don't ignore -d command line argument. | Martin Schürrer | |
2013-10-22 | Merge pull request #83 from tsloughter/master | Jordan Wilberding | |
improve error message for missing upfrom release | |||
2013-10-22 | improve error message for missing upfrom release | Tristan Sloughter | |
2013-10-22 | Merge pull request #82 from tsloughter/master | Jordan Wilberding | |
remove v for version shorthand since it is used for relvsn | |||
2013-10-22 | remove v for version shorthand since it is used for relvsn | Tristan Sloughter | |
2013-10-21 | Merge pull request #80 from loucash/masterv0.5.1 | Jordan Wilberding | |
patch for exception: no match of right hand side value | |||
2013-10-21 | patch for exception: no match of right hand side value | Łukasz Biedrycki | |