wohali commented on a change in pull request #1346: Add _approx_count_distinct
as a builtin reduce function
URL: https://github.com/apache/couchdb/pull/1346#discussion_r191907879
##########
File path: rebar.config.script
##########
@@ -61,6 +61,8 @@ DepDescs = [
{tag, "v1.1.15"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.2"}},
+{hyper, {url, "https://github.com/GameAnalytics/hyper.git"},
+ "4b1abc4284fc784f6def4f4928f715b0d33136f9"},
Review comment:
Now change `rebar.config.script` to point at our copy :)
You also shouldn't point at a specific hash, but rather a tagged release.
Standard practice btw is to create an `upstream` branch and tag any upstream
releases on that as `X.Y.Z`, saving the `master` branch for any local changes
we might have to make. If we need to make a release with our customisations,
use tags of the form `COUCHDB-X.Y.Z` instead.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services