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 .
- Apr 02, 2017
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Fix the 'export PATH' message in `link` for a keg-only formula
-
Eugene Nikolsky authored
Commit 4cae6a72 introduced the message, but it printed the wrong path, e.g. for `brew link sqlite`: ``` If you need to have this software first in your PATH instead consider running: echo 'export PATH="/usr/local/opt/sqlite:$PATH"' >> ~/.zshrc/bin ``` where `/bin` is appended at the end, but should be inserted before `:$PATH`: `echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.zshrc`. This patch fixes that and updates a test to verify it.
-
Mike McQuaid authored
keg: correctly remove alias symlinks.
-
- Apr 01, 2017
-
-
Mike McQuaid authored
Fixes #2427.
-
Vítor Galvão authored
cask: remove pre_bug_report links
-
Mike McQuaid authored
missing_formula: pillow lives in homebrew/science
-
Jonathan Chang authored
-
Vítor Galvão authored
-
- Mar 31, 2017
-
-
Mike McQuaid authored
Remove osmium from blacklisted formulas
-
Ilya Zverev authored
-
Mike McQuaid authored
Migrator: various rename fixes
-
Mike McQuaid authored
Otherwise we could end up removing files unnecessarily.
-
Mike McQuaid authored
This avoids needing to use `force: true` and still let's Homebrew do what we want with our own taps.
-
Mike McQuaid authored
ruby_requirement: fix path prepend
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Migrate between different taps and delete relevant subdirectories if they can be safely. Also, tweak some naming and use utility methods.
-
Mike McQuaid authored
Use `oh1` for moving kegs to a new directory.
-
Mike McQuaid authored
Move the checks for moving kegs to a new directory into the relevant method (`move_to_new_directory`) instead. Also, delete duplicated directories when we’ve confirmed they are definitely duplicated rather than telling users to do so.
-
Mike McQuaid authored
Add methods to determine if a migration is needed and perform it if so (and no-op if not). Additionally, make `ARGV.force?` get passed as a parameter so it can be overridden without requiring users to pass `—force`.
-
Mike McQuaid authored
Cleanup: Continue on error removing keg
-
Joshua McKinney authored
Fixes #2355 Create unremovable_kegs instance var Check cellar cleanup failure after full cleanup completes Use module_function in Homebrew::Cleanup as we never instantiate the class
-
Mike McQuaid authored
formula: handle missing deps when formula missing.
-
Mike McQuaid authored
formula: check installed_alias_path exists.
-
Mike McQuaid authored
Fix handling of tap migrations to new cask names.
-
Mike McQuaid authored
Include the pinned version in brew outdated output for pinned formulae
-
Mike McQuaid authored
update-test: Use git fetch --tags --depth=1
-
Mike McQuaid authored
formula_installer_spec: add default formula test.
-
Mike McQuaid authored
Otherwise return `nil`. Fixes https://github.com/Homebrew/brew/issues/2417
-
Mike McQuaid authored
Need to check for two `/`s rather than one.
-
Mike McQuaid authored
audit: check for unversioned formulae.
-
Mike McQuaid authored
Update all references to taps.
-
Mike McQuaid authored
We could try and get a partial result but given it'll also be wrong it feels simpler to just return an empty array. Fixes #1928. Fixes #2027. Closes #2058. Fixes https://github.com/Homebrew/homebrew-core/issues/11827.
-
- Mar 30, 2017
-
-
Vítor Galvão authored
Add `Container::Executable`.
-
- Mar 29, 2017
-
-
William Woodruff authored
audit: Fix cctools invocation check regular expression.
-