diff options
author | Robert Newson <rnewson@apache.org> | 2017-03-09 18:53:44 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2017-03-09 18:53:44 +0000 |
commit | cb1a0cf62937821ab9403e8cba3ba08f2f0b80a7 (patch) | |
tree | e457033b07b81a16f28a4fc87f47f201a7a7565f /rebar.config.script | |
parent | a2d97e724b1bdb9793fcbfbece6b7df74c5e1bc9 (diff) | |
download | couchdb-cb1a0cf62937821ab9403e8cba3ba08f2f0b80a7.tar.gz |
pull docs/fauxton from github
Diffstat (limited to 'rebar.config.script')
-rw-r--r-- | rebar.config.script | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script index 9770a9a3f..641fa1faf 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", "59a887a97f9b6befc6de0c5bdaf17d79fb7f915d", [raw]}, +{docs, {url, "https://github.com/apache/couchdb-documentation"}, + "59a887a97f9b6befc6de0c5bdaf17d79fb7f915d", [raw]}, {ddoc_cache, "ddoc-cache", "c762e90a33ce3cda19ef142dd1120f1087ecd876"}, {ets_lru, "ets-lru", "c05488c8b1d7ec1c3554a828e0c9bf2888932ed6"}, {fabric, "fabric", "d22903c0ceaf19a305e67b5b7322cbdc4e5e9340"}, -{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"}, |