| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-19 | Only "extend self" once on the Homebrew module | Jack Nagel | |
| 2014-06-16 | Move head-only checks to cmd/install | Jack Nagel | |
| Fixes #30084. Closes #30203. | |||
| 2014-06-16 | install: move requires to top of file | Jack Nagel | |
| 2014-06-03 | doctor: Add check for install_name_tool | Misty De Meo | |
| Closes #29593. | |||
| 2014-05-19 | Remove deprecated --use-{gcc,llvm,clang} | Jack Nagel | |
| Closes #29380. | |||
| 2014-05-12 | Separate Xcode and CLT doctor checks by OS X version | Jack Nagel | |
| Closes #29206. | |||
| 2014-04-27 | run macports check after failed build instead of before every build | Andrew Potter | |
| Closes #28717. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-03-15 | Rewrite `brew reinstall` | Jack Nagel | |
| Fixes #23928. | |||
| 2014-03-13 | Make FormulaInstaller setup more readable | Jack Nagel | |
| 2014-03-13 | Make debug an installer mode | Jack Nagel | |
| 2014-03-13 | Make verbose an installer mode | Jack Nagel | |
| 2014-03-13 | Make interactive an installer mode | Jack Nagel | |
| 2014-03-10 | Make force_bottle an explicit installer mode | Jack Nagel | |
| 2014-03-10 | install: explicitly pass used options to the installer | Jack Nagel | |
| 2014-03-10 | Make build_from_source an explicit installer mode | Jack Nagel | |
| 2014-03-10 | Make build_bottle an explicit installer mode | Jack Nagel | |
| 2014-03-04 | Let commands decide what mode the installer should use | Jack Nagel | |
| 2014-03-04 | Extract installer setup to prelude method | Jack Nagel | |
| 2014-03-02 | Revert "Let commands decide what mode the installer should use" | Jack Nagel | |
| I'd still like to make this change, but at least for now the initializer requires ignore_deps to be set correctly. This reverts commit 881a8855b944fa9bd7dfd598bb9197f79f7a13f0. | |||
| 2014-03-02 | Let commands decide what mode the installer should use | Jack Nagel | |
| 2014-02-28 | Use Formula.path | Jack Nagel | |
| 2014-02-11 | Revert "Recognize --head as an alias for --HEAD" | Adam Vandenberg | |
| This reverts commit c32ab0a35a2dfa9b593f759ef0ae8b7af077b0b7. There are other hard-coded uses of HEAD, in build_options for instance. These all need to be fixed before enabling this. | |||
| 2014-02-09 | Recognize --head as an alias for --HEAD | Misty De Meo | |
| Homebrew currently recognizes "--head" during the install process, but rather than actually fetch HEAD it just nags the user to use the correct option. Since we recognize the spelling anyway, this just promotes the lowercase version to an official alias. Closes #26555. | |||
| 2014-01-03 | install, update: AlreadyTappedError never raised. | Mike McQuaid | |
| 2013-12-12 | Remove unused variables | Jack Nagel | |
| 2013-12-02 | Emit deprecation warning for --use-{gcc,llvm,clang} | Jack Nagel | |
| Closes #24864. | |||
| 2013-10-31 | install: search when formula isn't found. | Mike McQuaid | |
| 2013-10-30 | install: print osx-gcc-installer doctor warning. | Mike McQuaid | |
| 2013-10-22 | Different regex for user/tap/formula and user/tap. | Mike McQuaid | |
| Closes #23430. | |||
| 2013-10-21 | install: silently ignore already tapped taps. | Mike McQuaid | |
| 2013-10-21 | install: fix trying to tap local bottles. | Mike McQuaid | |
| 2013-10-21 | install: tap if full tap formula format given. | Mike McQuaid | |
| Closes #23411. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-09-05 | Revert Library/Homebrew/cmd/install.rb to 4b320eec. | Xiyue Deng | |
| * Fix problem when install exception got swallow and reinstall thinks it succeeded. | |||
| 2013-09-05 | reinstall cleanup | Samuel John | |
| 2013-09-05 | Make reinstall transaction safe. | Xiyue Deng | |
| * Aborting during reinstall will now restore the originally installed keg. - Change install code to pass on CannotInstallFormulaError exception to caller so it can be reused in reinstall. * Add "--force-new-install" flag to force installing a new formula. Closes #22190. Signed-off-by: Samuel John <github@SamuelJohn.de> | |||
| 2013-06-14 | Use Hardware::CPU module | Jack Nagel | |
| 2013-06-12 | install: remove overcautious array manipulation | Jack Nagel | |
| 2013-06-08 | Consolidate sudo checks. | Adam Vandenberg | |
| Closes #20318. | |||
| 2013-05-22 | Refactor Xcode/CLT version checks | Jack Nagel | |
| 2013-04-03 | Don't error out when a package is already installed | Jack Nagel | |
| Fixes #17010. | |||
| 2013-01-10 | Don't attempt installation multiple times | Jack Nagel | |
| When a dependency of a formula specified on the command-line is also specified, *after* the dependent formula, installation proceeds as part of the dependent's dependency tree and then is attempted again because the user asked for it explicitly. This results in the installer raising a CannotInstallFormulaError because it has already been installed. For example: $ brew install graphviz pkg-config ==> Installing graphviz dependency: pkg-config ... ==> Installing graphviz ... Error: pkg-config-0.27.1 already installed We already have a mechanism for dealing with this, but it does not kick in early enough. Move the installation attempt check into FormulaInstaller#check_install_sanity and catch the exception in the appropriate places. Fixes #16957. | |||
| 2012-12-27 | Replace sceaga/homebrew with mistydemeo/tigerbrew | Misty De Meo | |
| @sceaga has discontinued his homebrew fork, so tigerbrew is now PPC/ Tiger users' best bet. | |||
| 2012-12-17 | Better reporting for MacPorts/Fink installations | Jack Nagel | |
| closes #15853. | |||
| 2012-11-01 | Error out on lowercase --head parameter to install. | Adam Vandenberg | |
| Fixes #14815. | |||
| 2012-08-31 | Doctor check for unlicensed Xcode | Max Howell | |
| Checking the license text is probably the most future proofed method. Though for future reference other possible methods are listed in the below ticket. Closes #14558. | |||
| 2012-08-10 | remove trailing whitespace | Adam Vandenberg | |
| 2012-08-10 | Be more verbose when users insist on being sudoers | Max Howell | |
| If you google for "Cowardly refusing to sudo brew" you get a lot of confused users who didn't read any of the Homebrew documentation and then had a hissy-fit. | |||
| 2012-08-06 | Fix issues with writable? detection in brew doctor | Brandon Black | |
| Closes #13689. Signed-off-by: Max Howell <mxcl@me.com> There are subtle distinctions between writable? and writable_real? we don't understand precisely why we need this, but it fixes the bugs :/ | |||
| 2012-08-06 | Don't blacklist tapped-dupes | Max Howell | |
| If a formula is in Formula due to tapping or otherwise, don't prohibit installation. Really we should make the blacklist *really* stuff that should be blacklisted and then if it is available still require a --force. But currently with okay stuff like vim in there, and libxml2 being both blacklisted *and* in mxcl/master, we are screwing ourselves. TL;DR we should do some work on this component. Fixes #13234. | |||
| 2012-04-30 | Add ofail command and fix bottle command output. | Mike McQuaid | |
