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 08, 2016
-
-
Martin Afanasjew authored
-
Martin Afanasjew authored
-
Martin Afanasjew authored
-
Martin Afanasjew authored
-
Martin Afanasjew authored
-
Martin Afanasjew authored
-
Mike McQuaid authored
e.g. Caskroom/homebrew-cask. Thanks to UniqMartin for the fix. Fixes #655.
-
Mike McQuaid authored
-
Mike McQuaid authored
Doesn't feel like a good reason to abort installation for users if the formula author has specified a conflict that doesn't exist. Instead, behave more like the `TapFormulaUnavailableError` but print a message telling people to report to the formula authors. Closes https://github.com/Homebrew/homebrew-versions/issues/1327
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
This reverts commit 24f7e671.
-
Mike McQuaid authored
-
Andrea Kao authored
-
Steven Peters authored
-
Dominyk Tiller authored
-
Dominyk Tiller authored
Closes #648. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
Dominyk Tiller authored
-
- Aug 06, 2016
-
-
Uladzislau Shablinski authored
-
Vlad Shablinsky authored
Closes #584. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Vlad Shablinsky authored
Introduce `--fetch-HEAD` option. Without this option upgrade and outdated never fetch latest upstream commit to detect if HEAD is outdated -- tabs are used instead. However, if option is passed, we fetch commit from upstream, which is more time consuming, but we can be sure that version is up-to-date or outdated.
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
* add `latest_head_version` to return latest HEAD version installed * add `latest_head_prefix` to return Pathname with latest HEAD version * add `head_version_outdated?` to check if HEAD version is up-to-date
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
-
Vlad Shablinsky authored
-
Uladzislau Shablinski authored
If we try to call `Formulary.from_keg(f, :head)` on the keg that is not HEAD-keg itself, we don't need to update commit of returned formula and should use just HEAD version with nil commit. Same is true for `ARGV.resolved_formulae`
-
Andrea Kao authored
-
Martin Afanasjew authored
This basically started once our integration tests caused the overall test time to raise above 10 minutes, causing some coverage data to be dropped because SimpleCov believed it to be stale.
-
Martin Afanasjew authored
When running on Travis CI, both the Linux and macOS build will send a coverage report, causing them to be merged by Coveralls. This results in inferior coverage due to the early stage of the Linux-specific tests and is probably not what we want. Make sure we only send a report for macOS (assuming we stick with a single macOS build in `.travis.yml`).
-
- Aug 05, 2016
-
-
Mike McQuaid authored
No longer output every cask under the list of changed formulae but instead create a dedicated, unprinted report section for casks and then iterate through that instead.
-
Mike McQuaid authored
-
Mike McQuaid authored
This reverts commit b33b1af0.
-
Xu Cheng authored
-
Xu Cheng authored
`any?` is not the opposite of `empty?`. Besides the case that `[false, nil].any?` will return false, `any?`(O(n)) has much worse performance than `empty?`(O(1)).
-