<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/bin, branch 0.9</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Remove 'is this a git command?'</title>
<updated>2012-03-07T15:00:27+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2012-03-07T15:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a396e5e720a7d583514a900585a72e39edf066a1'/>
<id>a396e5e720a7d583514a900585a72e39edf066a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move brew output for BuildError into BuildError</title>
<updated>2012-03-07T12:33:47+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2012-03-07T11:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=15a70c36d0267af15f1c28c45a8a1bcd0c7b783f'/>
<id>15a70c36d0267af15f1c28c45a8a1bcd0c7b783f</id>
<content type='text'>
So upgrade can output errors but continue to upgrade the rest of the installation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So upgrade can output errors but continue to upgrade the rest of the installation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Scupper sourceable output if brew install is piped</title>
<updated>2012-03-02T00:59:39+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2012-03-02T00:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7cedf676804225b7f2d8ee031f5c02afc761a619'/>
<id>7cedf676804225b7f2d8ee031f5c02afc761a619</id>
<content type='text'>
`brew install &gt; file` should not give "export CC=/foo" output on Build Failures.

Also moved the "Using clang" output to brew when BuildError is thrown as that is where it is interesting, and not if you just do `brew --env`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`brew install &gt; file` should not give "export CC=/foo" output on Build Failures.

Also moved the "Using clang" output to brew when BuildError is thrown as that is where it is interesting, and not if you just do `brew --env`.
</pre>
</div>
</content>
</entry>
<entry>
<title>metadata: Record installation options</title>
<updated>2011-11-13T20:14:56+00:00</updated>
<author>
<name>Charlie Sharpsteen</name>
</author>
<published>2011-09-23T03:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=028104b861b2723a41bfeac011f6720ea7298179'/>
<id>028104b861b2723a41bfeac011f6720ea7298179</id>
<content type='text'>
Adds a new class called `Tab` that acts as a recipt for install options. A
`Tab` can be serialized to a JSON file for future reference.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a new class called `Tab` that acts as a recipt for install options. A
`Tab` can be serialized to a JSON file for future reference.
</pre>
</div>
</content>
</entry>
<entry>
<title>brew command: exit with nonzero status for unknown command name</title>
<updated>2011-10-28T00:55:34+00:00</updated>
<author>
<name>Dougal Sutherland</name>
</author>
<published>2011-10-16T10:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8e2002fc2798597a456233bac7fab46f1bcc30fb'/>
<id>8e2002fc2798597a456233bac7fab46f1bcc30fb</id>
<content type='text'>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Save config.log to ~/Library/Logs/Homebrew</title>
<updated>2011-08-31T14:35:59+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2011-08-31T10:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b5c709e2edbde7bdb720a3b89cddf7887c903be8'/>
<id>b5c709e2edbde7bdb720a3b89cddf7887c903be8</id>
<content type='text'>
Also tidied error output. Still could be tidied quite a lot but I am still considering how best to go about it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also tidied error output. Still could be tidied quite a lot but I am still considering how best to go about it.</pre>
</div>
</content>
</entry>
<entry>
<title>Only error out for `sudo brew install`</title>
<updated>2011-08-17T11:30:21+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2011-08-17T11:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=df113d3ce620963f8b821944f18c9f529ff10239'/>
<id>df113d3ce620963f8b821944f18c9f529ff10239</id>
<content type='text'>
Note this only happens if Homebrew is *not* installed sudo. Which is most of the time true.

Fixes Homebrew/homebrew#6899</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note this only happens if Homebrew is *not* installed sudo. Which is most of the time true.

Fixes Homebrew/homebrew#6899</pre>
</div>
</content>
</entry>
<entry>
<title>Rephrase comment so it makes sense</title>
<updated>2011-08-02T13:45:52+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2011-08-02T13:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fb56b56997bf87d66df65716c175360cda86cee9'/>
<id>fb56b56997bf87d66df65716c175360cda86cee9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If brew is installed non-root refuse to `sudo brew`</title>
<updated>2011-07-30T10:03:34+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2011-07-29T15:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e354b70db36030c24b4385cf1477bfc6bec3313a'/>
<id>e354b70db36030c24b4385cf1477bfc6bec3313a</id>
<content type='text'>
Rationale: people break their installs by mixing sudo and non-sudo usage. They are used to having to `sudo port install` and shit like that, so I understand why the mixing happens.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rationale: people break their installs by mixing sudo and non-sudo usage. They are used to having to `sudo port install` and shit like that, so I understand why the mixing happens.
</pre>
</div>
</content>
</entry>
<entry>
<title>use Module#const_get instead of eval</title>
<updated>2011-03-21T02:12:29+00:00</updated>
<author>
<name>eregon</name>
</author>
<published>2011-03-20T21:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b6506fb4ea02fbffaa047df46effed1f30b52ff6'/>
<id>b6506fb4ea02fbffaa047df46effed1f30b52ff6</id>
<content type='text'>
* may be a problem if the constant is scoped (like A::B), but this is not the case
  (const.split('::').inject(Object) { |c, part| c.const_get part } would solve that)
* this was noticed in a comment of 9afc85ad but it has disappeared

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* may be a problem if the constant is scoped (like A::B), but this is not the case
  (const.split('::').inject(Object) { |c, part| c.const_get part } would solve that)
* this was noticed in a comment of 9afc85ad but it has disappeared

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
