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 29, 2016
-
-
Zhiming Wang 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
-
Josh Hagins authored
hbc/qualified_token: simplify token parsing
-
Mike McQuaid authored
Stable URLs should not use unstable versions.
-
Markus Reiter authored
-
Josh Hagins authored
-
Josh Hagins authored
FIX: cask changes /usr/local ownership recursively
-
Josh Hagins authored
add cask reinstall command
-
Martin Schimandl authored
-
Josh Hagins authored
New name is HOMEBREW_CASK_TAP_CASK_REGEX
-
Josh Hagins authored
- Stop supporting archaic "user-repo/token" syntax - Move regex for parsing tapped Cask token to tap_constants
-
Josh Hagins authored
Fix locally failing `depends_on` test.
-
Josh Hagins authored
Refactor accessibility test.
-
Josh Hagins authored
Refactor Audit test.
-
Josh Hagins authored
Refactor DSL test.
-
Josh Hagins authored
Refactor Installer test.
-
Josh Hagins authored
Refactor Hbc::UrlChecker test.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-