aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2014-11-23brew-pull: die when bumping multiple formulae.Mike McQuaid
2014-11-21Hashes do not iterate in insertion order on Ruby 1.8Jack Nagel
2014-11-21Remove unnecessary array allocationsJack Nagel
These classes are never instantiated with arguments, so we can get rid of the unnecessary array splatting.
2014-11-21Fix dependency equalityJack Nagel
2014-11-21authexec: migrating tapsDominyk Tiller
This formula no longer works on anything newer than Lion (See Homebrew/homebrew#34039), so handing it over to Misty’s Tigerbrew fork where it could still be useful. As far as tap_migrations goes though, it's being moved to the boneyard due to Misty's fork not technically being a 'tap'. Closes Homebrew/homebrew#34348. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-21Tweak phrasingJack Nagel
2014-11-21Updated `outdated` docs to include `--verbose` optionChris
Update man page to reflect change per issue Homebrew/homebrew#27813 (commit 9362781). Closes Homebrew/homebrew#34317. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-20Improve inspect output for dependency collectionsJack Nagel
2014-11-20Friendlier error message for EOFError raised inside Net::HTTPJack Nagel
Closes Homebrew/homebrew#34312. Closes Homebrew/homebrew#34358.
2014-11-20aspell: unroll options loop to avoid accessing internalsJack Nagel
2014-11-18brew-test-bot: check default_formula requirements.Mike McQuaid
This handles the case where e.g. a default_formula cannot be installed on Yosemite which causes the build to fail.
2014-11-18Run test-bot logs through iconv on Ruby 1.8Jack Nagel
2014-11-18UTF-8 to UTF-16 should never raise UndefinedConversionErrorJack Nagel
2014-11-18Suppress encoding errors in test-bot log filesJack Nagel
2014-11-17Regard any installation of the formula as conflictsaereal
Closes Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#34071. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-13doctor: option depreciationDominyk Tiller
I presume this needs to change to reflect Homebrew/homebrew#34147? Closes Homebrew/homebrew#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 Homebrew/homebrew#33988.
2014-11-10gist-logs: basic loginStefan
Closes Homebrew/homebrew#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 Homebrew/homebrew#34041 and Homebrew/homebrew#34039. Closes Homebrew/homebrew#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 Homebrew/homebrew#33894. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-07caveats: if the last character isn't a newline, add oneXu Cheng
Closes Homebrew/homebrew#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