<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew, branch 1.4.1</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Merge pull request #3401 from DomT4/vendor_or_na</title>
<updated>2017-12-16T13:34:22+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-16T13:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b4d43e950fd45c24e48d6ebfd3013357abcd21a9'/>
<id>b4d43e950fd45c24e48d6ebfd3013357abcd21a9</id>
<content type='text'>
go: various tweaks to recommendations</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
go: various tweaks to recommendations</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3564 from commitay/revert-https-audit</title>
<updated>2017-12-16T12:09:51+00:00</updated>
<author>
<name>Vítor Galvão</name>
</author>
<published>2017-12-16T12:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=deb37497e92ca4ca09d90e47183a414f6e588900'/>
<id>deb37497e92ca4ca09d90e47183a414f6e588900</id>
<content type='text'>
Partially revert "Add audit check for URL schema"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partially revert "Add audit check for URL schema"</pre>
</div>
</content>
</entry>
<entry>
<title>README: add tdsmith to significant contribution list.</title>
<updated>2017-12-15T10:50:33+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-15T10:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=67c4402634e24400accdb59fa81cde9020dd0386'/>
<id>67c4402634e24400accdb59fa81cde9020dd0386</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3581 from MikeMcQuaid/post_install_homebrew_path</title>
<updated>2017-12-15T10:29:25+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2017-12-15T10:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=806345dfcb13595109e903ea3218317c407c9906'/>
<id>806345dfcb13595109e903ea3218317c407c9906</id>
<content type='text'>
post_install: use HOMEBREW_PATH.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
post_install: use HOMEBREW_PATH.</pre>
</div>
</content>
</entry>
<entry>
<title>README: remove tdsmith from maintainers.</title>
<updated>2017-12-15T10:19:43+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-15T10:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e504caa5a367ffa48321aa1f599aed951bde50bf'/>
<id>e504caa5a367ffa48321aa1f599aed951bde50bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>post_install: use HOMEBREW_PATH.</title>
<updated>2017-12-15T10:05:43+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-15T10:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=65e719db25290653f3953eca76897bbb1ba746e2'/>
<id>65e719db25290653f3953eca76897bbb1ba746e2</id>
<content type='text'>
Do this instead of appending the `HOMEBREW_PREFIX` as it's more
reliable at finding e.g. keg-only and requirement PATH additions. It's
not ideal as it overrides some environment filtering but the only real
alternative is recreate the entire build environment by shelling out to
`build.rb` in `formula_installer`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do this instead of appending the `HOMEBREW_PREFIX` as it's more
reliable at finding e.g. keg-only and requirement PATH additions. It's
not ideal as it overrides some environment filtering but the only real
alternative is recreate the entire build environment by shelling out to
`build.rb` in `formula_installer`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3578 from MikeMcQuaid/tests-no-duplicate-seed-output</title>
<updated>2017-12-15T09:46:17+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-15T09:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=656776d925e9f5328e990f2fa69daad954736ee0'/>
<id>656776d925e9f5328e990f2fa69daad954736ee0</id>
<content type='text'>
tests: don't output seed multiple times.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests: don't output seed multiple times.</pre>
</div>
</content>
</entry>
<entry>
<title>tests: don't output seed multiple times.</title>
<updated>2017-12-15T09:14:44+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-15T09:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8ed1425ed7d53b93b5c90f1f340ca3e273d51a86'/>
<id>8ed1425ed7d53b93b5c90f1f340ca3e273d51a86</id>
<content type='text'>
This clutters up the output. Instead, hide it with a RSpec formatter and
generate and output it ourselves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This clutters up the output. Instead, hide it with a RSpec formatter and
generate and output it ourselves.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3579 from MikeMcQuaid/gist-logs-full-path</title>
<updated>2017-12-14T20:15:15+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-14T20:15:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0cbe1f3a0516261acb8be339c5a9511be92d3ed7'/>
<id>0cbe1f3a0516261acb8be339c5a9511be92d3ed7</id>
<content type='text'>
gist-logs: use full path to brew.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gist-logs: use full path to brew.</pre>
</div>
</content>
</entry>
<entry>
<title>java_requirement: use popen_read :err option.</title>
<updated>2017-12-14T16:44:25+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-14T15:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8410950d14f7666854a6f94aa24d31b59892465c'/>
<id>8410950d14f7666854a6f94aa24d31b59892465c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
