This is an automated email from the ASF dual-hosted git repository.
jan pushed a commit to branch 2.0.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/2.0.x by this push:
new e5afeb8 fix: docs & fauxton repos moved
e5afeb8 is described below
commit e5afeb869765338c34267db78fab2bf2a1464a31
Author: Jan Lehnardt <[email protected]>
AuthorDate: Mon Mar 20 16:05:16 2017 +0100
fix: docs & fauxton repos moved
---
rebar.config.script | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/rebar.config.script b/rebar.config.script
index cd238c0..e79548d 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -38,11 +38,13 @@ DepDescs = [
{couch_stats, "couch-stats",
"7895d4d3f509ed24f09b6d1a0bd0e06af34551dc"},
{couch_peruser, "peruser",
"4eea9571171a5b41d832da32204a1122a01f4b0e"},
{couch_tests, "erlang-tests",
"37b3bfeb4b1a48a592456e67991362e155ed81e0"},
-{docs, "documentation",
"a135f2fe89f7b228b793aa2a8a62f0f34b576d8f", [raw]},
+{docs, {url, "https://github.com/apache/couchdb-documentation"},
+ "59a887a97f9b6befc6de0c5bdaf17d79fb7f915d", [raw]},
{ddoc_cache, "ddoc-cache",
"c762e90a33ce3cda19ef142dd1120f1087ecd876"},
{ets_lru, "ets-lru",
"c05488c8b1d7ec1c3554a828e0c9bf2888932ed6"},
{fabric, "fabric",
"f84750e3d31accf7bcadb0ba05249c23ce920521"},
-{fauxton, "fauxton", {tag, "v1.1.9"}, [raw]},
+{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
+ {tag, "v1.1.9"}, [raw]},
{folsom, "folsom",
"a5c95dec18227c977029fbd3b638966d98f17003"},
{global_changes, "global-changes",
"f6e4c5629a7d996d284e4489f1897c057823f846"},
{ibrowse, "ibrowse",
"4af2d408607874d124414ac45df1edbe3961d1cd"},
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].