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 25, 2016
-
-
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
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
-
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
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Martin Schimandl authored
-
Martin Schimandl authored
-
Markus Reiter authored
Use proper path to `caskroom/cask` tap in `test_helper`.
-
Markus Reiter authored
-
Josh Hagins authored
Cask: add dictionary artifact
-
- Oct 23, 2016
-
-
Eitot authored
-
Markus Reiter authored
Fix failing test caused by `repo_info`.
-