Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep compile recursive and update the tests to not pass -r to compile | Jared Morrow | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Fix #56 (always-on recursion) | Tuncer Ayaz | 2014-03-11 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | Always-on recursive application of all rebar commands causes too many issues. Recursive application is required for: 1. dealing with dependencies: get-deps, update-deps, and compile of deps right after get-deps or update-deps 2. projects with a riak-like apps/ project structure and dev process The vast majority of projects are not structured like riak. Therefore, moving forward it's best to (by default) restrict recursive behavior to dealing with deps. This commit does that and also adds command line and rebar.config options for controlling or configuring recursion. Also, we introduce two meta commands: prepare-deps (equivalent to rebar -r get-deps compile) and refresh-deps (equivalent to rebar -r update-deps compile). riak-like projects can extend the list of recursive commands (to include 'eunit' and 'compile') by adding {recursive_cmds, [eunit, compile]} to rebar.config. | ||||
* | Adding user/email on created repos for travis CI | Dave Smith | 2013-04-22 | 1 | -0/+2 |
| | |||||
* | Further investigation into travis CI issues | Dave Smith | 2013-04-22 | 1 | -3/+12 |
| | |||||
* | Add author to fix issue when compiling on travis | Dave Smith | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | Remove hg from integration tests; git is defacto standard at this point | Dave Smith | 2013-03-02 | 3 | -6/+6 |
| | |||||
* | inttest: remove superfluous blank lines | Tuncer Ayaz | 2012-08-18 | 1 | -3/+0 |
| | |||||
* | inttest: fix whitespace errors | Tuncer Ayaz | 2012-08-18 | 5 | -6/+0 |
| | |||||
* | Fix warning | Tuncer Ayaz | 2011-01-31 | 1 | -1/+1 |
| | |||||
* | Fix file existence checks | Tuncer Ayaz | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | Updating integration tests | Dave Smith | 2010-06-09 | 2 | -7/+14 |
| | | | | | --HG-- extra : rebase_source : c0bfcfbbbca005eee2a3434cbe25494399b07532 | ||||
* | Update retest w/ better handling of multi-statement shell commands; update ↵ | Dave Smith | 2010-06-08 | 1 | -5/+6 |
| | | | | | | | tdeps1_rt to use it --HG-- extra : rebase_source : 010907d47b360288825cb9c841d62450700be225 | ||||
* | Adding transitive deps test #1 | Dave Smith | 2010-06-08 | 6 | -0/+61 |