Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-08 | Add the ability to chmod files in the overlay. | Anthony Molinaro | |
Two types are supported, direct chmoding, like {chmod, 8#00700, "path/to/file/maybe/with/{{templates}}" } or templating the permission where you have a template var like {file_perm, 8#00700} and an overlay {chmod, "{{file_perm}}","path/to/file/maybe/with/{{templates}}" } | |||
2016-10-27 | Fix replace os vars functionality | Luis Rascao | |
The first run would correctly replace the environment variables, however it would also overwrite the original vm.args and sys.config thus preventing any further substitution in subsequent runs. Dev mode runs were also broken, all runs after the first were required to also define the RELX_REPLACE_OS_VARS variable in order not to overwrite the current vm.args with the original one, this prevented simply attaching to an already running node that was started this way. Add tests to exercise this functionality. | |||
2016-09-25 | Silence dialyzer warnings | Luis Rascao | |
Fix/add method specs, remove unreachable branches, make rlx_util:render/2 accept both iolists and binaries. | |||
2016-03-15 | Fixed template args order bug | Kozlov Yakov | |
2015-08-24 | fix error message for template file that doesn't exist | Tristan Sloughter | |
2015-05-08 | use mustache instead of erlydtl for overlays | Tristan Sloughter | |
2015-04-23 | update for 18.0 | Tristan Sloughter | |
2015-04-01 | support symbolic link overlays in dev_mode | David Best | |
If dev_mode=true, an overlay action of 'link' will create the target as a symbolic link, otherwise it will be copied. In any case, the target will be copied, not linked, in the .tar file. | |||
2015-02-19 | support overlay file inclusion | Luis Rascao | |
allow overlay inclusion of other files, similarly to what OTP already does in sys.config files | |||
2015-02-01 | cleanup: remove unused provider attributes to not complicate code | Tristan Sloughter | |
2014-12-13 | render overlay filenames for tar archive | Tristan Sloughter | |
2014-11-09 | move back to using format_error/1 | Tristan Sloughter | |
2014-10-23 | use providers PRV_ERROR and format_error/2 | Tristan Sloughter | |
2014-10-22 | include state in format_error/2 | Tristan Sloughter | |
2014-10-11 | support config passed in as proplist instead of filename | Tristan Sloughter | |
2014-10-11 | provider task dependencies | Tristan Sloughter | |
2014-05-19 | Add {out_dir, false} to ERLYDTL_COMPILE_OPTS | Paul Schoenfelder | |
2014-03-05 | Set auto_escape to false for erlydtl compilation | Paul Oliver | |
2014-02-17 | Update erlydtl to v0.9.0 | Andreas Stenius | |
2013-10-28 | support using the original app vsn as a string not the parsed vsn | Eric | |
2013-10-15 | ignore empty list of overlay vars to fix unneeded warning | Tristan Sloughter | |
2013-10-14 | remove rlx log and use ec_cmd_log instead | Eric | |
2013-10-12 | support list of overlay_vars files. This closes #4 | Tristan Sloughter | |
2013-10-10 | fix non-path includes to be include instead of include_lib | Tristan Sloughter | |
2013-10-07 | include relx header with include instead of include_lib | Tristan Sloughter | |
2013-09-16 | improved user output look | Tristan Sloughter | |
2013-09-13 | support copying full directories in overlays | Tristan Sloughter | |
2013-06-20 | Add support for {vm_args,_} argument in config | Olav Frengstad | |
2013-05-10 | internal rename completion of all relcool to relx calls | Eric | |
2013-05-09 | Basic file rename from rcl to rlx | Eric | |