Switch retest dep to upstream (dizzyd/retest.git) Now that Dave has merged all patches, it's safe to switch back to upstream retest.
Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/8557f6c5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/8557f6c5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/8557f6c5 Branch: refs/heads/import Commit: 8557f6c5bc5b8abcfc97b93dfc7ed57cc7e9ef3b Parents: c02fcec Author: Tuncer Ayaz <[email protected]> Authored: Wed Dec 4 19:57:31 2013 +0100 Committer: Tuncer Ayaz <[email protected]> Committed: Wed Dec 4 19:57:31 2013 +0100 ---------------------------------------------------------------------- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/8557f6c5/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index 07feb95..be61b5e 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -4,7 +4,7 @@ %% TODO: Change temporary retest fork back to dizzyd/retest after merge %% ExtraDeps = [{retest, ".*", {git, "git://github.com/dizzyd/retest.git"}}], ExtraDeps = [{retest, ".*", - {git, "git://github.com/tuncer/retest.git", "next"}}], + {git, "git://github.com/dizzyd/retest.git"}}], case os:getenv("REBAR_EXTRA_DEPS") of false ->
