| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | 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 | |
| 2015-04-25 | Keep subprocess code inside begin block | Jack Nagel | |
| 2015-04-25 | Clean up socket and filesystem resources separately | Jack Nagel | |
| 2015-04-25 | Add Formula#logs | Jack Nagel | |
| 2015-04-25 | ENV.deparallelize: add block form for temporary change | Misty De Meo | |
| Closes Homebrew/homebrew#39026. | |||
| 2015-04-24 | Fix `brew unpack --patch` | enami tsugutomo | |
| Applying patches in `brew unpack` was broken since b76e26c9cf1f ("Decouple applying patches from staging the source"). Closes Homebrew/homebrew#38997. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-04-24 | search: add homebrew/tex to search params | Dominyk Tiller | |
| Closes Homebrew/homebrew#38855. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-24 | tap_migrations: migrate tex formulae to homebrew/tex | Dominyk Tiller | |
| 2015-04-24 | hardware: correctly detect early 2015 MacBook Pro. | enami tsugutomo | |
| Closes Homebrew/homebrew#38996. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-24 | download_strategy: allow anoncvs. | Geoff Nixon | |
| Closes Homebrew/homebrew#38965. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-23 | cleanup-installed: remove command. | Mike McQuaid | |
| It's been deprecated for a few months and `brew bundle` is a far better tool for this than `cleanup-installed` was. Closes Homebrew/homebrew#38893. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-23 | compilers: blacklist llvm from :openmp | Ian Lancaster | |
| Closes Homebrew/homebrew#38912. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-23 | mac/xcode: add xcode 6.3.1 support | Dominyk Tiller | |
| Closes Homebrew/homebrew#38514. | |||
