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 18, 2018
-
-
Buck Evan authored
this allows odd linux installations (Android) to function
-
Mike McQuaid authored
upgrade: make pinned error have correct exit code.
-
- Mar 17, 2018
-
-
Mike McQuaid authored
Don't use Linuxbrew/homebrew-core (yet, at least).
-
Mike McQuaid authored
Also, display before saying "no packages to upgrade". Fixes #3936.
-
Mike McQuaid authored
This can't be tapped on vanilla Homebrew/brew because things like e.g. `GlibcRequirement` are missing. We will put this back when the Linuxbrew to Homebrew migration is complete.
-
- Mar 16, 2018
-
-
Mike McQuaid authored
install: add --include-test option.
-
Mike McQuaid authored
Improve external command documentation
-
Mike McQuaid authored
deps: don't display recursive test dependencies.
-
Mike McQuaid authored
-
Mike McQuaid authored
Extract `brew bundle` and `brew services` docs from their help. Add a little for `brew cask` until we can think about e.g. merging the manpages.
-
- Mar 15, 2018
-
-
Mike McQuaid authored
Allow at `install` (or `install --only-dependencies`) time to specify that test dependencies should be installed. This will allow simplifying code in `brew test-bot`. This could also be made an environment variable if desired by maintainers.
-
Mike McQuaid authored
append ? to git_remote_exists
-
Mike McQuaid authored
add ? to svn_remote_exists
-
Maxim Belkin authored
-
Maxim Belkin authored
-
Markus Reiter authored
Update `rubocop-cask` to 0.17.3.
-
Markus Reiter authored
-
- Mar 14, 2018
-
-
Mike McQuaid authored
You only care about the test dependencies for the specific formula you are testing right now.
-
Mike McQuaid authored
cleanup: fix removing lock files on NFS
-
Xu Cheng authored
If the underneath file system is a Network File System, `brew cleanup` will fail to remove the lock files with following error message: Error: Bad file descriptor @ rb_file_flock - /path/to/the/lock_file This commit fixes such issue and adds the corresponding test case.
-
Mike McQuaid authored
install: make --only-dependencies fill in missing.
-
- Mar 13, 2018
-
-
Mike McQuaid authored
This makes the `brew install --only-dependencies` command more useful by filling in missing dependencies for a formula even if it's already installed.
-
Mike McQuaid authored
build: do not skip runtime deps of buildtime deps
-
Viktor Oreshkin authored
Fix #3883 Revert 2fb5ead3
-
- Mar 12, 2018
-
-
Mike McQuaid authored
utils/git: use exact format for last_revision_*
-
Mike McQuaid authored
upgrade: add HOMEBREW_UPGRADE_CLEANUP variable.
-
Viktor Oreshkin authored
Format for oneline can be overridden in user's gitconfig. If that's the case, last_revision_commit_of_file won't work properly, and because of that last_revision_of_file won't work at all. Here's what I was getting when running brew tests: expected: "6bec2de" got: "\e[33m6bec2dee633f\e[m" I have abbrev length set to 12, and oneline formatting is more colorful. So, instead of relying on overrideable format, it should rather specify "--format=%h" to get only hash, and speciy --abbrev=7 to force abbrev length to be 7 After this commit tests are passing for me.
-
Mike McQuaid authored
Allow users to specify they want `brew upgrade --cleanup` to always be run when they run `brew upgrade`.
-
Mike McQuaid authored
Fix style in `brew create`-generated formulae
-
Alyssa Ross authored
- Fix indentation oddities - Add empty lines where we expect them in submitted formulae
-
Mike McQuaid authored
utils: check for tap_message in odeprecated.
-
Mike McQuaid authored
`tap` is not a method-wide variable. Fixes #3907
-
- Mar 10, 2018
-
-
Mike McQuaid authored
upgrade: fix the man page wrongly saying that it will upgrade pins.
-
Peter Powell authored
This is incorrect as in order to upgrade a pinned package it must first be unpinned.
-
Mike McQuaid authored
Homebrew-and-Python: update binary locations.
-
Mike McQuaid authored
Updated to comply with PEP 394: https://www.python.org/dev/peps/pep-0394/
-
ilovezfs authored
virtualenv_install_with_resources: invoke python with versioned name.
-
ilovezfs authored
The unversioned python executable no longer refers to python3.
-
- Mar 09, 2018
-
-
Mike McQuaid authored
diagnostic: remove python pth check.
-
Mike McQuaid authored
This isn't an issue with Homebrew but an issue for users to configure themselves. It's also nonsensical with current Python configurations e.g. https://discourse.brew.sh/t/brew-doctor-warnings-about-python-3-6-site-packages-and-sitecustomize/1805/1
-