summaryrefslogtreecommitdiff
path: root/test/rebar_utils_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* add support for old format otp versionsTristan Sloughter2015-07-251-1/+11
|
* parse old format of OTP versionsTristan Sloughter2015-07-241-0/+8
|
* Add functions to validate OTP release in useDerek Brown2015-07-241-1/+50
| | | | | | | | | | | | In the spirit of Original Rebar's "require_min_otp_vsn", this adds rebar_utils:check_min_otp_version/1 (taking a string containing the minimum version) and rebar_utils:check_blacklisted_otp_versions/1 (taking a list of regular expression strings), as well as tests in rebar_utils_SUITE. They're currently only called by the tests- how/where to best place calls to them from non-test code needs to be determined (at which point two corresponding rebar.config keys can be supported). For example, the version probably shouldn't be enforced when just running "rebar3 help".
* Some fixes after reviewViacheslav V. Kovalev2015-06-261-4/+4
|
* Fix rebar_utils:sh on windowsViacheslav V. Kovalev2015-06-261-2/+15
|
* factor out task/args parsing from `do` for use in other metaalisdair sullivan2015-02-081-0/+120
commands