You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/12/10 12:09:18 UTC

couchdb commit: updated refs/heads/developer-preview-2.0 to a0b287e

Repository: couchdb
Updated Branches:
  refs/heads/developer-preview-2.0 f51b9ce69 -> a0b287e3f


Fetch Fauxton from master branch


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a0b287e3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a0b287e3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a0b287e3

Branch: refs/heads/developer-preview-2.0
Commit: a0b287e3fdb77c82368b8abd99ed48f311adc817
Parents: f51b9ce
Author: Alexander Shorin <kx...@apache.org>
Authored: Wed Dec 10 14:08:21 2014 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Wed Dec 10 14:08:21 2014 +0300

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/a0b287e3/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index ddad705..c4c8eaf 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -34,7 +34,7 @@ DepDescs = [
     {ddoc_cache,        "ddoc-cache",       {branch, "master"}},
     {ets_lru,           "ets-lru",          {branch, "master"}},
     {fabric,            "fabric",           {branch, "master"}},
-    {fauxton,           "fauxton",          {branch, "goodbye-futon"}, [raw]},
+    {fauxton,           "fauxton",          {branch, "master"}, [raw]},
     {folsom,            "folsom",           {branch, "master"}},
     {global_changes,    "global-changes",   {branch, "master"}},
     {goldrush,          "goldrush",         {tag, "0.1.6"}},