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 .
- Dec 22, 2012
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- Dec 20, 2012
-
-
Charlie Sharpsteen authored
Pass the `--no-pager` flag to git when grabbing a diff summary for a patch as there is no good reason to invoke a pager for ~2-10 lines that the user must then exit manually.
-
Jack Nagel authored
Fixes Homebrew/homebrew#16655.
-
- Dec 19, 2012
-
-
Charlie Sharpsteen authored
Two issues were preventing `brew upgrade` from functioning properly: - `Tab.for_formula` was used to recover options from prior installs. The problem is that during an upgrade `for_formula` will be directed to a non-existant install of the newer version and thus returns a forged tab claiming no options were invoked. - The assignment to `installer.install_bottle` requires parenthesis in order to function properly.
-
- Dec 18, 2012
-
-
Jack Nagel authored
closes Homebrew/homebrew#15853.
-
- Dec 17, 2012
-
-
Jack Nagel authored
This code makes assumptions about the existence of prefix which are valid in the context of the installer, but not necessarily in the context of `brew info`, thus `brew info` on an outdated formula errors out. This reverts commit e5b53dd64b769b67805d1054d906f7083939d905.
-
Lorenzo Manacorda authored
Closes Homebrew/homebrew#16604. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Dec 16, 2012
-
-
Mike McQuaid authored
-
- Dec 13, 2012
-
-
Jack Nagel authored
We support three configurations: Xcode-only, CLT-only, and Xcode with CLT. Our configuration output should correctly reflect this. While MacOS::Xcode.version has to continue to return a guess if Xcode is not installed in order to maintain backwards compatibility, this is an implementation detail that we don't need to expose to the user. And it makes `brew --config` output confusing. So let's only print the "Xcode" line when an actual Xcode installation is present. This makes it easy to quickly figure out which of the three possible configurations the user is running. Addresses Homebrew/homebrew#14941, more or less.
-
- Dec 12, 2012
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Jack Nagel authored
Closes Homebrew/homebrew#16485.
-
Shaun Jackman authored
The option `du -s` is equivalent to `du -d0`. The former is a POSIX standard (IEEE Std 1003.1-2008), whereas the latter is a BSD extension. From the BSD man page: `-s Display an entry for each specified file. (Equivalent to -d 0)` From SUSv4: `-s Instead of the default output, report only the total sum for each of the specified files.` http://pubs.opengroup.org/onlinepubs/9699919799/utilities/du.html Closes Homebrew/homebrew#16516. Signed-off-by:
Charlie Sharpsteen <source@sharpsteen.net>
-
- Dec 09, 2012
-
-
Jack Nagel authored
This message is either (a) never printed because the tools are installed, or (b) printed every time this method is called. See Homebrew/homebrew#16119. This code shouldn't be responsible for UX anyway, so just remove it and let other parts of Homebrew be responsible for failing or declaring that they need the developer tools.
-
Jack Nagel authored
-
- Dec 05, 2012
-
-
Mislav Marohnić authored
c.f. Homebrew/homebrew#16382. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Mislav Marohnić authored
Closes Homebrew/homebrew#16382. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Dec 04, 2012
-
-
Mike McQuaid authored
On installation or creation of a bottle error out of the current machine does not support bottles. References Homebrew/homebrew#16291.
-
Xiyue Deng authored
* Avoid problem when encountering `.DS_Store' in Cellar. Closes Homebrew/homebrew#16356. Closes Homebrew/homebrew#16388. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Aaron Suggs authored
Fixes errors like: ``` $ brew services restart mysql Error: Formula `mysql` not installed, #startup_plist not implemented or no plist file found ``` Closes Homebrew/homebrew#16378. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
Closes Homebrew/homebrew#16369.
-
- Dec 02, 2012
-
-
Jack Nagel authored
-
- Dec 01, 2012
-
-
Mike McQuaid authored
Fixes Homebrew/homebrew#16337.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Xiyue Deng authored
* Use version compare to only remove kegs with lower version than the current one, not higher version which might be from someone's branch. * Do the same for cache cleanup. - Be conservative so that if a name detected from cache file is not the same as its formula then don't clean it. Closes Homebrew/homebrew#15914. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Nov 29, 2012
-
-
Misty De Meo authored
Fixes Homebrew/homebrew#16288.
-
Misty De Meo authored
Formula.factory naively assumed that any already-loaded constant fed into it was a formula, with confusing results when trying to `brew install` a name from the ruby stdlib. Fixes Homebrew/homebrew#16284.
-
- Nov 26, 2012
-
-
Mike McQuaid authored
Fixes Homebrew/homebrew#16215.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Jack Nagel authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-