This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jan 05, 2017
-
-
Jonathan Chang authored
-
- Jan 04, 2017
-
-
Mike McQuaid authored
GitHub now nicely generates a documentation site for us at http://brew.sh/brew based on our docs folder. Optimise the output of this and the GitHub docs directory for readability and the various user groupings.
-
- Sep 20, 2016
-
-
Mike McQuaid authored
-
- Sep 19, 2016
-
-
Mike McQuaid authored
Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL.
-
- Sep 07, 2016
-
-
numbergames authored
Fixed minor typo -- missing preposition.
-
- May 05, 2016
-
-
Mike McQuaid authored
-
- May 01, 2016
-
-
Xu Cheng authored
-
Zhiming Wang authored
This way analytics related settings and parameters (currently analyticsdisabled, analyticsmessage and analyticsuuid) are all kept in the same place. Note that in this commit we offer a path of migration: if ~/.homebrew_analytics_user_uuid already exists, read the UUID from it, write to homebrew.analyticsuuid, and remove it. See more detailed discussions in #145. Closes #162. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
- Apr 28, 2016
-
-
Eitot authored
* Clarify opt-out commands * Partially rewrite opt-out paragraph
-
- Apr 26, 2016
-
-
Zev Eisenberg authored
Closes #150. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
Milkey Mouse authored
Closes #149. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
Mike McQuaid authored
Provide a single command that can be run to disable analytics, run it if `HOMEBREW_NO_ANALYTICS` is ever set and remove the user UUID file in that case too. References https://github.com/Homebrew/brew/issues/142.
-
Mike McQuaid authored
Make sure that users are notified on the first run of `brew update` after we enabled analytics about how it works and how to opt-out. This will be shown to all users who have not already seen this message from `brew update` or through a new Homebrew installation. References https://github.com/Homebrew/install/pull/42 References https://github.com/Homebrew/brew/issues/142
-
- Apr 23, 2016
-
-
Mike McQuaid authored
For more information and opt-out instructions please read: https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Analytics.md#analytics
-
- Apr 16, 2016
-
-
Mike McQuaid authored
-
- Apr 12, 2016
-
-
Mike McQuaid authored
- add `HOMEBREW_PRODUCT` global variable - only differentiate between `/usr/local` and `non-/usr/local` Homebrew prefixes to avoid sharing sensitive user information - note if e.g. build errors are occurring under CI - Add `HOMEBREW_NO_ANALYTICS` variable (this will be how people opt-out when this is enabled for everyone) - Add `HOMEBREW_ANALYTICS_DEBUG` variable to output all the analytics that are sent - Move Bash analytics code to `Library/Homebrew/utils/analytics.sh` - Add documentation for our analytics and why/what/when/how and opt-out - Only official Homebrew commands are reported - Ruby analytics are now reported in a forked, background process
-