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 03, 2017
-
-
Mike McQuaid authored
-
Mike McQuaid authored
Handle missing receipt on `brew install`.
-
Mike McQuaid authored
For example if this is for a really old keg, keg where a user has manually removed stuff or used `brew diy`.
-
Mike McQuaid authored
ISSUE_TEMPLATE: tweak instructions.
-
- Apr 02, 2017
-
-
Markus Reiter authored
Use `sudo` if parent path of `target` is not writable.
-
Mike McQuaid authored
Be clearer about what's expected and where to file things.
-
Mike McQuaid authored
Document all short flags.
-
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
-
Markus Reiter 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
-