<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/testball_bottle.rb, branch 1.0.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>Replace install_name/install_ref with alias_path</title>
<updated>2016-09-05T00:19:08+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2016-09-05T00:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=65ee5408c3d000393c1b73bfe8fb731a651ee281'/>
<id>65ee5408c3d000393c1b73bfe8fb731a651ee281</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve alias when installing formulae</title>
<updated>2016-09-03T20:16:43+00:00</updated>
<author>
<name>Alyssa Ross</name>
</author>
<published>2016-09-03T20:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0ef3e1e0dcbcd5aa55408fe81d23613e1c2c5e79'/>
<id>0ef3e1e0dcbcd5aa55408fe81d23613e1c2c5e79</id>
<content type='text'>
Part of #567
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of #567
</pre>
</div>
</content>
</entry>
<entry>
<title>Make bottle code cross-platform.</title>
<updated>2016-05-08T15:51:22+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-04-25T16:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=931e292bf12b8e05f6586ac7721255b35f04a389'/>
<id>931e292bf12b8e05f6586ac7721255b35f04a389</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: add metafiles to testball</title>
<updated>2016-01-20T19:42:36+00:00</updated>
<author>
<name>Alex Dunn</name>
</author>
<published>2016-01-18T01:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0cde5dd06048f00d17abf3c009c86eced3f68c09'/>
<id>0cde5dd06048f00d17abf3c009c86eced3f68c09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip pouring from a bottle if --cc is passed</title>
<updated>2015-11-25T16:49:58+00:00</updated>
<author>
<name>Daniel Trebbien</name>
</author>
<published>2015-11-19T12:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=af10515f81384470629ac591196200ae02d81762'/>
<id>af10515f81384470629ac591196200ae02d81762</id>
<content type='text'>
A formula should be built from source by default if the --cc option is
passed to specify a particular compiler.

Added a test to test_formula_installer: test_not_poured_from_bottle_when_compiler_specified

Modified test_formula_installer to assert that the formula was not poured
from a bottle. Similarly modified test_formula_installer_bottle to assert
that the formula *was* installed from a bottle.

Added an install method to the TestballBottle formula (the same as the
Testball formula's install method) so that the TestballBottle formula can
be "built from source".

Fixes Homebrew/homebrew#46046 - Build from source should be the default behavior if --cc
option is passed

Closes Homebrew/homebrew#46162.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A formula should be built from source by default if the --cc option is
passed to specify a particular compiler.

Added a test to test_formula_installer: test_not_poured_from_bottle_when_compiler_specified

Modified test_formula_installer to assert that the formula was not poured
from a bottle. Similarly modified test_formula_installer_bottle to assert
that the formula *was* installed from a bottle.

Added an install method to the TestballBottle formula (the same as the
Testball formula's install method) so that the TestballBottle formula can
be "built from source".

Fixes Homebrew/homebrew#46046 - Build from source should be the default behavior if --cc
option is passed

Closes Homebrew/homebrew#46162.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add test_formulary</title>
<updated>2015-09-06T12:47:40+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-09-06T12:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ccc7a5f1bd021a28694bd2f742020316631f28ca'/>
<id>ccc7a5f1bd021a28694bd2f742020316631f28ca</id>
<content type='text'>
Closes Homebrew/homebrew#43506.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#43506.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for pouring bottle without Xcode</title>
<updated>2015-08-21T18:02:33+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2015-08-14T18:21:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f108d204f7e43cfd7db5c109f961a89f79efc289'/>
<id>f108d204f7e43cfd7db5c109f961a89f79efc289</id>
<content type='text'>
add testball_bottle formula for upcoming bottle unit testing, as well
as bottles directory containing test bottle (and symlinks)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add testball_bottle formula for upcoming bottle unit testing, as well
as bottles directory containing test bottle (and symlinks)
</pre>
</div>
</content>
</entry>
</feed>
