aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2015-04-26upgrade: announce usage of --all.HEADmasterMike McQuaid
Tell users that we will soon be migrating `--all` so it is required if you wish to upgrade all formulae. Closes #38572.
2015-04-26Add support for extracting LHA archivesMisty De Meo
2015-04-26remove Bintray.version methodXu Cheng
Closes #38587. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-26brew-test-bot: use pkg_version when uploading bottlesXu Cheng
2015-04-26brew-pull: use pkg_version when publishing bottlesXu Cheng
2015-04-25Keep subprocess code inside begin blockJack Nagel
2015-04-25Clean up socket and filesystem resources separatelyJack Nagel
2015-04-25Add Formula#logsJack Nagel
2015-04-25ENV.deparallelize: add block form for temporary changeMisty De Meo
Closes #39026.
2015-04-24Fix `brew unpack --patch`enami tsugutomo
Applying patches in `brew unpack` was broken since b76e26c9cf1f ("Decouple applying patches from staging the source"). Closes #38997. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-04-24search: add homebrew/tex to search paramsDominyk Tiller
Closes #38855. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-24tap_migrations: migrate tex formulae to homebrew/texDominyk Tiller
2015-04-24hardware: correctly detect early 2015 MacBook Pro.enami tsugutomo
Closes #38996. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-24download_strategy: allow anoncvs.Geoff Nixon
Closes #38965. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-23cleanup-installed: remove command.Mike McQuaid
It's been deprecated for a few months and `brew bundle` is a far better tool for this than `cleanup-installed` was. Closes #38893. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-23compilers: blacklist llvm from :openmpIan Lancaster
Closes #38912. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-23mac/xcode: add xcode 6.3.1 supportDominyk Tiller
Closes #38514.
2015-04-23os/mac: add xcode 6.3.1 supportDominyk Tiller
2015-04-23sandbox: add deny_write_homebrew_library methodXu Cheng
2015-04-23test_pkg_version: remove illegal testcaseXu Cheng
`Version` will not end with /_\d+/. Closes #38822. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-22gv: migrate to homebrew/x11Baptiste Fontaine
Closes #38914. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-21Remove test that may alter the repositoryJack Nagel
2015-04-21Inline error messageJack Nagel
2015-04-21cmd/search: notification on attempted regex searchesAlex Dunn
Closes #38760. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-21test: add missing `require "timeout"`Xu Cheng
When the timeout exception is propagated backed from `safe_fork`, it requires "timeout" to restore the exception.
2015-04-21Add RubyRequirement.Mike McQuaid
2015-04-20Revert "Use real repo to run tests"Jack Nagel
This reverts commit 5aaf13c6cf784cb4be62932b3e528e8f93580a65.
2015-04-20Use real repo to run testsJack Nagel
2015-04-20Remove assertion that is coupled to test prefix structureJack Nagel
2015-04-20Don't use deprecated APIJack Nagel
2015-04-20Our internal directory structure is privateJack Nagel
2015-04-20pull: fetch bottles with --retry.Mike McQuaid
2015-04-20keg_fix_install_names: fixup plists.Mike McQuaid
2015-04-20formula_cellar_checks: fix memcached shadowing.Mike McQuaid
2015-04-20formula_cellar_checks: ignore memcached shadowing.Mike McQuaid
2015-04-19work around missing __debug header in Xcode CLT 6.3Tim D. Smith
uses the LLVM 3.6 debug header from: http://reviews.llvm.org/diffusion/L/browse/libcxx/tags/RELEASE_360/final/include/__debug Workaround for #38514. Closes #38735.
2015-04-19Revert "audit: enforce new https url style for gnome downloads"Jack Nagel
I would like there to be more discussion before making this change. This reverts commit f16ffd2a9ee5d29c7c0ae672c17bd129240adbb5.
2015-04-19audit: enforce new https url style for gnome downloadsViktor Szakats
also delete extra closing parenthesis in two problem messages Closes #38824. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-19audit: version string should not be ambiguous with revision partXu Cheng
Closes #38810. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-19bottle_version: support openssl styleXu Cheng
2015-04-19stop supporting 0_5_0 style bottle versionXu Cheng
The original formula (disco) has been moved to use 0.5.0 style version string. So actually no one is using such style. Stop supporting such style, so it wouldn't be ambiguous with revision part in `Formula#pkg_version`. Closes #38750. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-18Remove bad testJack Nagel
2015-04-17bbcp: move to head-onlyAlex Dunn
Closes #38769. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-04-17Move can_cleanup? off of the formula instanceJack Nagel
2015-04-17Ask the formula if it can be cleaned up onceJack Nagel
2015-04-17Simplify cleanup eligibility checkJack Nagel
2015-04-17linkapps: output nothing if no apps existDominyk Tiller
The standard message can be somewhat confusing (#38695) in that it outputs “finished linking” language regardless of whether an app is actually present/linked or not. This solution just stops it saying anything if there’s no app in the directory. It needs a little tidying in the output here, but it’s a discussion point. Closes #38728. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-17sandbox: record logXu Cheng
Closes #38711. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-16Eliminate a place where ARGV is mutatedJack Nagel
2015-04-16test-bot: delete cache files older than 30 days.Mike McQuaid
Closes #38567. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>