summaryrefslogtreecommitdiff
path: root/inttest/tdeps1/tdeps1_rt.erl
Commit message (Collapse)AuthorAgeFilesLines
* remove more code that can be brought back later if neededTristan Sloughter2014-08-301-60/+0
|
* Keep compile recursive and update the tests to not pass -r to compileJared Morrow2014-03-111-1/+1
|
* Fix #56 (always-on recursion)Tuncer Ayaz2014-03-111-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 CIDave Smith2013-04-221-0/+2
|
* Further investigation into travis CI issuesDave Smith2013-04-221-3/+12
|
* Add author to fix issue when compiling on travisDave Smith2013-04-221-1/+1
|
* Remove hg from integration tests; git is defacto standard at this pointDave Smith2013-03-021-4/+4
|
* inttest: remove superfluous blank linesTuncer Ayaz2012-08-181-3/+0
|
* Fix warningTuncer Ayaz2011-01-311-1/+1
|
* Fix file existence checksTuncer Ayaz2011-01-291-1/+1
|
* Updating integration testsDave Smith2010-06-091-7/+9
| | | | | --HG-- extra : rebase_source : c0bfcfbbbca005eee2a3434cbe25494399b07532
* Update retest w/ better handling of multi-statement shell commands; update ↵Dave Smith2010-06-081-5/+6
| | | | | | | tdeps1_rt to use it --HG-- extra : rebase_source : 010907d47b360288825cb9c841d62450700be225
* Adding transitive deps test #1Dave Smith2010-06-081-0/+48