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 .
- Jun 01, 2017
-
-
ilovezfs authored
-
Markus Reiter authored
Fix operator spacing.
-
Markus Reiter authored
-
- May 31, 2017
-
-
Misty De Meo authored
cabextract: WARNING lines aren't fatal
-
Mike McQuaid authored
Stdenv: Add ENV.libxml2 and ENV.x11 for Linux
-
Misty De Meo authored
Add vendored sha256
-
Misty De Meo authored
The warnings this prints makes it not especially helpful, so just assume the magic number test and job failure are enough. Fixes #2689.
-
Misty De Meo authored
But still prefer shasum/sha256sum where present.
-
Misty De Meo authored
Digest::SHA2 wasn't exposed under that name in older versions of Ruby.
-
Mike McQuaid authored
Update jenkins.brew.sh links.
-
Mike McQuaid authored
These previously, incorrectly pointed to bot.brew.sh. Fixes #2703.
-
Mike McQuaid authored
audit: Port audit_text method to rubocop and add tests
-
Bob W. Hogg authored
Add ENV.libxml2 primarily for the use of test do blocks. Add a dummy ENV.x11 function. See Linuxbrew/brew#356 and Linuxbrew/brew#382
-
- May 30, 2017
-
-
Gautham Goli authored
-
Gautham Goli authored
-
Gautham Goli authored
-
Gautham Goli authored
-
Mike McQuaid authored
Fix Linux build
-
Mike McQuaid authored
Remove `testbottest` formula (this should have lived in the `brew test-bot` repository from the outset) and make various other changes to fix the Linux build here.
-
Mike McQuaid authored
tests: install specific Bundler version.
-
Misty De Meo authored
check_non_libraries: fix false positive subdirectory reports
-
Misty De Meo authored
-
Mike McQuaid authored
Otherwise `brew tests` fails with the latest. See the failing Homebrew/homebrew-test-bot `master` build as an example.
-
Mike McQuaid authored
Use parallel RuboCop
-
Mike McQuaid authored
-
Mike McQuaid authored
This requires updating to Rubocop 0.49.0 which will require some fixes to rules, in Homebrew/brew and Homebrew/homebrew-core but opening this for now so I remember.
-
Markus Reiter authored
Convert `FormulaLock` to more generic `LockFile`.
-
Markus Reiter authored
Use `Formatter::pluralize` where possible.
-
- May 29, 2017
-
-
Markus Reiter authored
-
Mike McQuaid authored
update-test: tweak more edge cases.
-
Mike McQuaid authored
Don't try to `fetch --depth=1` unless we've confirmed the repository is already shallow. Otherwise this can discard history from a full clone. Additionally, if the repository wasn't shallow but there's no tags found assume that Git is too old and try a naive sort if on Linux where `sort` is able to sort versions.
-
Mike McQuaid authored
update-test: improve no tags found messaging.
-
Mike McQuaid authored
Currently you just get `Could not find start commit!` which is not as explicit as it could be.
-
Mike McQuaid authored
Improve some `brew install` messaging.
-
Mike McQuaid authored
Match the "formula name in description" on word boundaries
-
Markus Reiter authored
Use `XDG_CACHE_HOME` for RuboCop.
-
Markus Reiter authored
-
Markus Reiter authored
-
Isabell Long authored
- The regexp for the "check if formula name is used in formula's description" cop matches every instance of the formula name if it exists, whether it's in a word or not. - For example, the formula `mon` has the description "Monitor hosts/services/whatever and alert about problems". This makes `brew audit --strict` complain because it matches "Monitor", which isn't the formula name! The formula `pass` has the description "Password manager". Again, the strict audit matches "Password", which isn't an issue. - Instead, this change matches on a word boundary, so it will match `mon:`, or `mon `, but not "Monitor", or, for example, "harmony". - I've changed the tests to account for this change.
-
Mike McQuaid authored
diagnostic: move some more macOS doctor checks.
-