aboutsummaryrefslogtreecommitdiffstats
path: root/test/rlx_discover_SUITE.erl
AgeCommit message (Collapse)Author
2019-05-14increase timetrapTristan Sloughter
2016-09-20Add recent OTP versionsLuis Rascao
2016-01-11use priv_dir for generated test dataTristan Sloughter
2015-06-25update for 18 time function changesTristan Sloughter
2014-11-06fix modules thta still were using format_error/1Tristan Sloughter
2014-10-11fix tests for providers moved to new app and config list optionTristan Sloughter
2014-10-11provider task dependenciesTristan Sloughter
2014-05-14refactor cli args and config file var mergingTristan Sloughter
2014-03-12Merge pull request #101 from konradkaplita/accelerate_discover_providerEric Merritt
Accelerate application discovery
2013-12-03Accelerate `rlx_prv_discover` providerKonrad Kaplita
Introduce option `enable_shallow_app_discovery` which is disabled by default. When enabled searching for `*.app` files is done by using `filelib:wildcard/1` and doesn't recursively traverse all directories under `libs_dir` root dirs. Instead its assumed that each directory on `libs_dir` list contains a flat list of application dirs or is an app itself.
2013-12-03Add option to skip release discoveryKonrad 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-09-28warn, not error, on bad app during discovery providerTristan Sloughter
2013-09-20replace confusing disable-default-libs option with default-libs true or falseTristan Sloughter
2013-09-16Check presence of each beam listed in .appAlexander V. Nikolaev
This allow to build riak, because one of riak deps (node_package) have stuff in priv/ and valid node_package.app, but no one .beam files.
2013-09-11allow multiple actions, including new action tarTristan Sloughter
2013-05-10internal rename completion of all relcool to relx callsEric
2013-05-09Basic file rename from rcl to rlxEric