| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-09 | Move install_homebrew into Contributions | Max Howell | |
| 2012-03-09 | Merge branch 'installer' | Max Howell | |
| 2012-03-09 | Update Xcode checks and URLs | Max Howell | |
| 2012-03-09 | rm bad-dylibs check, brew doctor does this better | Max Howell | |
| 2012-03-09 | Improve messaging for this 0.01% edge case | Max Howell | |
| 2012-03-09 | Encourage usage of the new CLT4Xcode | Max Howell | |
| 2012-03-09 | Allow "Press Enter" to be a \r | Max Howell | |
| Some wrapper-tools push \r rather than \n and break the installer. | |||
| 2012-03-09 | Use admin group and not staff | Max Howell | |
| Staff is overly permissive, require user to be an Administrator to use Homebrew. | |||
| 2012-03-09 | cd KNOWN_DIR before executing any functions or tools | Max Howell | |
| It is fucking amazing how much shit breaks if CWD is invalid. Fucking amazing. Also fuck you dumb user who can't figure out what "No such file or directory - getcwd" means so you force me to waste half an hour fixing it for you. | |||
| 2012-03-09 | We need the executable permission to create files in directories | Max Howell | |
| Fixes Homebrew/homebrew#6512. I also set +r as a bunch of Homebrew will fail without that. | |||
| 2012-03-09 | curl -k | Max Howell | |
| 2012-03-09 | Tidy ohais | Max Howell | |
| 2012-03-09 | Revert "Ensure resulting /usr/local is not user writable" | Max Howell | |
| This reverts commit 549e7c1c2046010430849a3e92ecefb64b21a733. | |||
| 2012-03-09 | Revert "Ensure that we undo the o+w chmod" | Max Howell | |
| This reverts commit b3d5ac0c8500006ef4fbd0bf3bd53b22a06869ab. | |||
| 2012-03-09 | Error out with link to help if OS X < 10.5 | Max Howell | |
| 2012-03-09 | Fix install script for Ruby 1.9.x | Max Howell | |
| 2012-03-09 | Ensure that we undo the o+w chmod | Max Howell | |
| 2012-03-09 | Look for bad dylibs in the installer | Max Howell | |
| A common source of compile error, lets tell the user straight away. Removed relevant documentation from the installation instructions as a consequence. | |||
| 2012-03-09 | Ensure resulting /usr/local is not user writable | Max Howell | |
| Because we should do as little modification to the system as possible. Even though /usr/local doesn't exist on a virgin OS X, many tools create it, and some of them expect /usr/local to be root owned for security reasons. This modification fixes Airfoil on systems where it is installed. The result of this is we can no longer create new directories in the HOMEBREW_PREFIX unless we check and prompt for sudo first when required. | |||
| 2012-03-09 | Better check for already installed | Max Howell | |
| 2012-03-09 | Less documentation | Max Howell | |
| Changelog documentation, what were we thinking? | |||
| 2012-03-09 | We don't care about var/log | Max Howell | |
| Actually not sure about this commit's purpose. It was a gist edit, so no commit message was provided. | |||
| 2012-03-09 | Github URLS now are https | Max Howell | |
| 2012-03-09 | If curl fails propagate its exit status through the pipe | Max Howell | |
| 2012-03-09 | Check for all manpaths | Max Howell | |
| 2012-03-09 | Use full path to sudo | Max Howell | |
| 2012-03-09 | Amend paths to check for chmods | Max Howell | |
| 2012-03-09 | Direct the user to Xcode download | Max Howell | |
| 2012-03-09 | Check for tty before trying to grab it | Max Howell | |
| 2012-03-09 | Use original system function for gcc check | Max Howell | |
| 2012-03-09 | chmod Library and libexec too | Max Howell | |
| 2012-03-09 | Duplicating installation steps sucks | Max Howell | |
| 2012-03-09 | Support Ruby < 1.8.7 | Max Howell | |
| 2012-03-09 | Warn if Xcode is not installed. | Max Howell | |
| 2012-03-09 | Use getbyte and not getc | mattetti | |
| 2012-03-09 | Use full path to stty | Max Howell | |
| 2012-03-09 | Only abort if user is not in staff group | Max Howell | |
| Rationale: We aren't sure if the suggested command works on 10.5 and this is an edge case. | |||
| 2012-03-09 | Moved code to top ready for amend | Max Howell | |
| 2012-03-09 | Add user to staff if necessary | Max Howell | |
| 2012-03-09 | Advise user if they are not in the right group | mxcl | |
| 2012-03-09 | Add better Unix exit codes. | Mike McQuaid | |
| Closes Homebrew/homebrew#10809. | |||
| 2012-03-09 | Run tests from anywhere and provide an exit code. | Mike McQuaid | |
| 2012-03-09 | Fix test_ENV on 10.7/Xcode 4. | Mike McQuaid | |
| 2012-03-09 | Fix test_arch_for_command on 10.7. | Mike McQuaid | |
| 2012-03-08 | Fix gdk-pixbuf module installation | Jack Nagel | |
| When other packages install gdk-pixbuf modules, they get installed into the gdk-pixbuf keg. To avoid this, we explicitly create the top level lib directories for gdk-pixbuf and hack the pkgconfig file to point at the top-level directories instead of the keg. This results in other packages installing modules into the top-level directory and as such they are "lost" and treated as unbrewed files, but that is still better than losing them during upgrades of gdk-pixbuf itself. If we had a post-link hook, we could keep everything confined to its own keg, linked into the top-level modules directory, and then run gdk-pixbuf-query-loaders --update-cache ourselves. In the abscence of that, I think this is the best compromise. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-03-07 | Include vi in list of binaries already in OS X | Oscar Del Ben | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2012-03-07 | Don't attempt to cleanup source checkouts | Max Howell | |
| Fixes Homebrew/homebrew#10751. | |||
| 2012-03-07 | Suggest full path to Xcode 4.3 /Developer | Max Howell | |
| Some people seem to have an older xcode-select even after installing the CLT from inside Xcode or otherwise. So this is works for both. Now we aren't future-proofed in case Apple change the location, but hopefully they won't, seems unlikely. Refs Homebrew/homebrew#10743. Fixes Homebrew/homebrew#10745. | |||
| 2012-03-07 | Remove 'is this a git command?' | Adam Vandenberg | |
| 2012-03-07 | Remove silly path method | Adam Vandenberg | |
