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 .
- Oct 31, 2016
-
-
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.
-
- Oct 25, 2016
-
-
Mike McQuaid authored
audit: check for alpha/beta/rc usage in URLs.
-
Josh Hagins authored
bottle: fix nonexistent pyc bug
-
ilovezfs authored
formula_installer: fix regression in #1253
-
Josh Hagins authored
Fix cask's restarting incomplete downloads
-
buo authored
Open the incomplete download in append mode instead of write mode. Opening in write mode truncates the existing file, so curl keeps restarting downloads instead of resuming the incomplete downloads.
-
Josh Hagins authored
Apparently `cellar :any_skip_relocation` doesn't actually mean we can skip relocation, at least for text files.
-
Zhiming Wang authored
We were deleting pyc files *after* replace_locations_with_placeholders and recording changed_files, meaning that some of the recorded files were to be deleted. The correct order is the opposite. A sample failed session: https://bot.brew.sh/job/Homebrew%20Core/10080/version=el_capitan/testReport/junit/brew-test-bot/el_capitan/bottle_buku/.
-
Josh Hagins authored
keg_relocate: cache files rewritten during brew bottle
-
Josh Hagins authored
-
Josh Hagins authored
-
Josh Hagins authored
Replace relocate_text_files with three methods that clarify intent: replace_locations_with_placeholders, replace_placeholders_with_locations and replace_text_in_files, the first two calling the third.
-
Josh Hagins authored
-
Josh Hagins authored
-
Josh Hagins authored
-
Josh Hagins authored
`brew bottle` replaces instances of the Homebrew prefix, cellar, and repository with placeholders in all text files. Cache these files in INSTALL_RECEIPT.json so that we don't have to check every single text file for placeholders on install.
-
Markus Reiter authored
Move cask's fixtures to `test/fixtures`.
-
Josh Hagins authored
Don’t use bare percent literals.
-
- Oct 24, 2016
-
-
Markus Reiter authored
-