| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-09 | Pull initialization code out of begin block | Jack Nagel | |
| 2014-11-07 | Use libexec method in install test | Jack Nagel | |
| 2014-11-07 | Normalize requires in tests | Jack Nagel | |
| 2014-11-07 | test-bot: handle changed bottled dependencies. | Mike McQuaid | |
| 2014-11-07 | tuntap: recommend upstream signed binary. | Dominyk Tiller | |
| We have an upstream signed binary available! Big big love to Mattias for this. This PR converts all the existing tuntap dependencies into binary-friendly tuntap dependencies, and adds a tuntap dependency to requirements to look for the kexts. Closes Homebrew/homebrew#33894. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-11-07 | caveats: if the last character isn't a newline, add one | Xu Cheng | |
| Closes Homebrew/homebrew#33962. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-11-06 | Remove outdated comment | Jack Nagel | |
| 2014-11-05 | BottleVersion: add imap-uw style versions | Tim D. Smith | |
| 2014-11-05 | Add `depend_on :apr` | Jack Nagel | |
| 2014-11-03 | Revert "Revert "FormulaInstaller: make mode reader methods private"" | Jack Nagel | |
| This reverts commit c622f27e525de4a9cc9a209a6cc0e26be60b5919. | |||
| 2014-11-03 | Make quieter an installer mode | Jack Nagel | |
| 2014-11-03 | Make git an installer mode | Jack Nagel | |
| 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 | |
