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 .
- Jul 04, 2016
-
-
Mike McQuaid authored
All of these taps use Homebrew internal APIs (or will shortly) and we autoinstall them all from `brew $CMD`. We should adjust our CI to ensure that we never accidentally break these taps when making changes to core code so that these taps can rely more on this core code rather than having to e.g. vendor equivalent code that never changes on our end.
-
- Jun 03, 2016
-
-
Mike McQuaid authored
* Move GitHub API module to utils/github.rb. * Move curl method to utils/curl.rb. * global: use long curl arguments and an array. This makes the code more self-documenting. * utils/curl: support reading curl's output. * utils/github: use curl instead of open-uri. It has far better proxy support. * pull: set Homebrew user agent. * gist-logs: remove trailing whitespace. * gist-logs: use first instead of [0]. Easier to read. * gist-logs: use curl-based GitHub.open method.
-
- May 26, 2016
-
-
Xu Cheng authored
Reference from `man curl` > -R, --remote-time > When used, this will make curl attempt to figure out the time- > stamp of the remote file, and if that is available make the > local file get that same timestamp.
-
- 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
-
- Apr 04, 2016
-
-
Mike McQuaid authored
Generally it seems user agents are all `software/version` but ours is not. Also, set the user agent in a way that it's shared between Bash and Ruby code. Closes https://github.com/Homebrew/legacy-homebrew/pull/50480.
-
- Apr 02, 2016
-
-
Xu Cheng authored
All formulae are in taps now.
-
- Mar 11, 2016
-
-
Mike McQuaid authored
This needs to be `Homebrew $HOMEBREW_VERSION` so we can be adequately filtered. Closes Homebrew/homebrew#49961. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Mar 08, 2016
-
-
Mike McQuaid authored
As requested in Homebrew/homebrew#46578. Falls back to existing functionality. Closes Homebrew/homebrew#46578. Closes Homebrew/homebrew#49846. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Feb 15, 2016
-
-
Mike McQuaid authored
This means that internal command aliases can be used for Bash commands (such as the new, Bash-based `brew update`). Fixes Homebrew/homebrew#49182. Closes Homebrew/homebrew#49184. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Dec 13, 2015
-
-
Xu Cheng authored
Fix the regression introduced by Homebrew/homebrew#46735.
-
- Oct 18, 2015
-
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#44988. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Aug 06, 2015
-
-
Xu Cheng authored
Code is copied from https://github.com/marcandre/backports/blob/master/lib/backports/1.9.2/enumerable/flat_map.rb (MIT License by Marc-Andre Lafortune) Closes Homebrew/homebrew#42543. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Aug 03, 2015
-
-
BrewTestBot authored
Closes Homebrew/homebrew#42354. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jul 03, 2015
-
-
Xu Cheng authored
Closes Homebrew/homebrew#41034. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Jun 20, 2015
-
-
Jack Nagel authored
refs. Homebrew/linuxbrew#438, mistydemeo/tigerbrew#327, mistydemeo/tigerbrew#334
-
- Jun 17, 2015
-
-
Jack Nagel authored
-
- Apr 30, 2015
-
-
Jack Nagel authored
This allows global.rb to be safely loaded in the test environment.
-
- Apr 22, 2015
-
-
Jack Nagel authored
-
- Dec 08, 2014
-
-
Mike McQuaid authored
The beginnings of some decent API documentation. Also, tweak `.yardopts` to better fix our internal style.
-
- Jul 22, 2014
-
-
Jack Nagel authored
-
- Jul 20, 2014
-
-
Jack Nagel authored
- use a regexp literal and avoid escaping forward slashes - escape the period in "github.com" - match only hex characters in the commit part - allow hyphen in usernames and repo names, matching what we allow for tap names - avoid unnecessary capture
-
- Jul 13, 2014
-
-
Shaun Jackman authored
Closes Homebrew/linuxbrew#103 Closes Homebrew/homebrew#30830. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Jul 07, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Jun 20, 2014
-
-
Jack Nagel authored
-
- Jun 10, 2014
-
-
Jack Nagel authored
-
- Jun 08, 2014
-
-
Jack Nagel authored
-
- May 15, 2014
-
-
Tsukasa OMOTO authored
Closes Homebrew/homebrew#29139. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- May 04, 2014
-
-
Jack Nagel authored
Newer versions of Ruby issue a warning for repeated character classes.
-
- Apr 25, 2014
-
-
Tsukasa OMOTO authored
This commit supports "-" and "_" in names of user and repository. Closes Homebrew/homebrew#28203. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Dec 15, 2013
-
-
Mike McQuaid authored
-
- Dec 14, 2013
-
-
Jack Nagel authored
-
- Nov 01, 2013
-
-
Mike McQuaid authored
-
- Oct 31, 2013
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Oct 26, 2013
-
-
Jack Nagel authored
-
- Oct 23, 2013
-
-
Mike McQuaid authored
-
- Oct 22, 2013
-
-
Mike McQuaid authored
Closes Homebrew/homebrew#23430.
-
Mike McQuaid authored
Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-