Merge pull request #142 from Vagabond/adt-update-deps Make update-deps traverse deps breadth-first, top-down
Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/ed88055a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/ed88055a Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/ed88055a Branch: refs/heads/import Commit: ed88055a750736c5c9807ca4da4803ff8a6aef16 Parents: 179ed48 2b3edc2 Author: Dave Smith <[email protected]> Authored: Mon Oct 14 15:09:03 2013 -0700 Committer: Dave Smith <[email protected]> Committed: Mon Oct 14 15:09:03 2013 -0700 ---------------------------------------------------------------------- inttest/tdeps_update/a.erl | 3 + inttest/tdeps_update/a.rebar.config | 1 + inttest/tdeps_update/a2.rebar.config | 1 + inttest/tdeps_update/a3.rebar.config | 1 + inttest/tdeps_update/a4.rebar.config | 4 + inttest/tdeps_update/b.hrl | 1 + inttest/tdeps_update/b.rebar.config | 1 + inttest/tdeps_update/b2.rebar.config | 1 + inttest/tdeps_update/b3.rebar.config | 1 + inttest/tdeps_update/b4.rebar.config | 1 + inttest/tdeps_update/c.hrl | 1 + inttest/tdeps_update/c.rebar.config | 1 + inttest/tdeps_update/c2.hrl | 1 + inttest/tdeps_update/c2.rebar.config | 4 + inttest/tdeps_update/c3.rebar.config | 4 + inttest/tdeps_update/d.hrl | 1 + inttest/tdeps_update/root.rebar.config | 1 + inttest/tdeps_update/tdeps_update_rt.erl | 147 ++++++++++++++++++++++ src/rebar_core.erl | 10 +- src/rebar_deps.erl | 168 ++++++++++++++++++++------ 20 files changed, 316 insertions(+), 37 deletions(-) ----------------------------------------------------------------------
