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 .
- May 30, 2017
-
-
Mike McQuaid authored
-
- Apr 02, 2017
-
-
Mike McQuaid authored
-
- Mar 07, 2017
-
-
Shaun Jackman authored
-
- Mar 06, 2017
-
-
EricFromCanada authored
-
- Feb 26, 2017
-
-
EricFromCanada authored
Also update command specifications to match descriptions.
-
- Jan 22, 2017
-
-
Xu Cheng authored
Noted that this is intended for the revision of this formula instead of rebuild of a bottle.
-
- Jan 17, 2017
-
-
Zhiming Wang authored
This would have eliminated the need for Homebrew/homebrew-core#9000, for instance.
-
- Nov 21, 2016
-
-
William Woodruff authored
-
- Nov 06, 2016
-
-
ilovezfs authored
Given how common it is for formulae to hard-code `etc` and `var`, check for those paths (`/usr/local/etc` and `/usr/local/var`) when determing relocatability.
-
- Oct 25, 2016
-
-
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
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
`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.
-
- Oct 02, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Sep 30, 2016
-
-
Markus Reiter authored
-
- Sep 23, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
William Woodruff authored
-
- Sep 19, 2016
-
-
Mike McQuaid authored
Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL.
-
- Sep 18, 2016
-
-
Mike McQuaid authored
Now that the default from the installer, our CI and soon all users is `/usr/local/Homebrew` it's a lot easier to check if there's references to it (as we cannot look for `/usr/local` as it's a too commonly hardcoded path).
-
- Sep 13, 2016
-
-
Mike McQuaid authored
-
- Sep 12, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Avoids issues when using `—keep-old`
-
- Sep 11, 2016
-
-
Mike McQuaid authored
Previously this was the wrong way around causing it to not be accepting enough on e.g. a bump from :any to :any_no_relocation.
-
Mike McQuaid authored
Consistent naming is good.
-
- Sep 10, 2016
-
-
Mike McQuaid authored
- Make the code more similar between `bottle` and `bottle --merge`. - Also output the mismatched values when using `--merge`.
-
Mike McQuaid authored
If fields have changed: tell the user what they were before and are afterwards.
-
- Sep 09, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Sep 08, 2016
-
-
Mike McQuaid authored
Also, flag those that we never want to be in a manpage.
-
- Sep 04, 2016
-
-
Mike McQuaid authored
This reverts commit 5e9bb877.
-
Mike McQuaid authored
This reverts commit ec143749.
-
Mike McQuaid authored
It should refuse to change existing ones but it should allow them to be the same and silently ignore.
-
Mike McQuaid authored
Ensure that the JSON file contains all the bottle checksums when using `--keep-old`. This avoids having to use the formula DSL when merging and relies on existing integrity checks. This change does nothing differently if `--keep-old` is not passed.
-
- Aug 19, 2016
-
-
Mike McQuaid authored
-
- Aug 05, 2016
-
-
Xu Cheng authored
`any?` is not the opposite of `empty?`. Besides the case that `[false, nil].any?` will return false, `any?`(O(n)) has much worse performance than `empty?`(O(1)).
-