| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-26 | Import docs from wiki. | Mike McQuaid | |
| Closes Homebrew/homebrew#33211. | |||
| 2014-10-26 | brew-test-bot: tweak pull request diff detection. | Mike McQuaid | |
| Avoid accidentally including more changes than was intentional. | |||
| 2014-10-24 | brew-test-bot: just use ci-upload flag. | Mike McQuaid | |
| Can combine testing and PR upload jobs into a single one. | |||
| 2014-10-24 | brew-test-bot: start generalization of uploaders. | Mike McQuaid | |
| 2014-10-23 | Add unsigned kext requirement. | Dominyk Tiller | |
| Creates a new requirement that dictates packages are unable to install due to requiring a signed kext to function. Closes Homebrew/homebrew#33404. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-22 | brew-test-bot: always base URL tests on master. | Mike McQuaid | |
| 2014-10-21 | Correct description of how to fail tests | Jack Nagel | |
| Fixes Homebrew/homebrew#33463. | |||
| 2014-10-21 | Revert "xcode: use 6.1 on Mavericks." | Jack Nagel | |
| Pending resolution of Homebrew/homebrew#33431. This reverts commit bf434e2f7d18ba7d77ac15d54a43c555bc4019c8. | |||
| 2014-10-21 | Point to a tap when installing or fetching. | Mike McQuaid | |
| When installing or fetching and stuff goes wrong we can't always catch the error and redirect to the tap. Instead, point to the tap before we do anything failure-prone and hopefully that'll encourage people to file issues in the right place. If not we can say that explicitly. Closes Homebrew/homebrew#33220. | |||
| 2014-10-21 | ENV/pod2man: fix for machines upgraded to Yosemite | Manpreet Singh | |
| Yosemite is having the same issues as Homebrew/homebrew#24590 in the past on upgraded machine. Bump to pod2man5.18. Closes Homebrew/homebrew#33436. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-21 | brew-test-bot: be more resilient to bad arguments. | Mike McQuaid | |
| 2014-10-21 | doctor: Xcode 6.1 is in the App Store. | Mike McQuaid | |
| 2014-10-21 | xcode: use 6.1 on Mavericks. | Dominyk Tiller | |
| Closes Homebrew/homebrew#33399. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-21 | brew-test-bot: keep running after a single error. | Mike McQuaid | |
| 2014-10-20 | remove ext from autocomplete | Adam Vandenberg | |
| 2014-10-20 | remove versions from autocomplete | Adam Vandenberg | |
| 2014-10-20 | doctor: exempt android-ndk from check_openssl_links | Tim D. Smith | |
| Closes Homebrew/homebrew#33415. | |||
| 2014-10-20 | Less code in begin block | Jack Nagel | |
| 2014-10-20 | Handle broken symlinks in resolve_any_conflicts | Jack Nagel | |
| Fixes Homebrew/homebrew#33328. | |||
| 2014-10-20 | Return early from resolve_any_conflicts for non-symlinks | Jack Nagel | |
| 2014-10-20 | Fix filesystem leak in keg tests | Jack Nagel | |
| 2014-10-20 | Drop questionable CLT advice | Jack Nagel | |
| If an outdated Xcode is installed, it really needs to be updated if possible. Otherwise things that depend on Xcode at build time will have that dependency satisfied, but will fail to compile. The CLT is enough if it is installed by itself, in which case Xcode dependencies will not be satisfied. | |||
| 2014-10-20 | doctor: Xcode 6.1 is in the App Store | Linus Unnebäck | |
| Closes Homebrew/homebrew#33397. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2014-10-20 | add audit check for system OpenSSL linkage | Tim D. Smith | |
| 2014-10-20 | Drop pointless use of CannotInstallFormulaError | Jack Nagel | |
| These are not caught anywhere, just raise the string. Missed in 1b3b61ff08a4ee5979838f7dbc171e9b38e83f7c. | |||
| 2014-10-20 | bottle_version: handle libpano. | Mike McQuaid | |
| 2014-10-19 | Use curl -d to pass query parameters in the bottle download strategy | Jack Nagel | |
| Fixes Homebrew/homebrew#33355. | |||
| 2014-10-19 | doctor: clarify 10.10 Xcode situation. | Mike McQuaid | |
| 2014-10-19 | formula_installer: tweak argument migration warn. | Mike McQuaid | |
| Make it clear that we've done the right thing and this message is just for informational purposes. | |||
| 2014-10-19 | formula_installer: warn on deprecated options. | Mike McQuaid | |
| 2014-10-19 | tab: remap deprecated options in tabs. | Mike McQuaid | |
| If a deprecated option is found in a tab, rename it to the new option. | |||
| 2014-10-19 | formula: add spec deprecated_option DSL. | Mike McQuaid | |
| 2014-10-19 | Add deprecated_option to software_spec. | Mike McQuaid | |
| Allows remapping one option name to another and updates build options and flags accordingly. | |||
| 2014-10-19 | Add DeprecatedOption class. | Mike McQuaid | |
| Used to capture options that are being renamed. | |||
| 2014-10-19 | brew-test-bot: set HOME. | Mike McQuaid | |
| Stop dumping files in the real HOME and allow Jenkins to handle workspace cleanup instead. | |||
| 2014-10-19 | cleanup: only clean cache if it exists. | Mike McQuaid | |
| Closes Homebrew/homebrew#33297. | |||
| 2014-10-19 | gifsicle 1.86 | Stian Eikeland | |
| Closes Homebrew/homebrew#33307. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-10-19 | Provide a method to access test fixtures | Jack Nagel | |
| Formulae should not require knowledge of Homebrew's internal directory structure, and we should be able to alter it without modifying individual formulae. | |||
| 2014-10-18 | Undocument UnsafeSubersionDownloadStrategy | Jack Nagel | |
| 2014-10-18 | Deprecate insecure download strategies | Jack Nagel | |
| 2014-10-18 | Use YARD for API documentation. | Mike McQuaid | |
| Massive TODO. We'll get there eventually... | |||
| 2014-10-17 | Pull conditional out of begin block | Jack Nagel | |
| 2014-10-17 | Move some code to the pour method | Jack Nagel | |
| 2014-10-17 | xcode: check clang exists to confim install. | Mike McQuaid | |
| 2014-10-17 | We don't need a Pathname just to stat the directory | Jack Nagel | |
| 2014-10-17 | brew-test-bot: always repair taps when tapping. | Mike McQuaid | |
| 2014-10-17 | formula_cellar_checks: Ruby 1.8 compatible check. | Mike McQuaid | |
| 2014-10-17 | formula_cellar_checks: check exists before glob. | Mike McQuaid | |
| Closes Homebrew/homebrew#33242. | |||
| 2014-10-17 | audit: call puts once instead of problems.size + 2 times | Jack Nagel | |
| 2014-10-17 | audit: loop over deps once | Jack Nagel | |
