This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Aug 09, 2012
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#9982
-
Mike McQuaid authored
Fixes Homebrew/homebrew#13638.
-
Mike McQuaid authored
-
- Aug 08, 2012
-
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Adam Vandenberg authored
-
Max Howell authored
I managed to remove a return while fixing this yesterday. The whitespace changes made the diff unreadable so I missed this regression. Why does this sort of thing still happen?
-
Max Howell authored
-
Max Howell authored
This stuff sucks. I'd like to just replace the dash with a directory division or tilde character. But this makes the code even more complicated, unless we can figure out how to migrate the taps.
-
Stafford Brunk authored
Closes Homebrew/homebrew#12247. Closes Homebrew/homebrew#12244. Signed-off-by:
Max Howell <mxcl@me.com>
-
Adam Vandenberg authored
Closes Homebrew/homebrew#13335.
-
- Aug 07, 2012
-
-
Brandon Black authored
Closes Homebrew/homebrew#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 :/
-
Max Howell authored
How did this get removed? Had a bug today where user had this but no doctor check so I was confused!
-
Max Howell authored
If the user owns the parent directory we have the rights to rmtree. At least I believe so. Fixes Homebrew/homebrew#13714.
-
samueljohn authored
Closes Homebrew/homebrew#13431. Signed-off-by:
Max Howell <mxcl@me.com>
-
Max Howell authored
Fixes Homebrew/homebrew#12944.
-
Patrick Lucas authored
Currently, if brew doctor detects untracked changes in the local repo, it suggests doing 'git reset --hard', but that doesn't remove untracked files. This change adds an additional suggestion to run 'git clean -f' to remove them. Closes Homebrew/homebrew#12814. Signed-off-by:
Max Howell <mxcl@me.com> Changed the path to Library as we don't want to clean -f all over the whole /usr/local :P
-
Max Howell authored
Works rather damn well. I considered `brew -i`, but we aren't a shell.
-
Max Howell authored
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 Homebrew/homebrew#13234.
-
Max Howell authored
The short-circuit returns would cause the caching ||= syntax to be skipped. For me on my CLT-less install, this was noticeably slowing down brew for some operations due to the frequent calls to xcodebuild.
-
samueljohn authored
- patch no longer needed - blacklist.rb: Removed version number because we forget to update it too often. Closes Homebrew/homebrew#13997. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Max Howell authored
Refs Homebrew/homebrew#13982.
-
Max Howell authored
We don't want bug reports about this crap, even though the user REALLY should listen to the warning message. What actually happens is they blame us instead. This kind of warning in particular: warning: Insecure world writable dir /usr/local/bin in PATH
-
Max Howell authored
You have to hold people's hands, they won't google anything. Refs Homebrew/homebrew#13982.
-
- Aug 06, 2012
-
-
Jack Nagel authored
Now that X11 components are specified as dependencies, users will be prompted to install these components when necessary, and this check is no longer needed. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Aug 05, 2012
-
-
Max Howell authored
Tell user exactly what command to use rather than thinking they'll figure it out by applying some negation logic to the main verb in the sentence they just read. Closes Homebrew/homebrew#12790.
-
Max Howell authored
Fixes Homebrew/homebrew#12446.
-
Max Howell authored
About time right?
-
Max Howell authored
Removes dead symlinks in Formula and re-symlinks all Taps. Closes Homebrew/homebrew#11565.
-
Max Howell authored
Repos can't at this point. Hard to easily fix so avoiding it until 2.0 or until someone moans enough.
-
- Aug 04, 2012
-
-
Mike McQuaid authored
Fix Homebrew/homebrew#11728, fix Homebrew/homebrew#12890, fix Homebrew/homebrew#13653, fix Homebrew/homebrew#13734, fix Homebrew/homebrew#13787, fix Homebrew/homebrew#13818, fix Homebrew/homebrew#13939.
-
Mike McQuaid authored
-
Adam Vandenberg authored
-
- Aug 03, 2012
-
-
Mike McQuaid authored
It's also necessary to delete LC_ALL or it overrides the new LANG. LC_COLLATE is the problem variable but is affected by LANG and LC_ALL so just use them instead. Extends the fix made to geoip in dc955c. Fix Homebrew/homebrew#11728, fix Homebrew/homebrew#12890, fix Homebrew/homebrew#13653, fix Homebrew/homebrew#13734, fix Homebrew/homebrew#13787, fix Homebrew/homebrew#13818.
-
- Aug 02, 2012
-
-
Max Howell authored
-
Max Howell authored
Possibly would help diagnose: Homebrew/homebrew#13853.
-