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 .
- Mar 08, 2014
-
-
Jaime Marquínez Ferrándiz authored
With that option iterate only over `Formula.installed`, otherwise iterate over `Formula`. This is faster than iterating over all the formulae and checking if it's installed. Fixes Homebrew/homebrew#27259. Closes Homebrew/homebrew#27295. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Mike McQuaid authored
This reverts commit b603c96276cf7fe1417d2355eebc47fb15da0b8c.
-
Jack Nagel authored
-
Jack Nagel authored
-
- Mar 07, 2014
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Mike McQuaid authored
-
- Mar 06, 2014
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#27265.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Kerl does not provide git tags, so move to headonly. Closes Homebrew/homebrew#26307.
-
Jack Nagel authored
Fixes Homebrew/homebrew#27245.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
In order to allow kegs built with the same version but differing formula revisions to coexist, we must encode the revision as part of the keg's name. This is necessary to actually perform an upgrade, as we cannot upgrade a keg in-place, and temporarily moving it pending the result of the upgrade is error-prone and potentially slow. To accomplish this, we introduce a new Formula#pkg_version method that concatenates the active_spec version with the formula revision. An exception is made for a formula that has no revision: the tag is omitted. This preserves compatibility with existing installations.
-
Jack Nagel authored
It is useful to be able to prompt upgrades in response to events other than a version update; for example, when a dependency is updated and its library version changes, dependents need to be rebuilt to link against the new library. Currently we cannot do this automatically, which means a flood of tickets whenever the library version of a popular library changes. To address this, we need to track an additional piece of metadata, the "revision" of the formula, which can be incremented when appropriate to prompt an upgrade. It can then be reset to zero when the next version change occurs.
-
Jack Nagel authored
-
- Mar 05, 2014
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#27219.
-
sowawa authored
Change EC2_HOME's value from 'export EC2_HOME="/usr/local/Cellar/ec2-api-tools/1.6.12.0/"' to 'export EC2_HOME="/usr/local/Cellar/ec2-api-tools/1.6.12.0/libexec"' Avoide the wrong value of EC_HOME caused by 024208466bfb4ffb479d48709caecc6a1e85ba4d Closes Homebrew/homebrew#25918. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Jaime Marquínez Ferrándiz authored
Closes Homebrew/homebrew#27166. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Misty De Meo authored
Closes Homebrew/homebrew#25651. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Troels Thomsen authored
Closes Homebrew/homebrew#27192. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Mike McQuaid authored
-
- Mar 04, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Mar 03, 2014
-
-
April Arcus authored
There are two ways of outputting bright ANSI colors to the terminal - the ANSI codes 30-37 plus a bold code (most terminals render bold text with brighter colors, by convention), or the widely supported aixterm codes 90-97. Although the aixterm codes are more precise (disambiguating bold font from bright color), the ANSI bold+green enables compatibility with the popular [Solarized](https://github.com/altercation/solarized ) color theme, which reassigns the "bright green" codepoint to a shade of gray. Closes Homebrew/homebrew#27125. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
Closes Homebrew/homebrew#27126. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Jack Nagel authored
-