<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/dev-cmd, branch 1.1.0</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 #1449 from ilovezfs/bottle-improve-relocatability-check</title>
<updated>2016-11-06T13:15:13+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-06T13:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bc67414b9ad9eb5dac64a9c8344b647beda99e14'/>
<id>bc67414b9ad9eb5dac64a9c8344b647beda99e14</id>
<content type='text'>
bottle: improve relocatability check</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bottle: improve relocatability check</pre>
</div>
</content>
</entry>
<entry>
<title>bottle: improve relocatability check</title>
<updated>2016-11-06T12:00:14+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-11-06T11:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c5bd5c4aa7f0595c91431407ff5bda4b1938afc3'/>
<id>c5bd5c4aa7f0595c91431407ff5bda4b1938afc3</id>
<content type='text'>
Given how common it is for formulae to hard-code `etc` and `var`, check
for those paths (`/usr/local/etc` and `/usr/local/var`) when determing
relocatability.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Given how common it is for formulae to hard-code `etc` and `var`, check
for those paths (`/usr/local/etc` and `/usr/local/var`) when determing
relocatability.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: Escape interpolated string in regexp</title>
<updated>2016-11-03T17:17:11+00:00</updated>
<author>
<name>Baptiste Fontaine</name>
</author>
<published>2016-11-03T17:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bfa19b338518f50ec7e5c2d2ed4919fa50217dee'/>
<id>bfa19b338518f50ec7e5c2d2ed4919fa50217dee</id>
<content type='text'>
This avoids issues with names containing special characters like e.g. [

Fixes #1431
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids issues with names containing special characters like e.g. [

Fixes #1431
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct a few typos</title>
<updated>2016-11-03T12:09:44+00:00</updated>
<author>
<name>Mandar Gokhale</name>
</author>
<published>2016-11-03T02:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0e15ffff627c17b6c83e7424c0f1357e99902802'/>
<id>0e15ffff627c17b6c83e7424c0f1357e99902802</id>
<content type='text'>
...and update man pages where applicable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...and update man pages where applicable
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1424 from MikeMcQuaid/audit-more-test-system</title>
<updated>2016-11-03T01:50:54+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-03T01:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2a865f085e7b900e3b09cc6df17ac1636fd55448'/>
<id>2a865f085e7b900e3b09cc6df17ac1636fd55448</id>
<content type='text'>
audit: check more unscoped test calls.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
audit: check more unscoped test calls.</pre>
</div>
</content>
</entry>
<entry>
<title>audit: restore check that was lost in #927</title>
<updated>2016-11-02T23:52:09+00:00</updated>
<author>
<name>Steven Peters</name>
</author>
<published>2016-11-02T23:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=72f889fef06def94083f4d0457b5729ef151bc16'/>
<id>72f889fef06def94083f4d0457b5729ef151bc16</id>
<content type='text'>
This audit check ensures that certain build dependencies
are explicitly marked either as `:build` or `:run`.
It seems to have been lost in #927.
It was also adjusted in #1290.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This audit check ensures that certain build dependencies
are explicitly marked either as `:build` or `:run`.
It seems to have been lost in #927.
It was also adjusted in #1290.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: stricter test system calls check.</title>
<updated>2016-11-02T19:57:19+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-02T19:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f35a86ff70fbc89d03811c821689c7e6c0536899'/>
<id>f35a86ff70fbc89d03811c821689c7e6c0536899</id>
<content type='text'>
Ensure that the name is suffixed with whitespace or quotes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that the name is suffixed with whitespace or quotes.
</pre>
</div>
</content>
</entry>
<entry>
<title>audit: check more unscoped test calls.</title>
<updated>2016-11-02T17:23:38+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-02T17:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7aa26f781707d1836f6dcd9fb82ee70d32e23dcd'/>
<id>7aa26f781707d1836f6dcd9fb82ee70d32e23dcd</id>
<content type='text'>
Also check `def test`, `shell_output`, `pipe_output` and method calls
using parentheses.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also check `def test`, `shell_output`, `pipe_output` and method calls
using parentheses.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1369 from MikeMcQuaid/boneyard-reason</title>
<updated>2016-11-02T16:00:33+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-02T16:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b3ef8bd0445a3a3c01879c42bd64d16e1258f893'/>
<id>b3ef8bd0445a3a3c01879c42bd64d16e1258f893</id>
<content type='text'>
boneyard-formula-pr: add reason argument.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
boneyard-formula-pr: add reason argument.</pre>
</div>
</content>
</entry>
<entry>
<title>boneyard-formula-pr: add reason argument.</title>
<updated>2016-10-30T19:40:11+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-10-30T19:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9f382bfd538cfdefd17712a19cd426ba4917175e'/>
<id>9f382bfd538cfdefd17712a19cd426ba4917175e</id>
<content type='text'>
Used to provide a user-facing reason why this formula was boneyarded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used to provide a user-facing reason why this formula was boneyarded.
</pre>
</div>
</content>
</entry>
</feed>
