aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2015-04-29Extract runtime configuration from global.rbJack Nagel
This allows global.rb to be safely loaded in the test environment.
2015-04-29test-bot: try to handle bad UTF-8 output.Mike McQuaid
2015-04-28Manage sandbox test resources in setup/teardownJack Nagel
2015-04-28bottle: matching url with optionsXu Cheng
Closes Homebrew/homebrew-versions#791. Closes Homebrew/homebrew#39137. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-28The forked build process should never run at_exit handlersJack Nagel
We don't use at_exit anywhere that matters, but the test framework does.
2015-04-28Fix passed-in formula name to match the class nameJack Nagel
2015-04-27Simplify substitutionJack Nagel
2015-04-27test-bot: print output if ARGV.verbose?Xu Cheng
Closes Homebrew/homebrew#39078. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-27ruby_requirement: add/fix default_formula.Mike McQuaid
2015-04-27libqxt: retire to the boneyardLarry Gilbert
Closes Homebrew/homebrew#39074. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-27manpage: add missing documentXu Cheng
Closes Homebrew/homebrew#38351. Closes Homebrew/homebrew#38960. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-26Fix variable nameJack Nagel
2015-04-26Fix variable nameJack Nagel
2015-04-26upgrade: announce usage of --all.Mike McQuaid
Tell users that we will soon be migrating `--all` so it is required if you wish to upgrade all formulae. Closes Homebrew/homebrew#38572.
2015-04-26Add support for extracting LHA archivesMisty De Meo
2015-04-26remove Bintray.version methodXu Cheng
Closes Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#38997. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-04-24search: add homebrew/tex to search paramsDominyk Tiller
Closes Homebrew/homebrew#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 Homebrew/homebrew#38996. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-24download_strategy: allow anoncvs.Geoff Nixon
Closes Homebrew/homebrew#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 Homebrew/homebrew#38893. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-23compilers: blacklist llvm from :openmpIan Lancaster
Closes Homebrew/homebrew#38912. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-23mac/xcode: add xcode 6.3.1 supportDominyk Tiller
Closes Homebrew/homebrew#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 Homebrew/homebrew#38822. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-22gv: migrate to homebrew/x11Baptiste Fontaine
Closes Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#38514. Closes Homebrew/homebrew#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.