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 .
- Mar 21, 2017
-
-
Mike McQuaid authored
audit: check system dupe deps on new formulae.
-
Mike McQuaid authored
audit: deprecate depends_on :tex.
-
Mike McQuaid authored
update-report: migrate all formulae every time.
-
Mike McQuaid authored
update-report: migrated formulae were not deleted.
-
Mike McQuaid authored
Unmigrated formulae cause hard-to-debug issues and relying on detection on Git alone is faster but not comprehensive. Instead, iterate through renamed, installed formulae every time and migrate them. Closes #1770.
-
- Mar 20, 2017
-
-
Mike McQuaid authored
The taps they were migrated to are auto-tapped if not already tapped anyway so don't show them as deleted to avoid confusion.
-
Alex Dunn authored
Fixes https://github.com/Homebrew/homebrew-core/issues/10338 . Closes #2287. Signed-off-by:
Alex Dunn <dunn.alex@gmail.com>
-
Mike McQuaid authored
This has known issues with our `ghostscript` formula, we can't test it on CI and is a ludicrously heavy dependency that in many cases can be avoided by upstream providing prebuilt documentation.
-
Mike McQuaid authored
Provide a gentle nudge to users to check if these dependencies are definitely required.
-
Mike McQuaid authored
docs: grammar edits, sentence-case secondary headings
-
EricFromCanada authored
Also changes some heading levels so only one primary heading appears per page.
-
- Mar 19, 2017
-
-
JCount authored
audit: online - limit download time based on HTTPS determination
-
- Mar 18, 2017
-
-
Mike McQuaid authored
Fix small typos in How-to-Create-and-Maintain-a-Tap.md
-
Kare Morstol authored
-
ilovezfs authored
Avoids unnecessary conflicts when a previously non-keg_only formula is in the way by prioritizing keg_only before non-keg_only formulae. This change is motivated by the upgrade of gnupg 2.0 to 2.1, since the latter no longer depends on the gpg-agent formula, which, even if made keg_only, still causes the link step to fail for 2.1, as gpg-agent's non-keg version won't have been upgraded to the keg_only version at that point (alphabetically gnupg precedes gpg-agent).
-
- Mar 17, 2017
-
-
Mike McQuaid authored
Add extend/os/linux/system_config.rb
-
Mike McQuaid authored
determine_path: Fix tests FormulaUnavailableError
-
Shaun Jackman authored
Report the Linux kernel, OS, and gcc versions.
-
Kare Morstol authored
-
Markus Reiter authored
Use a `Formulary`-like approach to load Casks.
-
JCount authored
Previously, the http_content_headers_and_checksum method always downloaded the entire url, including headers. These downloads periodically hang, outputting false positives or wreaking havoc on the CI. Therefore, use curl's --max-time arg to prevent this by setting a hard limit of 600 seconds when the entire file is going to be used to detect whether the url can be changed to use the HTTPS protocol instead of HTTP. Otherwise, if the url already is HTTPS, limit the download time to 25 seconds since only the headers, not contents, matter.
-
Markus Reiter authored
-
- Mar 16, 2017
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
add command 'cask outdated'
-
Markus Reiter authored
Add test for command help strings.
-
Markus Reiter authored
-
Vítor Galvão authored
Remove `sort` from `each_artifact`.
-
Valentin VĂLCIU authored
-
Markus Reiter authored
-
- Mar 15, 2017
-
-
Mike McQuaid authored
secure urls + remove -k from in-doc curl command
-
Markus Reiter authored
Added highlighting of installed casks to cask search
-
Markus Reiter authored
Remove `dsl` parameter from `Cask::new`.
-
Markus Reiter authored
Update RuboCop-Cask to 0.12.0.
-
Viktor Szakats authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Mar 14, 2017
-
-
Mike McQuaid authored
Querying-Brew.md: directors => directories
-
neutric authored
-
Mike McQuaid authored
OPTIMIZATION_FLAGS: Use -march=native for Penryn
-