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 .
- Nov 03, 2016
-
-
Mike McQuaid authored
audit: check more unscoped test calls.
-
Mike McQuaid authored
audit: restore check that was lost in #927
-
Steven Peters authored
This audit check ensures that certain build dependencies are explicitly marked either as `:build` or `:run`. It seems to have been lost in #927. It was also adjusted in #1290.
-
Mike McQuaid authored
Ensure that the name is suffixed with whitespace or quotes.
-
Mike McQuaid authored
Also check `def test`, `shell_output`, `pipe_output` and method calls using parentheses.
-
Mike McQuaid authored
build: write options to file.
-
Mike McQuaid authored
boneyard-formula-pr: add reason argument.
-
Mike McQuaid authored
Improve GitHub API scopes output.
-
Mike McQuaid authored
audit: check the stable version does not decrease.
-
- Nov 02, 2016
-
-
ilovezfs authored
`-Wl,-z,defs` should be pruned out entirely since `-z defs` is not understood by macOS's `ld`, and the analogue `-undefined error` is already the default.
-
Josh Hagins authored
keg_relocate: include hard links and fix replacement ordering
-
Josh Hagins authored
-
Josh Hagins authored
-
- Oct 31, 2016
-
-
Mike McQuaid authored
These can be useful for later inspection or upload by `gist-logs` if there's a failed install and it's unclear from logs alone what options were used.
-
Mike McQuaid authored
Used to provide a user-facing reason why this formula was boneyarded.
-
Mike McQuaid authored
Improve the GitHub API scope and token related messaging by autopopulating the scopes we need on the new scopes page and, in the case of a lacking a scope we need, output what scope was required. Also, DRY up the personal access token code.
-
Baptiste Fontaine authored
-
Mike McQuaid authored
This will prevent brew upgrade from working correctly.
-
Mike McQuaid authored
audit: check test system calls are fully scoped.
-
Mike McQuaid authored
audit: check for master branch tar/zipballs.
-
ilovezfs authored
superenv: treat timingsafe_bcmp as weak on 10.11
-
- Oct 30, 2016
-
-
Mike McQuaid authored
Revert "audit: check the version does not decrease."
-
Mike McQuaid authored
-
Markus Reiter authored
Move `test/vendor/bundle` to `vendor/bundle`.
-
Mike McQuaid authored
This doesn't matter for everything but it does for the binaries that are installed. Have a limited name/alias check when not installed and a better one that iterates bin/sbin if installed.
-
Mike McQuaid authored
These have unstable checksums and aren't the tagged, stable releases we require.
-
Mike McQuaid authored
audit: check the version does not decrease.
-
Markus Reiter authored
-
Markus Reiter authored
-
ilovezfs authored
update-test: fix --to-tag failure on new tag.
-
- Oct 29, 2016
-
-
Josh Hagins authored
hbc/auditor: refactor and fix bug
-
Mike McQuaid authored
Without this updating to a tag will always have the same start commit and end commit as there's been no updates to `master` since the tag was created.
-
ilovezfs authored
Xcode 8.1 added timingsafe_bcmp to string.h and libsystem_c.tbd, and 10.12.1 added it to libsystem_c.dylib, but it is not present in libsystem_c.dylib on 10.11.6 (15G1108). It may appear in libsystem_c.dylib in a later 10.11 release or it may be marked weak on 10.11 in a later Xcode release. Fixes Homebrew/homebrew-core#6344.
-
Mike McQuaid authored
docs: remove zmwangx from the list of maintainers
-
Mike McQuaid authored
XCode 8.1 is stable
-
Zhiming Wang authored
-
dersvenhesse authored
-
- Oct 28, 2016
-
-
dersvenhesse authored
-
- Oct 27, 2016
-
-
Mike McQuaid authored
Redirect stderr output from git (shim) invocations to /dev/null.
-
William Woodruff authored
These invocations occur before we can actually automatically install git via bottle, and as such their output isn't relevant.
-