aboutsummaryrefslogtreecommitdiffstats
path: root/test/rlx_test_utils.erl
AgeCommit message (Collapse)Author
2016-11-21Provide a new config directive that allows per-app module exclusionLuis Rascao
By introducing a new entry in the config file allow excluding specific modules from a given app, they will not be copied onto the final release and their reference removed from the .app file. The new entry takes on the following form: {exclude_modules, [ {App :: atom(), [Module :: atom()]} ]}
2016-11-09Remove name collisions of replaced files in multi-node setupsSerge Aleynikov
2016-10-03Don't include erts src when user requests src not be includedLuis Rascao
Using the include_src option
2016-09-27Add test coverage for the extended bin scriptLuis Rascao
2016-09-25Increase test coverageLuis Rascao
2016-09-20Add recent OTP versionsLuis Rascao
2016-03-15Fixed template args order bugKozlov Yakov
2015-06-25update for 18 time function changesTristan Sloughter
2015-05-08use mustache instead of erlydtl for overlaysTristan Sloughter
2015-02-19support overlay file inclusionLuis Rascao
allow overlay inclusion of other files, similarly to what OTP already does in sys.config files
2015-01-10remove system libs from tarball if set to falseTristan Sloughter