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 .
- Aug 14, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
Ship Homebrew auto-update support.
-
Mike McQuaid authored
search: remove thread-unsafe Hash cache.
-
Mike McQuaid authored
Silence auditing formula revisions deprecations
-
Mike McQuaid authored
update: add --force argument.
-
Mike McQuaid authored
tests: refactor FormulaTextTests in test_cmd_audit, add assertion to test_simple_valid_formula
-
Mike McQuaid authored
install_dependencies: Do not truncate dependencies
-
Mike McQuaid authored
pull: non-core tap support for Homebrew Testing jobs
-
- Aug 13, 2016
-
-
Uladzislau Shablinski authored
versions should be initialized even if formula is not installed
-
ilovezfs authored
`test-bot --ci-testing` supports a `--tap` option for non-core taps, so `brew pull` should too when pulling Homebrew Testing jobs.
-
Mike McQuaid authored
-
Dominyk Tiller authored
Swats away this annoying warning when the test is skipped due to GPG being unavailable: ``` 1) Skipped: GpgTest#test_create_test_key: GPG Unavailable Error: GpgTest#test_create_test_key: NoMethodError: undefined method `rmtree' for nil:NilClass /usr/local/Library/Homebrew/test/test_gpg.rb:11:in `teardown' ``` Closes #675. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
Removes the detection logic from the Requirement in favour of it living inside the Gpg class & us calling it from there. It's a bit nicer & avoids us calling Requirement code from outside of direct requirement handling & fulfillment.
-
Dominyk Tiller authored
GPG 1.x has stopped receiving new features, some of which we may well want to take advantage of sooner or later in Homebrew. Upstream has also been attempting to work out for a while how well used it still is which suggests it may "go away" at some point in the future. Debian is also in the process of migrating GnuPG 1.x to a `gpg1` executable whilst GnuPG 2.1.x assumes the `gpg` executable. There's a detailed video discussion of this from DebConf 2015 at: http://meetings-archive.debian.net/pub/debian-meetings/2015/debconf15/GnuPG_in_Debian_report.webm It's unsafe to assume every `gpg` executable is going to forever equal 1.x and every `gpg2` executable is going to forever equal 2.x. MacGPG2 has been symlinking 2.x as a vanilla `gpg` for a while, for example, and we will be soon as well. You'll still be able to plonk the `libexec/bin` path of `gpg` in your PATH to access a vanilla `gpg` 1.x executable if you want to, but we're not going to actively keep adding gpg1 support to formulae going forwards. There's really no reason why 99.9% of projects should not or cannot use `gpg2` these days. This uses detection methods to determine regardless of what the executable is called we're always hitting a 2.0 GnuPG or nothing.
-
Dominyk Tiller authored
-
Shaun Jackman authored
See Homebrew/legacy-homebrew#48449
-
Shaun Jackman authored
-
Dominyk Tiller authored
which_all already runs some checks to see if the file is a file & is executable. Our usage here inside `self.available?` is mostly a smoke test. Closes #676. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-
Andrea Kao authored
-
Andrea Kao authored
-
Mike McQuaid authored
Doesn't appear to affect the speed of `brew search`. Fixes #415.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Add completions for --fetch-HEAD flag
-
- Aug 12, 2016
-
-
Mike McQuaid authored
Add a `brew update --force` to side-step all of the clever optimisations we have to detect if an update is unnecessary. That means if those optimisations go wrong in future we can tell people just to run this single command. This would have been a useful workaround for the issue fixed in 985c672b.
-
Mike McQuaid authored
update.sh: prevent overwriting UPSTREAM_BRANCH.
-
William Woodruff authored
Closes #656. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
William Woodruff authored
-
Mike McQuaid authored
UPSTREAM_BRANCH was being used both as a loop variable name and name for the upstream branch for HOMEBREW_REPOSITORY. This meant that the variable names were overwritten which prevented update. Closes #693.
-
Mike McQuaid authored
Revert "formula_versions: also silence stderr."
-
Mike McQuaid authored
-
- Aug 11, 2016
-
-
Mike McQuaid authored
formula_versions: also silence stderr.
-
Mike McQuaid authored
We already stop old formula versions printing stdout but this also stops them printing on stderr for e.g. old deprecation warnings.
-
Mike McQuaid authored
-