<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library, branch 1.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>Updated latest versions since XCode 8.1 release</title>
<updated>2016-10-28T21:34:12+00:00</updated>
<author>
<name>dersvenhesse</name>
</author>
<published>2016-10-28T21:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=70cc7790f66138b788cfc33ecfc7ebe7fe268a71'/>
<id>70cc7790f66138b788cfc33ecfc7ebe7fe268a71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>XCode 8.1 is stable</title>
<updated>2016-10-27T21:35:52+00:00</updated>
<author>
<name>dersvenhesse</name>
</author>
<published>2016-10-27T21:35:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4701eff45f9afaa8a447afd77614e40b453bb601'/>
<id>4701eff45f9afaa8a447afd77614e40b453bb601</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Redirect stderr output from git (shim) invocations to /dev/null.</title>
<updated>2016-10-26T20:33:35+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-10-26T20:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=72b81844ededb58df5ab9aed698ab341d1c01243'/>
<id>72b81844ededb58df5ab9aed698ab341d1c01243</id>
<content type='text'>
These invocations occur before we can actually automatically install git via
bottle, and as such their output isn't relevant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These invocations occur before we can actually automatically install git via
bottle, and as such their output isn't relevant.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1365 from MikeMcQuaid/audit-stable-url-beta</title>
<updated>2016-10-25T12:17:40+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-25T12:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=84d1661b9af04501473660eccf3f7941061744d3'/>
<id>84d1661b9af04501473660eccf3f7941061744d3</id>
<content type='text'>
audit: check for alpha/beta/rc usage in URLs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
audit: check for alpha/beta/rc usage in URLs.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1375 from zmwangx/fix-bottle-nonexistent-pyc-bug</title>
<updated>2016-10-25T08:33:26+00:00</updated>
<author>
<name>Josh Hagins</name>
</author>
<published>2016-10-25T08:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=030c3a5016a2d1e0958f42e117e1e0eea78ec0c7'/>
<id>030c3a5016a2d1e0958f42e117e1e0eea78ec0c7</id>
<content type='text'>
bottle: fix nonexistent pyc bug</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bottle: fix nonexistent pyc bug</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1376 from jawshooah/fix-relocate-regression</title>
<updated>2016-10-25T08:30:01+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-10-25T08:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a4f654fd3fdc37bcab8cce1288e60153cb1a7073'/>
<id>a4f654fd3fdc37bcab8cce1288e60153cb1a7073</id>
<content type='text'>
formula_installer: fix regression in #1253</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
formula_installer: fix regression in #1253</pre>
</div>
</content>
</entry>
<entry>
<title>Open incomplete download in append mode</title>
<updated>2016-10-25T07:46:59+00:00</updated>
<author>
<name>buo</name>
</author>
<published>2016-10-25T07:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6a406763f306d88c52729343b4a65e9050f8981f'/>
<id>6a406763f306d88c52729343b4a65e9050f8981f</id>
<content type='text'>
Open the incomplete download in append mode instead of write mode.
Opening in write mode truncates the existing file, so curl keeps
restarting downloads instead of resuming the incomplete downloads.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Open the incomplete download in append mode instead of write mode.
Opening in write mode truncates the existing file, so curl keeps
restarting downloads instead of resuming the incomplete downloads.
</pre>
</div>
</content>
</entry>
<entry>
<title>formula_installer: fix regression in #1253</title>
<updated>2016-10-25T07:41:37+00:00</updated>
<author>
<name>Josh Hagins</name>
</author>
<published>2016-10-25T07:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=652c5bc865ebda25ead84c5cab04a4688b4e2b9a'/>
<id>652c5bc865ebda25ead84c5cab04a4688b4e2b9a</id>
<content type='text'>
Apparently `cellar :any_skip_relocation` doesn't actually mean we
can skip relocation, at least for text files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apparently `cellar :any_skip_relocation` doesn't actually mean we
can skip relocation, at least for text files.
</pre>
</div>
</content>
</entry>
<entry>
<title>bottle: fix nonexistent pyc bug</title>
<updated>2016-10-25T05:44:40+00:00</updated>
<author>
<name>Zhiming Wang</name>
</author>
<published>2016-10-25T05:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=dd527bfcdc9c36215f406a347cb179dc90fd7fe2'/>
<id>dd527bfcdc9c36215f406a347cb179dc90fd7fe2</id>
<content type='text'>
We were deleting pyc files *after* replace_locations_with_placeholders
and recording changed_files, meaning that some of the recorded files
were to be deleted. The correct order is the opposite.

A sample failed session: https://bot.brew.sh/job/Homebrew%20Core/10080/version=el_capitan/testReport/junit/brew-test-bot/el_capitan/bottle_buku/.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were deleting pyc files *after* replace_locations_with_placeholders
and recording changed_files, meaning that some of the recorded files
were to be deleted. The correct order is the opposite.

A sample failed session: https://bot.brew.sh/job/Homebrew%20Core/10080/version=el_capitan/testReport/junit/brew-test-bot/el_capitan/bottle_buku/.
</pre>
</div>
</content>
</entry>
<entry>
<title>keg_relocate: wrap relocation locations in struct</title>
<updated>2016-10-24T20:21:08+00:00</updated>
<author>
<name>Josh Hagins</name>
</author>
<published>2016-10-24T03:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fab2cffe5de82b6d540fcf3f4f8873f7cd89af34'/>
<id>fab2cffe5de82b6d540fcf3f4f8873f7cd89af34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
