| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-08 | add Formulary::path method | Xu Cheng | |
| This is a little code refactoring splited from Homebrew/homebrew#36753 The idea is to eliminate `Formula#path` outside of `formulary.rb`. And I indent to deprecate `Formula#path` method when I reimplement symlink free tap function. Closes Homebrew/homebrew#39313. | |||
| 2015-05-08 | audit: enforce SSL/TLS MetaCPAN urls | Viktor Szakats | |
| Closes Homebrew/homebrew#39513. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-05-07 | Rename method | Jack Nagel | |
| 2015-05-07 | Push URL audits down to ResourceAuditor | Jack Nagel | |
| 2015-05-07 | Warn about duplicated URLs | Jack Nagel | |
| Closes Homebrew/homebrew#39486. | |||
| 2015-05-07 | add audit check for explicit Python linkage | Tim D. Smith | |
| Verifies that CPython extension modules are not explicitly linked to a Python framework, which should never be necessary. Python's distutils uses -undefined dynamic_lookup, as seen here: https://github.com/python/cpython/blob/9a77656/configure.ac#L2214-L2245 Closes Homebrew/homebrew#39405. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2015-05-07 | anticipate python 3.5 in .pth audit | Tim D. Smith | |
| 2015-05-06 | manpage: fix brew upgrade sentence | Xu Cheng | |
| 2015-05-06 | replace `brew upgrade` with `brew upgrade --all`. | Xu Cheng | |
| 2015-05-05 | Update links to GitHub's personal access token | Alex Muller | |
| The link for the page that allows creation of API tokens has changed from /settings/applications to /settings/tokens. Also the wording on that page calls them "personal access tokens", so update Homebrew to be consistent with that. Closes Homebrew/homebrew#39378. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2015-05-05 | shell.fm: migrating to homebrew/boneyard | Baptiste Fontaine | |
| Closes Homebrew/homebrew#39290. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2015-05-05 | audit: Don't complain about untapped conflicts | Xu Cheng | |
| Closes Homebrew/homebrew#39304. | |||
| 2015-05-04 | audit: flag incorrect automake/autoconf/libtool dep handling | Dominyk Tiller | |
| Just makes the audit cough out this: ``` * :libtool is deprecated. Usage should be "libtool" * :autoconf is deprecated. Usage should be "autoconf" * :automake is deprecated. Usage should be "automake" ``` Closes Homebrew/homebrew#39303. Closes Homebrew/homebrew#39322. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-05-04 | Add upgrade --all flag to bash completion script | Eli Young | |
| Closes Homebrew/homebrew#39359. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-05-04 | audit: require https for all *.googlecode.com resources | Viktor Szakats | |
| Closes Homebrew/homebrew#39206. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-05-04 | Stop testing implementation | Jack Nagel | |
| 2015-05-03 | Use TapFormulaUnavailableError instead of HOMEBREW_TAP_FORMULA_REGEX | Xu Cheng | |
| Closes Homebrew/homebrew#39307. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-05-03 | Revert "Default HOMEBREW_TEMP to Dir.tmpdir" | Jack Nagel | |
| This reverts commit b95f27ce9f956c56d080b6dc29ba8efb841c6690. | |||
| 2015-05-01 | faq: replace `brew upgrade` with `brew upgrade --all`. | Xue Fuqiao | |
| Closes Homebrew/homebrew#39262. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2015-05-01 | fileutils: use rm_rf to clean temp dir | Xu Cheng | |
| Honestly, I don't know why git is broken under sandbox. But this seems fix the problem in Homebrew/homebrew#38978. Closes Homebrew/homebrew#39138. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-05-01 | Use predicate method | Jack Nagel | |
| 2015-04-30 | Default HOMEBREW_TEMP to Dir.tmpdir | Jack Nagel | |
| 2015-04-30 | Fix encoding of output string | Jack Nagel | |
| 2015-04-30 | Revert "test-bot: try to handle bad UTF-8 output." | Jack Nagel | |
| This reverts commit b4c2b8f3b4b58ef10ab8f748c743a3352f4cee7d. | |||
| 2015-04-30 | utils: tweak access token text. | Mike McQuaid | |
| Closes Homebrew/homebrew#39214. | |||
| 2015-04-29 | Installation tests now use the actual installer | Jack Nagel | |
| 2015-04-29 | Let the test environment inject its own load path | Jack Nagel | |
| 2015-04-29 | Use Dir.tmpdir rather than /tmp in test environment | Jack Nagel | |
| 2015-04-29 | Ensure HOMEBREW_TEMP is respected in all tests | Jack Nagel | |
| 2015-04-29 | Allow test tmpdir to be passed in | Jack Nagel | |
| 2015-04-29 | Extract runtime configuration from global.rb | Jack Nagel | |
| This allows global.rb to be safely loaded in the test environment. | |||
| 2015-04-29 | test-bot: try to handle bad UTF-8 output. | Mike McQuaid | |
| 2015-04-28 | Manage sandbox test resources in setup/teardown | Jack Nagel | |
| 2015-04-28 | bottle: matching url with options | Xu Cheng | |
| Closes Homebrew/homebrew-versions#791. Closes Homebrew/homebrew#39137. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-04-28 | The forked build process should never run at_exit handlers | Jack Nagel | |
| We don't use at_exit anywhere that matters, but the test framework does. | |||
| 2015-04-28 | Fix passed-in formula name to match the class name | Jack Nagel | |
| 2015-04-27 | Simplify substitution | Jack Nagel | |
| 2015-04-27 | test-bot: print output if ARGV.verbose? | Xu Cheng | |
| Closes Homebrew/homebrew#39078. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-04-27 | ruby_requirement: add/fix default_formula. | Mike McQuaid | |
| 2015-04-27 | libqxt: retire to the boneyard | Larry Gilbert | |
| Closes Homebrew/homebrew#39074. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-27 | manpage: add missing document | Xu Cheng | |
| Closes Homebrew/homebrew#38351. Closes Homebrew/homebrew#38960. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-04-26 | Fix variable name | Jack Nagel | |
| 2015-04-26 | Fix variable name | Jack Nagel | |
| 2015-04-26 | upgrade: announce usage of --all. | Mike McQuaid | |
| Tell users that we will soon be migrating `--all` so it is required if you wish to upgrade all formulae. Closes Homebrew/homebrew#38572. | |||
| 2015-04-26 | Add support for extracting LHA archives | Misty De Meo | |
| 2015-04-26 | Acceptable-Formulae.md: fix a space. | Mike McQuaid | |
| 2015-04-26 | Acceptable-Formulae.md: note about Java binaries. | Mike McQuaid | |
| 2015-04-26 | remove Bintray.version method | Xu Cheng | |
| Closes Homebrew/homebrew#38587. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-04-26 | brew-test-bot: use pkg_version when uploading bottles | Xu Cheng | |
| 2015-04-26 | brew-pull: use pkg_version when publishing bottles | Xu Cheng | |
