BIGTOP-1135. Hue has google analytics enabled by default
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/59fa03c0 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/59fa03c0 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/59fa03c0 Branch: refs/heads/master Commit: 59fa03c0f18c06a0afd3ba570a5a42e74552f2e0 Parents: 34b92a1 Author: Olaf Flebbe <[email protected]> Authored: Thu Jan 29 21:23:48 2015 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Thu Jan 29 21:51:08 2015 +0100 ---------------------------------------------------------------------- .../common/hue/patch2-disable-google-analytics.diff | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/59fa03c0/bigtop-packages/src/common/hue/patch2-disable-google-analytics.diff ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/hue/patch2-disable-google-analytics.diff b/bigtop-packages/src/common/hue/patch2-disable-google-analytics.diff new file mode 100644 index 0000000..83f7b37 --- /dev/null +++ b/bigtop-packages/src/common/hue/patch2-disable-google-analytics.diff @@ -0,0 +1,13 @@ +--- hue-3.7.1/desktop/conf.dist/hue.ini~ 2015-01-29 21:23:06.000000000 +0100 ++++ hue-3.7.1/desktop/conf.dist/hue.ini 2015-01-29 21:25:47.497503619 +0100 +@@ -79,8 +79,8 @@ + + # Help improve Hue with anonymous usage analytics. + # Use Google Analytics to see how many times an application or specific section of an application is used, nothing more. +- ## collect_usage=true +- ++ collect_usage=false ++ + # Support for HTTPS termination at the load-balancer level with SECURE_PROXY_SSL_HEADER. + ## secure_proxy_ssl_header=false +
