| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-03 | Add ARGV.git? | Jack Nagel | |
| 2014-11-03 | Revert "FormulaInstaller: make mode reader methods private" | Jack Nagel | |
| This reverts commit 44bff238434a48c4a8531bc2d1a29c81f18f8fab. Conflicts: Library/Homebrew/formula_installer.rb Fixes Homebrew/homebrew#33882. | |||
| 2014-11-03 | caveats: yosemite adjustments | Dominyk Tiller | |
| Closes Homebrew/homebrew#33815 | |||
| 2014-11-03 | blacklist: remove rubinius. | Brian Shirai | |
| Having 'rubinius' in blacklist.rb prevents taps from providing a rubinius formula. Currently, the Rubinius project is making a binary install of Rubinius 2.3.0+ available as a tap. Unfortunately, this is impossible with this blacklist and forces us to use a non-standard name for the formula. Further, it appears that Homebrew has changed its stance on binary formula, including them in the standard set of formula (ie, not requiring a separate tap). When Homebrew blacklisted Rubinius initially, I asked to allow a binary formula for Rubinius and was refused. The fact that Homebrew has changed its stance on binary formula makes this blacklist doubly unfair. Thanks. Closes Homebrew/homebrew#33809. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-11-03 | brew-pull: allow resolution with --resolve. | Mike McQuaid | |
| 2014-11-02 | FormulaCellarChecks: don't exempt formulas from ssl audit | Tim D. Smith | |
| Reverts b7b4c59. Closes Homebrew/homebrew#33414. | |||
| 2014-11-02 | FormulaInstaller: make mode predicate methods private | Jack Nagel | |
| 2014-11-02 | FormulaInstaller: make mode reader methods private | Jack Nagel | |
| 2014-11-02 | caveats: recommend adding python site-packages with site.addsitedir | Tim D. Smith | |
| Closes Homebrew/homebrew#33364. Fixes Homebrew/homebrew#30844. | |||
| 2014-11-02 | doctor: check for .pth support in Homebrew site-packages | Tim D. Smith | |
| 2014-11-02 | keg: add python_pth_files_installed? helper | Tim D. Smith | |
| 2014-11-02 | language/python: add helper methods for pth detection | Tim D. Smith | |
| 2014-11-01 | pull: pull from PR then from BrewTestBot. | Mike McQuaid | |
| This allows making e.g. `Closes #X` point to the correct commit to reduce confusion and allows `--bump` to function correctly. | |||
| 2014-10-31 | Check for MacPorts/Fink installation only after build failures | Jack Nagel | |
| 2014-10-31 | Revert "run macports check after failed build instead of before every build" | Jack Nagel | |
| CannotInstallFormulaError is only raised when another version of the formula is linked or any of its dependencies are unlinked, in which case this warning is totally irrelevant. It should be checked after build errors instead. This reverts commit 466d0f718bc2241e830393b384294c21194995e0. | |||
| 2014-10-31 | More specific require | Jack Nagel | |
| 2014-10-31 | Remove FormulaAlreadyInstalledError | Jack Nagel | |
| install is the only command that can trigger this warning, so it should be handled before instantiating the installer. | |||
| 2014-10-30 | Use more relevant assertions | Jack Nagel | |
| 2014-10-29 | Allow tests to reset bottle hooks on teardown | Jack Nagel | |
| This avoids polluting other tests that might invoke the installer, thus executing any registered hooks. | |||
| 2014-10-29 | Add predicate methods for specs and stop testing internals | Jack Nagel | |
| 2014-10-29 | Call #name rather than relying on implicit #to_s | Jack Nagel | |
| 2014-10-29 | audit: compare file mode directly | Jack Nagel | |
| 2014-10-29 | Rename "f" to "formula" in the installer | Jack Nagel | |
| 2014-10-29 | Revert "Revert "xcode: use 6.1 on Mavericks."" | Jack Nagel | |
| This reverts commit 2b472a6e2634a7b7592abb7084b20a098f4a488b. | |||
| 2014-10-29 | Always set sysroot for Xcode-only systems | Jack Nagel | |
| Fixes Homebrew/homebrew#33431. | |||
| 2014-10-29 | Remove unreachable branch | Jack Nagel | |
| Requirements meeting this condition are skipped by the first branch on the caller side: https://github.com/Homebrew/homebrew/blob/6c54de812f00658404501719d315202a5551cc1b/Library/Homebrew/formula_installer.rb | |||
| 2014-10-29 | Test default formula requirements against correct dependent | Jack Nagel | |
| 2014-10-29 | Reduce explicit branches in dependency expansion | Jack Nagel | |
| 2014-10-28 | Whitelist config scripts from OS X Server | Jack Nagel | |
| Closes Homebrew/homebrew#33398. | |||
| 2014-10-28 | Simplify config script doctor check | Jack Nagel | |
| 2014-10-28 | Use start_with? instead of regexp | Jack Nagel | |
| 2014-10-28 | real_cellar cannot be nil | Jack Nagel | |
| 2014-10-28 | cmd/install: fallback to searching formula names. | Jim Witschey | |
| Closes Homebrew/homebrew#33648. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-27 | formula_installer: set exit code to failed always. | Mike McQuaid | |
| If we say something failed we should communicate that through the exit code for the bot and scripts. | |||
| 2014-10-27 | brew-test-bot: add fail-fast option. | Mike McQuaid | |
| Allows easier testing of failures due to bad state. | |||
| 2014-10-26 | Fix filename case | Jack Nagel | |
| 2014-10-26 | Improve API documentation output. | Mike McQuaid | |
| And include more files. | |||
| 2014-10-26 | Update Homebrew's authors. | Mike McQuaid | |
| 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 | 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 | 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 | |
