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 .
- Sep 05, 2016
-
-
Zhiming Wang authored
This document lists Tigerbrew and Linuxbrew as interesting forks, not branches (they used to be "Interesting Branches (aka forks)" but that changed in b7455469), so "Interesting Taps & Branches" is a more fitting title. The term "branches" is also presumably confusing to folks with a shallow understanding of GitHub and/or git who may not realize how GitHub forks and git branches are related.
-
Mike McQuaid authored
--env: support more shells, allow explicit shell selection
-
Mike McQuaid authored
test-bot: use UPSTREAM_BOTTLE_KEEP_OLD.
-
Mike McQuaid authored
This is set by Jenkins to indicate a downstream bottle upload job needs to use `brew bottle --keep-old`.
-
Mike McQuaid authored
bottle: revert --keep-old changes.
-
Mike McQuaid authored
update-report: add newline if preinstall updated.
-
Mike McQuaid authored
test-bot: cleanup all repositories.
-
ilovezfs authored
bump-formula-pr: audit formula before opening PR note that it was made opt-in not opt-out
-
- Sep 04, 2016
-
-
Mike McQuaid authored
tap_constants: allow formulae to have @ in name.
-
Mike McQuaid authored
This reverts commit 5e9bb877.
-
Mike McQuaid authored
This reverts commit ec143749.
-
Mike McQuaid authored
The test bot currently only focuses on doing cleanup on the current tap and the HOMEBREW_REPOSITORY. This should be extended to cover all repositories as e.g. a syntax error in homebrew/core can break the CI for all the other taps.
-
Mike McQuaid authored
test-bot: add missing @tap check.
-
Mike McQuaid authored
Follow-up from #812 to fix handling fully-qualified versioned formulae names. Allows pulling https://github.com/Homebrew/homebrew-core/pull/971.
-
Mike McQuaid authored
-
Mike McQuaid authored
test-bot: don't run brew tests etc. when formulae.
-
Mike McQuaid authored
bottle: allow --keep-old to ignore same sha256s.
-
Mike McQuaid authored
If there's formulae changes or the specified argument is a formula then don't waste time running e.g. `brew tests`.
-
Mike McQuaid authored
It should refuse to change existing ones but it should allow them to be the same and silently ignore.
-
Mike McQuaid authored
Fixes #858.
-
Mike McQuaid authored
bottle: fix --keep-old JSON generation.
-
ilovezfs authored
-
Mike McQuaid authored
Ensure that the JSON file contains all the bottle checksums when using `--keep-old`. This avoids having to use the formula DSL when merging and relies on existing integrity checks. This change does nothing differently if `--keep-old` is not passed.
-
- Sep 03, 2016
-
-
Mike McQuaid authored
audit: detect partial component order compliance
-
Tim D. Smith authored
Don't reject -L/usr/local/lib when SDKROOT is defined Closes #844. Fixes Homebrew/homebrew-fuse#62.
-
- Sep 02, 2016
-
-
Mike McQuaid authored
brew.sh: allow cask to be run as root.
-
Mike McQuaid authored
utils: fix link_path_manpages message indentation.
-
Mike McQuaid authored
Otherwise looks weird with multiple items.
-
Mike McQuaid authored
It also uses `sudo` for legitimate things e.g. installing `.pkg`s systemwide.
-
Mike McQuaid authored
formula: pinned keg is not eligible for cleanup
-
Mike McQuaid authored
Also report Cask coverage.
-
Markus Reiter authored
docs: add missing </pre>
-
Dominyk Tiller authored
audit: various tweaks
-
Dominyk Tiller authored
-
- Sep 01, 2016
-
-
Alyssa Ross authored
-
Vlad Shablinsky authored
If formula is pinned it shouldn't be eligible for cleanup. Otherwise we can encounter the following behaviour: 1. Install <formula> 2. Pin <formula> 3. <formula> gets outdated 4. Install <other_formula> that depends on <formula>, which requires up-to-date installation of <formula>. Thus, <formula> gets updated. 5. Now, if we cleanup <formula> we don't remove pin, so it points to the keg which doesn't exist any longer. The right behaviour is not to cleanup pinned kegs, which is done in this commit. Also see #831 for further info.
-
ilovezfs authored
formula_installer: install deps of dep before dep
-
ilovezfs authored
Dependencies/requirements of a dependency need to be installed/satisfied before the dependency. The fact that @pour_failed may be false is irrelevant to that imperative if we weren't pouring to begin with, so this commit now checks for that case as well.
-
Mike McQuaid authored
scm/git: make --homebrew=print-path use realpath.
-