| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-02 | Merge pull request #1369 from MikeMcQuaid/boneyard-reason | Mike McQuaid | |
| boneyard-formula-pr: add reason argument. | |||
| 2016-11-02 | Merge pull request #1370 from MikeMcQuaid/better-github-scopes | Mike McQuaid | |
| Improve GitHub API scopes output. | |||
| 2016-11-02 | Merge pull request #1411 from MikeMcQuaid/audit-check-version-no-decrease | Mike McQuaid | |
| audit: check the stable version does not decrease. | |||
| 2016-11-02 | superenv: prune -Wl,-z,defs when refurbishing | ilovezfs | |
| `-Wl,-z,defs` should be pruned out entirely since `-z defs` is not understood by macOS's `ld`, and the analogue `-undefined error` is already the default. | |||
| 2016-11-01 | keg_relocate: don't forget the hard links | Josh Hagins | |
| 2016-11-01 | keg_relocate: fix ordering of replacements | Josh Hagins | |
| 2016-10-31 | Update latest clang version for 10.12 | Robin Kunde | |
| 2016-10-31 | Update macOS Xcode tool checks do use Version class for comparisons instead ↵ | Robin Kunde | |
| of strings | |||
| 2016-10-30 | build: write options to file. | Mike McQuaid | |
| These can be useful for later inspection or upload by `gist-logs` if there's a failed install and it's unclear from logs alone what options were used. | |||
| 2016-10-30 | boneyard-formula-pr: add reason argument. | Mike McQuaid | |
| Used to provide a user-facing reason why this formula was boneyarded. | |||
| 2016-10-30 | Improve GitHub API scopes output. | Mike McQuaid | |
| Improve the GitHub API scope and token related messaging by autopopulating the scopes we need on the new scopes page and, in the case of a lacking a scope we need, output what scope was required. Also, DRY up the personal access token code. | |||
| 2016-10-30 | audit: don't check new formulae revision/versions. | Baptiste Fontaine | |
| 2016-10-30 | audit: check the version does not decrease. | Mike McQuaid | |
| This will prevent brew upgrade from working correctly. | |||
| 2016-10-30 | Merge pull request #1402 from MikeMcQuaid/audit-system-test | Mike McQuaid | |
| audit: check test system calls are fully scoped. | |||
| 2016-10-30 | Merge pull request #1367 from MikeMcQuaid/audit-check-master-branch | Mike McQuaid | |
| audit: check for master branch tar/zipballs. | |||
| 2016-10-30 | Merge pull request #1395 from ↵ | ilovezfs | |
| ilovezfs/superenv-mark-timingsafe_bcmp-weak-on-10.11 superenv: treat timingsafe_bcmp as weak on 10.11 | |||
| 2016-10-30 | docs: fix typo for brew missing | Alyssa Ross | |
| 2016-10-30 | Revert "audit: check the version does not decrease." | Mike McQuaid | |
| 2016-10-30 | Merge pull request #1400 from reitermarkus/move-bundle-path | Markus Reiter | |
| Move `test/vendor/bundle` to `vendor/bundle`. | |||
| 2016-10-29 | audit: check test system calls are fully scoped. | Mike McQuaid | |
| This doesn't matter for everything but it does for the binaries that are installed. Have a limited name/alias check when not installed and a better one that iterates bin/sbin if installed. | |||
| 2016-10-29 | audit: check for master branch tar/zipballs. | Mike McQuaid | |
| These have unstable checksums and aren't the tagged, stable releases we require. | |||
| 2016-10-29 | Merge pull request #1366 from MikeMcQuaid/audit-check-version-decrease | Mike McQuaid | |
| audit: check the version does not decrease. | |||
| 2016-10-29 | Move `vendor/bundle` up one level to `HOMEBREW_LIBRARY_PATH`. | Markus Reiter | |
| 2016-10-29 | Merge pull request #1398 from MikeMcQuaid/update-test-new-tag-fix | ilovezfs | |
| update-test: fix --to-tag failure on new tag. | |||
| 2016-10-29 | Merge pull request #1361 from jawshooah/cask/refactor-auditor | Josh Hagins | |
| hbc/auditor: refactor and fix bug | |||
| 2016-10-29 | update-test: fix --to-tag failure on new tag. | Mike McQuaid | |
| Without this updating to a tag will always have the same start commit and end commit as there's been no updates to `master` since the tag was created. | |||
| 2016-10-29 | superenv: treat timingsafe_bcmp as weak on 10.11 | ilovezfs | |
| Xcode 8.1 added timingsafe_bcmp to string.h and libsystem_c.tbd, and 10.12.1 added it to libsystem_c.dylib, but it is not present in libsystem_c.dylib on 10.11.6 (15G1108). It may appear in libsystem_c.dylib in a later 10.11 release or it may be marked weak on 10.11 in a later Xcode release. Fixes Homebrew/homebrew-core#6344. | |||
| 2016-10-28 | Updated latest versions since XCode 8.1 release | dersvenhesse | |
| 2016-10-27 | XCode 8.1 is stable | dersvenhesse | |
| 2016-10-26 | Redirect stderr output from git (shim) invocations to /dev/null. | William Woodruff | |
| These invocations occur before we can actually automatically install git via bottle, and as such their output isn't relevant. | |||
| 2016-10-26 | uninstall: remove more integration tests | Alyssa Ross | |
| 2016-10-26 | test_uninstall: style fixes | Alyssa Ross | |
| 2016-10-25 | uninstall: document --ignore-dependencies | Alyssa Ross | |
| 2016-10-25 | uninstall: go easier on the integration tests | Alyssa Ross | |
| 2016-10-25 | uninstall: test should_check_for_dependents? | Alyssa Ross | |
| 2016-10-25 | uninstall, keg: update style | Alyssa Ross | |
| 2016-10-25 | uninstall: remove duplicated method | Alyssa Ross | |
| This was moved to Keg, but looks like I forgot to get rid of it here. | |||
| 2016-10-25 | missing: document --hide | Alyssa Ross | |
| 2016-10-25 | ARGV: extract #values from missing | Alyssa Ross | |
| 2016-10-25 | uninstall: call Formula#missing_dependencies directly | Alyssa Ross | |
| 2016-10-25 | missing: call Formula#missing_dependencies directly | Alyssa Ross | |
| 2016-10-25 | missing_deps: extract formula instance method | Alyssa Ross | |
| 2016-10-25 | uninstall: don't use unless || | Alyssa Ross | |
| 2016-10-25 | uninstall: only <=1 Diagnostic.missing_deps call | Alyssa Ross | |
| 2016-10-25 | Revert "keg: fallback to missing_deps if deps not in tab" | Alyssa Ross | |
| This reverts commit da1caba17c624f03fa8e6fbe59683f57fb7ac17a. | |||
| 2016-10-25 | keg: fallback to missing_deps if deps not in tab | Alyssa Ross | |
| 2016-10-25 | missing: simplify code a bit | Alyssa Ross | |
| 2016-10-25 | missing: add tests for not missing and hide | Alyssa Ross | |
| 2016-10-25 | missing: allow hiding specified formulae | ilovezfs | |
| 2016-10-25 | uninstall: style fixes | Alyssa Ross | |
