aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2014-11-18Suppress encoding errors in test-bot log filesJack Nagel
2014-11-17Regard any installation of the formula as conflictsaereal
Closes #34159. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-17brew-pull: make close message detection more precise.Mike McQuaid
2014-11-16Remove more references to removed external commandsJack Nagel
2014-11-15Ensure that equals options get parsed properlyElliot Saba
Options such as --userimg=<path> should be parsed as an option with an equals in its name ("userimg=") and without the path argument in Option.name Closes #34219. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-14doctor: more useful commentJack Nagel
2014-11-14Tell brew doctor to ignore libTrAPI.dylibhimikk
Tell brew doctor to ignore libTrAPI.dylib TrAPI used by VPN software "Endpoint Security VPN" Closes #34129. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-14doctor: don't complain if reads_brewed_pth_files? is nilTim D. Smith
Closes #33957.
2014-11-14doctor: check that Python site-packages directory is writableTim D. Smith
2014-11-14language/python: make sure site_packages is writableTim D. Smith
2014-11-14os: shorten troubleshooting URL.Mike McQuaid
2014-11-14helios: move to Spotify's tap.David Xia
Helios will be provided by github.com/spotify/homebrew-public. Addresses https://github.com/Homebrew/homebrew/pull/34002 Closes #34071. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-13doctor: option depreciationDominyk Tiller
I presume this needs to change to reflect #34147? Closes #34151. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-12One less place where Formula is reopenedJack Nagel
2014-11-12Exempt the head-only tap from the head-only audit warningJack Nagel
2014-11-12Fix Requirement equalityJack Nagel
2014-11-12Don't allocate arrays in Requirement#hashJack Nagel
2014-11-11Don't warn about config scripts that originate in the cellarJack Nagel
Fixes Homebrew/homebrew-php#1389.
2014-11-11Exclude documentation from `brew list --unbrewed`Jack Nagel
2014-11-10test-bot: make variable names consistent with other codeJack Nagel
2014-11-10Don't record the test if initialization failsJack Nagel
When Test.new raises an ArgumentError, nil will be pushed onto the tests array, and then methods will be called on nil when we iterate over the tests while building the XML output.
2014-11-10Less code in begin blockJack Nagel
2014-11-10language/python: new setup_install methodTim D. Smith
Closes #33988.
2014-11-10gist-logs: basic loginStefan
Closes #33839. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-10MaximumMacOSRequirementDominyk Tiller
Slightly loosens up the wording to make it less narrow and more tolerant of wider usage. Relates to #34041 and #34039. Closes #34042. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-09Pull initialization code out of begin blockJack Nagel
2014-11-07Use libexec method in install testJack Nagel
2014-11-07Normalize requires in testsJack Nagel
2014-11-07test-bot: handle changed bottled dependencies.Mike McQuaid
2014-11-07tuntap: 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 #33894. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-07caveats: if the last character isn't a newline, add oneXu Cheng
Closes #33962. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-06Remove outdated commentJack Nagel
2014-11-05BottleVersion: add imap-uw style versionsTim D. Smith
2014-11-05Add `depend_on :apr`Jack Nagel
2014-11-03Revert "Revert "FormulaInstaller: make mode reader methods private""Jack Nagel
This reverts commit c622f27e525de4a9cc9a209a6cc0e26be60b5919.
2014-11-03Make quieter an installer modeJack Nagel
2014-11-03Make git an installer modeJack Nagel
2014-11-03Add ARGV.git?Jack Nagel
2014-11-03Revert "FormulaInstaller: make mode reader methods private"Jack Nagel
This reverts commit 44bff238434a48c4a8531bc2d1a29c81f18f8fab. Conflicts: Library/Homebrew/formula_installer.rb Fixes #33882.
2014-11-03caveats: yosemite adjustmentsDominyk Tiller
Closes #33815
2014-11-03blacklist: 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 #33809. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-03brew-pull: allow resolution with --resolve.Mike McQuaid
2014-11-02FormulaCellarChecks: don't exempt formulas from ssl auditTim D. Smith
Reverts b7b4c59. Closes #33414.
2014-11-02FormulaInstaller: make mode predicate methods privateJack Nagel
2014-11-02FormulaInstaller: make mode reader methods privateJack Nagel
2014-11-02caveats: recommend adding python site-packages with site.addsitedirTim D. Smith
Closes #33364. Fixes #30844.
2014-11-02doctor: check for .pth support in Homebrew site-packagesTim D. Smith
2014-11-02keg: add python_pth_files_installed? helperTim D. Smith
2014-11-02language/python: add helper methods for pth detectionTim D. Smith
2014-11-01pull: 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.