| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-26 | upgrade: announce usage of --all.HEADmaster | Mike 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-26 | Add support for extracting LHA archives | Misty De Meo | |
| 2015-04-26 | remove Bintray.version method | Xu Cheng | |
| Closes #38587. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-04-26 | brew-test-bot: use pkg_version when uploading bottles | Xu Cheng | |
| 2015-04-26 | brew-pull: use pkg_version when publishing bottles | Xu Cheng | |
| 2015-04-25 | Keep subprocess code inside begin block | Jack Nagel | |
| 2015-04-25 | Clean up socket and filesystem resources separately | Jack Nagel | |
| 2015-04-25 | Add Formula#logs | Jack Nagel | |
| 2015-04-25 | ENV.deparallelize: add block form for temporary change | Misty De Meo | |
| Closes #39026. | |||
| 2015-04-24 | Fix `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-24 | search: add homebrew/tex to search params | Dominyk Tiller | |
| Closes #38855. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-24 | tap_migrations: migrate tex formulae to homebrew/tex | Dominyk Tiller | |
| 2015-04-24 | hardware: correctly detect early 2015 MacBook Pro. | enami tsugutomo | |
| Closes #38996. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-24 | download_strategy: allow anoncvs. | Geoff Nixon | |
| Closes #38965. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-23 | cleanup-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-23 | compilers: blacklist llvm from :openmp | Ian Lancaster | |
| Closes #38912. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-23 | mac/xcode: add xcode 6.3.1 support | Dominyk Tiller | |
| Closes #38514. | |||
| 2015-04-23 | os/mac: add xcode 6.3.1 support | Dominyk Tiller | |
| 2015-04-23 | sandbox: add deny_write_homebrew_library method | Xu Cheng | |
| 2015-04-23 | test_pkg_version: remove illegal testcase | Xu Cheng | |
| `Version` will not end with /_\d+/. Closes #38822. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-04-22 | gv: migrate to homebrew/x11 | Baptiste Fontaine | |
| Closes #38914. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-21 | Remove test that may alter the repository | Jack Nagel | |
| 2015-04-21 | Inline error message | Jack Nagel | |
| 2015-04-21 | cmd/search: notification on attempted regex searches | Alex Dunn | |
| Closes #38760. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-21 | test: 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-21 | Add RubyRequirement. | Mike McQuaid | |
| 2015-04-20 | Revert "Use real repo to run tests" | Jack Nagel | |
| This reverts commit 5aaf13c6cf784cb4be62932b3e528e8f93580a65. | |||
| 2015-04-20 | Use real repo to run tests | Jack Nagel | |
| 2015-04-20 | Remove assertion that is coupled to test prefix structure | Jack Nagel | |
| 2015-04-20 | Don't use deprecated API | Jack Nagel | |
| 2015-04-20 | Our internal directory structure is private | Jack Nagel | |
| 2015-04-20 | pull: fetch bottles with --retry. | Mike McQuaid | |
| 2015-04-20 | keg_fix_install_names: fixup plists. | Mike McQuaid | |
| 2015-04-20 | formula_cellar_checks: fix memcached shadowing. | Mike McQuaid | |
| 2015-04-20 | formula_cellar_checks: ignore memcached shadowing. | Mike McQuaid | |
| 2015-04-19 | work around missing __debug header in Xcode CLT 6.3 | Tim 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-19 | Revert "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-19 | audit: enforce new https url style for gnome downloads | Viktor Szakats | |
| also delete extra closing parenthesis in two problem messages Closes #38824. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-19 | audit: version string should not be ambiguous with revision part | Xu Cheng | |
| Closes #38810. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-04-19 | bottle_version: support openssl style | Xu Cheng | |
| 2015-04-19 | stop supporting 0_5_0 style bottle version | Xu 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-18 | Remove bad test | Jack Nagel | |
| 2015-04-17 | bbcp: move to head-only | Alex Dunn | |
| Closes #38769. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2015-04-17 | Move can_cleanup? off of the formula instance | Jack Nagel | |
| 2015-04-17 | Ask the formula if it can be cleaned up once | Jack Nagel | |
| 2015-04-17 | Simplify cleanup eligibility check | Jack Nagel | |
| 2015-04-17 | linkapps: output nothing if no apps exist | Dominyk 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-17 | sandbox: record log | Xu Cheng | |
| Closes #38711. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-04-16 | Eliminate a place where ARGV is mutated | Jack Nagel | |
| 2015-04-16 | test-bot: delete cache files older than 30 days. | Mike McQuaid | |
| Closes #38567. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
