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 .
- Apr 06, 2016
-
-
Andrew Janke authored
test-bot: revise Step output transcoding and XML character filtering
-
ilovezfs authored
We need to move the Snow Leopard fix down since Etc.getgrgid can't handle a string. Closes #31. Signed-off-by:
ilovezfs <ilovezfs@icloud.com>
-
tim smith authored
Fixes #20. Closes #23.
-
- Apr 05, 2016
-
-
ilovezfs authored
Makes `tap` re-runnable and unshallows when requested with `--full`. Tapping with a different URL raises an exception. The homebrew/core tap cannot be untapped with `untap` so running `brew tap --full homebrew/core` is now a built-in way to get a full clone of this tap without resorting to workarounds. Closes #17. Signed-off-by:
ilovezfs <ilovezfs@icloud.com>
-
Xu Cheng authored
When invoking `brew tap homebrew/core`, the input options will be like `{ :clone_target => nil }`. This renders `Hash#merge` a dead operation. It doesn't impact Homebrew itself, but could cause problem for downstream projects Linxubrew/Tigerbrew when they adopt core/formula separation.
-
Xu Cheng authored
-
Xu Cheng authored
Formulae are all in taps now.
-
Dominyk Tiller authored
This reverts commit ceed6636. ``` ==> git clean -ffdx HEAD is now at ceed6636 test-bot: revise Step output transcoding and XML character filtering Removing Library/Homebrew/test/.bundle/ Removing Library/Homebrew/test/fs_leak_log Removing Library/Homebrew/test/vendor/ Error: invalid regular expression: /[^ -uD7FFuE000-uFFFDu{10000}-u{10FFFF}]/ ``` Using Ruby 1.8.
-
Andrew Janke authored
Closes #24. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
Misty De Meo authored
Closes #50425. Signed-off-by:
Misty De Meo <mistydemeo@github.com>
-
Misty De Meo authored
Previously, superenv did not try to filter -I or -L flags based on the list of requested dependencies; as a result, buildsystems which opportunistically discover Homebrew-installed libraries were able to link against them even under superenv. This adds a list of all requested dependencies to the superenv environment, and compares all -I and -L flags against those; any Cellar and opt paths found which resolve to unrequested dependencies are filtered out.
-
Carlos D'Agostino authored
-
- Apr 04, 2016
-
-
Mike McQuaid authored
Closes https://github.com/Homebrew/legacy-homebrew/pull/50462.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Add the first Google Analytics usage to monitor the command names that are run by Homebrew.
-
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.
-
Andrew Janke authored
Fixes homebrew/homebrew-core#22 Closes #12. Signed-off-by:
Andrew Janke <andrew@apjanke.net>
-
Max Nordlund authored
-
Xu Cheng authored
Closes #6.
-
- Apr 03, 2016
-
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
-
Mike McQuaid authored
-
Xu Cheng authored
-
Xu Cheng authored
* move shell completion scripts to where can be auto picked up Let's use switching new remote as opportunity to put shell completion scripts to where they should be and avoid git conflict during the process. * add Library/Formula and Library/Aliases symlinks Formulae and Aliases has been relocated to homebrew/core tap. The symlinks are pointed to new location to keep backward compatibility. * remove formula_renames and tap_migrations They have been replaced by the json files in the core tap. * update: set new remote * bump Homebrew version to 0.9.9
-
Andrew Janke authored
-
Andrew Janke authored
Fixes Homebrew/homebrew#50651
-
Xu Cheng authored
We should remove PR lock files in the test tap rather than HOMEBREW_REPOSITORY.
-
Xu Cheng authored
-
Martin Afanasjew authored
This reverts commit 51e4e6490bda0d981afd1787a6392ab588b0601c. This did not work as intended, as the `git` command is executed in the context of the tap the current job operates on, never for Homebrew/homebrew itself.
-
Martin Afanasjew authored
Wipe everything from the Homebrew prefix except for the `Library/Taps` directory to avoid having to refetch `homebrew/core` every time.
-
Eric Vantillard authored
`install_name_tool` location depends on the location of the active developer directory managed by `xcode-select`. Closes Homebrew/homebrew#50509. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
Closes Homebrew/homebrew#50635. Signed-off-by:
Xu Cheng <xucheng@me.com>