Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | External deps_dir should have higher priority than the config one | José Valim | 2013-06-18 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | The external deps_dir should have higher priority because it is used by scripts and other build tools to set up the location of the dependencies. This commit ensures that, even if a project has set deps_dir in its config file has lower preference than the command line one. | |||||
* | | | Merge pull request #60 from jcomellas/jc-getopt-0.7.0 | Dave Smith | 2013-06-16 | 1 | -156/+377 | |
|\ \ \ | | | | | | | | | Add latest version getopt that automatically wraps usage output lines | |||||
| * | | | Add latest version getopt that automatically wraps usage output lines | Juan Jose Comellas | 2013-01-25 | 1 | -156/+377 | |
| | | | | ||||||
* | | | | Merge pull request #44 from nevar/fix_neotoma | Dave Smith | 2013-06-16 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | Correct ext of neotoma output file | |||||
| * | | | | Correct ext of neotoma output file | Slava Yurin | 2012-12-31 | 1 | -2/+2 | |
| |/ / / | ||||||
* | | | | Merge pull request #37 from nox/force-registered | Dave Smith | 2013-06-16 | 1 | -1/+14 | |
|\ \ \ \ | | | | | | | | | | | Ensure we always have a `registered` value in `.app` files | |||||
| * | | | | Ensure we always have a `registered` value in `.app` files | Anthony Ramine | 2012-12-07 | 1 | -1/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | `systools:make_relup/4` fails with `{missing_param, registered}` without a `registered` value. | |||||
* | | | | | Merge pull request #24 from legoscia/master | Dave Smith | 2013-06-16 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Allow specifying eunit suite run order in 'suites' | |||||
| * | | | | | Run eunit suites in the order specified in the 'suites' command line parameter | Magnus Henoch | 2012-11-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normally, Rebar runs eunit tests in the order the beam files are stored in the file system (see rebar_utils:beams). However, sometimes it is desirable to run the tests in a different order (e.g. to reproduce an error found on a build server). For that case, it would make sense to use the 'suites' parameter not just for selecting which modules to consider, but also for choosing the order. | |||||
* | | | | | | Merge pull request #74 from DeadZen/dz-merged-overlay | Dave Smith | 2013-06-14 | 1 | -8/+18 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Implement merged overlays | |||||
| * | | | | | Implement merged overlays | Pedram Nimreezi | 2013-03-26 | 1 | -8/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This allows overlay_vars to merge comma delimited var config files | |||||
* | | | | | | Merge pull request #75 from rpt/master | Dave Smith | 2013-06-12 | 1 | -0/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Support for QuickCheck Mini | |||||
| * | | | | | | Add support for QuickCheck Mini | Krzysztof Rutka | 2013-03-25 | 1 | -0/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #90 from Motiejus/dep_plugin | Dave Smith | 2013-05-21 | 1 | -17/+23 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix searching for plugins | |||||
| * | | | | | | Fix searching for plugins | Motiejus Jakštys | 2013-05-19 | 1 | -17/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a plugin is in a dependency, rebar didn't search for it carefully enough. | |||||
* | | | | | | | Merge branch 'master' of git://github.com/ferd/rebar into ferd-master | Dave Smith | 2013-05-15 | 1 | -4/+22 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Handle ct_run exit codes in R15B02 and later | Fred Hebert | 2013-04-18 | 1 | -4/+22 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since R15B02, ct_run returns a non-zero exit code when some tests failed or were auto-skipped. (See ticket OTP-9865.) This fix makes it so a non-0 code doesn't cause an instant failure, but still prompts for log verification before doing so. Given the behaviour was acceptable for pre-R15B02, it should be valid with it with post-R15B02. The fix should also be backwards compatible. | |||||
* | | | | | | | Add rebar-deps env to port compiler SharedEnv | Jeremie Lasalle Ratelle | 2013-05-06 | 1 | -1/+2 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | REBAR_DEPS_DIR is often needed when a nif needs to be linked with a raw dependency. | |||||
* | | | | | | More error logging | mats cronqvist | 2013-04-12 | 1 | -0/+2 | |
|/ / / / / | | | | | | | | | | | rebar throws away some error messages, e.g. the ones generated if the yecc compiler is broken. | |||||
* | | | | | Merge pull request #68 from nevar/fix_unicode_promt | Dave Smith | 2013-03-04 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix unicode | |||||
| * | | | | | Fix handling of Unicode characters in env vars | Slava Yurin | 2013-02-18 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Fix missing call to cwd_predirs | Dave Smith | 2013-03-02 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Merge pull request #38 from tuncer/fix-sub_dir-association | Dave Smith | 2013-03-02 | 1 | -24/+24 | |
|\ \ \ \ \ | | | | | | | | | | | | | rebar_core: fix sub dir association | |||||
| * | | | | | rebar_core: fix broken indentation | Tuncer Ayaz | 2013-02-26 | 1 | -6/+6 | |
| | | | | | | ||||||
| * | | | | | rebar_core: remove useless return after ?ABORT call | Tuncer Ayaz | 2013-02-26 | 1 | -2/+1 | |
| | | | | | | ||||||
| * | | | | | rebar_core: document pre-dirs association | Tuncer Ayaz | 2013-02-26 | 1 | -16/+17 | |
| | | | | | | ||||||
* | | | | | | Update rebar repo urls | Tuncer Ayaz | 2013-03-02 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #59 from Vagabond/adt-read-lists-from-files | Dave Smith | 2013-02-26 | 1 | -7/+17 | |
|\ \ \ \ \ | | | | | | | | | | | | | Support reading mustache 'lists' from files | |||||
| * | | | | | Support reading mustache 'lists' from files | Andrew Thompson | 2013-01-30 | 1 | -7/+17 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit add support for reading mustache 'lists' from files, so you can use the list section functionality when templating things. An example of the list syntax is as follows: {package_commands, {list, [[{name, "riak"}], [{name, "riak-admin"}], [{name, "search-cmd"}]]}}. Then you can, for each of the list elements, render some text: {{#package_commands}} chmod +x bin/{{name}} {{/package_commands}} | |||||
* | | | | | Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msg | Tuncer Ayaz | 2012-12-31 | 25 | -30/+567 | |
|/ / / / | | | | | | | | | | | | | | | | | * allow plugins to print help message for implemented commands * append core rebar.config options to common 'rebar help' message | |||||
* | | | | Merge branch 'saleyn-erlydtl' | Dave Smith | 2012-12-17 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix default DTL compilation when no erlydtl_opts are provided | serge | 2012-11-15 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fix basho/rebar/issues/286 | Tuncer Ayaz | 2012-12-17 | 1 | -1/+0 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge pull request #26 from l4u/patch-1 | Dave Smith | 2012-12-02 | 1 | -3/+3 | |
|\ \ \ \ | |_|_|/ |/| | | | Support environment vars with unicode characters | |||||
| * | | | Support environment vars with unicode characters | José Valim | 2012-11-22 | 1 | -3/+3 | |
| |/ / | | | | | | | | | | | | | | | | | | | The results returned by os:getenv() may contain unicode characters. That said, we need to explicitly allow unicode when splitting the environment information, otherwise badarg will be raised causing all rebar commands to fail until the environment variable is removed. | |||||
* | | | Merge pull request #13 from tuncer/fixes | Dave Smith | 2012-11-23 | 6 | -35/+33 | |
|\ \ \ | | | | | | | | | Fixes | |||||
| * | | | Document escriptize command | Tuncer Ayaz | 2012-11-19 | 1 | -3/+6 | |
| | | | | ||||||
| * | | | rebar_ct: fix wording in comments | Tuncer Ayaz | 2012-11-18 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | rebar_require_vsn: remove trailing whitespace | Tuncer Ayaz | 2012-11-18 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | rebar_neotoma_compiler: fix comment | Tuncer Ayaz | 2012-11-18 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Cleanup rebar_core and rebar_erlc_compiler | Tuncer Ayaz | 2012-11-15 | 2 | -21/+16 | |
| | |/ | |/| | | | | | | | | | | Rename rebar_core functions for improved readability. Remove redundant comments and blank lines. | |||||
* | | | Add missing rebar_qc:clean/2 | Joseph Wayne Norton | 2012-11-23 | 1 | -1/+4 | |
|/ / | ||||||
* | | rebar_erlc_compiler: fix src_dirs comment | Tuncer Ayaz | 2012-11-15 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'ates-diameter' | Dave Smith | 2012-11-12 | 1 | -0/+86 | |
|\ \ | |/ |/| | ||||||
| * | Add support to compile the Diameter dictionary files | Artem Teslenko | 2012-11-12 | 1 | -0/+86 | |
| | | ||||||
* | | Be sure to filter empty sources (h/t to Tuncer and Joe Norton) | Dave Smith | 2012-11-12 | 1 | -10/+11 | |
| | | ||||||
* | | Restore support for so_name, port_envs and port_sources | Dave Smith | 2012-11-11 | 1 | -10/+41 | |
|/ | ||||||
* | Fix Dialyzer warning in rebar:run/2 | Tuncer Ayaz | 2012-11-11 | 1 | -1/+1 | |
| | ||||||
* | rebar_erlydtl_compiler: fix incorrect lists:keysort/2 call | Tuncer Ayaz | 2012-11-11 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #328 from saleyn/depcheck | Dave Smith | 2012-11-10 | 1 | -2/+2 | |
|\ | | | | | Fix erlydtl dependency check |