<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Contributions, branch 0.9.2</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Completion for "brew missing"</title>
<updated>2012-06-13T13:14:25+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-06-13T13:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ec0a6ee2511f6d6b0cb5d5f8b2456ef57880b8da'/>
<id>ec0a6ee2511f6d6b0cb5d5f8b2456ef57880b8da</id>
<content type='text'>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doctor's use of missing.</title>
<updated>2012-06-13T03:03:26+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2012-06-11T19:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ec4b34aa082d9e1eaa54b8a890da924674e9ee0e'/>
<id>ec4b34aa082d9e1eaa54b8a890da924674e9ee0e</id>
<content type='text'>
`brew doctor` shelled to `brew missing` and parsed the results.
When VERBOSE was true, this caused an error as extra, unexpected
output is generated.

Make missing an internal command, and give it a programmatic interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`brew doctor` shelled to `brew missing` and parsed the results.
When VERBOSE was true, this caused an error as extra, unexpected
output is generated.

Make missing an internal command, and give it a programmatic interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use "legacy" search API when completing tap names</title>
<updated>2012-06-12T16:58:48+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-04-30T20:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=644af3696b66b282259b8c952e9f4d927c8314b9'/>
<id>644af3696b66b282259b8c952e9f4d927c8314b9</id>
<content type='text'>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-linkapps: note where symlinks are installed</title>
<updated>2012-06-07T21:06:55+00:00</updated>
<author>
<name>Ranmocy</name>
</author>
<published>2012-06-06T10:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=84ad9d322bd9207c973f302dba6408a1dd18d0f2'/>
<id>84ad9d322bd9207c973f302dba6408a1dd18d0f2</id>
<content type='text'>
Closes Homebrew/homebrew#12619.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#12619.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace /usr/bin/ruby with full Framework path</title>
<updated>2012-06-01T14:24:25+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2012-05-20T00:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7af4622b0f06d0f505f4e57ea4f65b6e8626e2cc'/>
<id>7af4622b0f06d0f505f4e57ea4f65b6e8626e2cc</id>
<content type='text'>
Rationale: some users insist on replacing the /usr/bin/ruby symlink
to point to another ruby on their system, which may break homebrew.
Use the full Framework path instead, which is less likely to be tampered with.

This also reorganizes the brew --config checks to reflect the different path.

Fixes Homebrew/homebrew#12009.

Closes Homebrew/homebrew#12333.

Signed-off-by: Misty De Meo &lt;mistydemeo@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rationale: some users insist on replacing the /usr/bin/ruby symlink
to point to another ruby on their system, which may break homebrew.
Use the full Framework path instead, which is less likely to be tampered with.

This also reorganizes the brew --config checks to reflect the different path.

Fixes Homebrew/homebrew#12009.

Closes Homebrew/homebrew#12333.

Signed-off-by: Misty De Meo &lt;mistydemeo@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add brew services command: a wrapper for launchctl</title>
<updated>2012-05-01T12:32:21+00:00</updated>
<author>
<name>lukas</name>
</author>
<published>2010-11-29T06:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b6fecf5e1dfa9e063c748014069d61f2fc7bdb29'/>
<id>b6fecf5e1dfa9e063c748014069d61f2fc7bdb29</id>
<content type='text'>
If a formula implements startup_plist it has out-of-the-box support by
brew services. If not it's possible to specify the path to a plist file:
`brew services couchdb-lucence /usr/local/Cellar/..../couchdb-lucene.plist`.

Fixes Homebrew/homebrew#3422.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a formula implements startup_plist it has out-of-the-box support by
brew services. If not it's possible to specify the path to a plist file:
`brew services couchdb-lucence /usr/local/Cellar/..../couchdb-lucene.plist`.

Fixes Homebrew/homebrew#3422.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ofail command and fix bottle command output.</title>
<updated>2012-04-30T13:38:08+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2012-04-30T04:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fe969c21ad199ae27a113e9fb2f01c5bb3fbc942'/>
<id>fe969c21ad199ae27a113e9fb2f01c5bb3fbc942</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Brew Test Bot for comprehensive testing.</title>
<updated>2012-04-24T09:00:08+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2012-04-17T18:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a67478488f1949879a9b8718dde8bff920c3d307'/>
<id>a67478488f1949879a9b8718dde8bff920c3d307</id>
<content type='text'>
Closes Homebrew/homebrew#11642.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#11642.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: replace tests script with rake-based runner</title>
<updated>2012-04-17T04:08:32+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-04-16T21:44:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c44cb2710ba94e2caaae5de480a895ed2aab490e'/>
<id>c44cb2710ba94e2caaae5de480a895ed2aab490e</id>
<content type='text'>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-leaves: fix for recent deps overhaul</title>
<updated>2012-04-11T19:00:17+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-04-11T18:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0452be43ac9f8c26048d6e7db8e9e584d91e8e45'/>
<id>0452be43ac9f8c26048d6e7db8e9e584d91e8e45</id>
<content type='text'>
Fixes Homebrew/homebrew#11567.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Homebrew/homebrew#11567.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
