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 01, 2017
-
-
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.
-
William Woodruff authored
Additionally, ignore the cctools formula itself, since it obviously needs to check cctools invocations.
-
Mike McQuaid authored
Test the situation where a requirement is satisfied by a non-formula but the `default_formula` is also installed.
-
William Woodruff authored
audit: Check for invocations of cctools.
-
Mike McQuaid authored
-
Mike McQuaid authored
diagnostic: increase minimum git version to 1.8.5
-
Mike McQuaid authored
diagnostic: check homebrew/core git remote.
-
Shaun Jackman authored
Use git fetch --tags --depth=1 to fetch fewer commits.
-
Mike McQuaid authored
update-test: improve error handling.
-
JCount authored
older versions do not support the 'git -C <path>' option
-
- Mar 28, 2017
-
-
Mike McQuaid authored
Fail if the start or end commit are missing and retry finding the previous tag by fetching all tags if they are missing. This should fix CI on the current Homebrew/brew `master` branch. Closes #2404.
-