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 23, 2017
-
-
Mike McQuaid authored
For the current release, Travis CI and Coveralls status.
-
Mike McQuaid authored
man: generate Markdown man page.
-
Mike McQuaid authored
cd tap-new: fix symlink creation.
-
Mike McQuaid authored
The existing `brew.1.html` wasn't particularly pleasant to read and given everything else in `docs/` is a Markdown file it makes sense to generate a post-processed Markdown file that can in turn be used by Jekyll to generate a nicely themed HTML file.
-
Mike McQuaid authored
Ensure the full HOMEBREW_TAP_DIR path is created before deleting and creating the symlink for it. This ensures that non-`homebrew` taps will have the necessary username/organisation folder created. Fixes #2378.
-
- Mar 22, 2017
-
-
JCount authored
update-report: check migration symlinks.
-
Mike McQuaid authored
Check if `HOMEBREW_CELLAR/old_name` is a symlink. If so, it's already been migrated so can be skipped.
-
Mike McQuaid authored
tests: unset HOMEBREW_TEMP
-
Mike McQuaid authored
Hint at new location of migrated formulae
-
- Mar 21, 2017
-
-
Maxim Belkin authored
Setting `HOMEBREW_TEMP` env. var [currently] breaks tests (`brew tests`). Although this behavior looks like a bug, the solution is straightforward: unset `HOMEBREW_TEMP`.
-
Mike McQuaid authored
formula_installer: need up to date requirement formulae.
-
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
These methods belong together so combine them in a single class to provide a simpler API.
-
Mike McQuaid authored
This will allow extending this class so it can be used by more than just blacklisting.
-
Mike McQuaid authored
This wasn’t adapted to the new, multiple repository world.
-
Mike McQuaid authored
-
Mike McQuaid authored
This makes it easier to turn an arbitrary path into a tap path.
-
Zhiming Wang authored
Partial implementation of https://github.com/Homebrew/brew-evolution/pull/15, along with the ability to search for deleted formulae in git history (inspired by #1996) which is not described in the proposal. See also: #1371.
-
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
-