Mike McQuaid
a01b37bfac
Merge pull request #5163 from sjackman/keg-relocate-glibc
...
Patching the dynamic linker of glibc breaks it [Linux]
2018-10-23 19:14:09 +01:00
Mike McQuaid
0ac0eaf484
Merge pull request #5159 from vszakats/debmirrcanon
...
audit: use debian canonical mirror
2018-10-23 19:13:40 +01:00
Shaun Jackman
385a05e5ae
Patching the dynamic linker of glibc breaks it [Linux]
2018-10-23 10:18:53 -07:00
Shaun Jackman
605e61095a
relocation_formulae: Poured bottles depend on gcc [Linux]
2018-10-23 09:03:20 -07:00
Viktor Szakats
44578adfdb
audit: use debian canonical mirror
2018-10-23 15:52:00 +00:00
Mike McQuaid
e3f5450ac3
Merge pull request #5160 from MikeMcQuaid/update-brew-man
...
Update manpage
2018-10-23 16:29:05 +01:00
Mike McQuaid
fe9a9fd883
Update manpage
...
Pull in changes from
https://github.com/Homebrew/homebrew-services/pull/174 and some missing
changes from https://github.com/Homebrew/brew/pull/5089 .
2018-10-23 15:52:18 +01:00
Mike McQuaid
4b7a0f9588
Merge pull request #5158 from MikeMcQuaid/compat-requirements-odeprecated
...
compat/requirements: add odeprecated.
2018-10-23 15:32:48 +01:00
Mike McQuaid
fb020a9c32
Merge pull request #5150 from colindean/change-comment
...
Swap in description of current behavior instead of 1.9.3 hack comment
2018-10-23 15:28:50 +01:00
Markus Reiter
e3881d8e75
Merge pull request #5143 from reitermarkus/content-disposition
...
Support `Content-Disposition: inline`.
2018-10-23 13:22:07 +02:00
Mike McQuaid
284e3b8db4
travis.yml: attempt to use travis_wait.
2018-10-23 11:28:22 +01:00
Mike McQuaid
226f6e711c
Merge pull request #5156 from Homebrew/dependabot/bundler/Library/Homebrew/test/parallel_tests-2.24.0
...
Bump parallel_tests from 2.23.0 to 2.24.0 in /Library/Homebrew/test
2018-10-23 11:10:43 +01:00
Mike McQuaid
5bea36799b
compat/requirements: add odeprecated.
...
These can be enabled now Homebrew/homebrew-core has been fixed
(in https://github.com/Homebrew/homebrew-core/pull/32968 ).
2018-10-23 11:09:04 +01:00
dependabot[bot]
30ed316bb0
Bump parallel_tests from 2.23.0 to 2.24.0 in /Library/Homebrew/test
...
Bumps [parallel_tests](https://github.com/grosser/parallel_tests ) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/grosser/parallel_tests/releases )
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.23.0...v2.24.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-23 03:25:31 +00:00
Mike McQuaid
fdd8e9b7cf
Merge pull request #5148 from MikeMcQuaid/travis-only-macos
...
travis: only build on macOS.
1.8.0
2018-10-21 20:49:50 +01:00
Colin Dean
6b2451e6ac
Adds 'password' to method doc
2018-10-21 15:20:45 -04:00
Colin Dean
91cd3cead2
Swap in description of current behavior instead of 1.9.3 hack comment
...
While working on f10691bcc, I noticed this odd comment and decided to
investigate. I wasn't able to reproduce the undesirable behavior because
I cannot get 1.8.7 to compile with rvm but I did notice through some
testing that iTerm2 displays a lock character when echo mode is
disabled. My intent had been to remove this method because Homebrew has
moved past a Ruby version that would necessitate the "hack" but this
method's behavior is actually desirable today, so I changed the comment
to remove the potential flag and instead left a comment explaining
a good second reason for the method.
2018-10-21 12:56:58 -04:00
Mike McQuaid
7a4a5d809f
Merge pull request #5146 from MikeMcQuaid/tweak-analytics-results
...
info: tweak analytics behaviour.
2018-10-21 15:57:25 +01:00
Mike McQuaid
b1ffa96aa5
travis: only build on macOS.
...
We have Azure Pipelines doing Linux builds for us now. They also do
macOS builds but CodeCov doesn't work there (yet).
2018-10-21 15:48:39 +01:00
Mike McQuaid
b167a88e4d
Merge pull request #5090 from JBallin/gist-token-error
...
Clarify how to set HOMEBREW_GITHUB_API_TOKEN
2018-10-21 15:41:34 +01:00
Mike McQuaid
4f648aec00
Merge pull request #5145 from MikeMcQuaid/remove-heroku
...
audit: remove heroku formula.
2018-10-21 13:08:40 +01:00
Mike McQuaid
6ace80d040
Merge pull request #5089 from JBallin/private-gist
...
Set gist-logs to create private gist (vs. public)
2018-10-21 13:08:13 +01:00
Mike McQuaid
ab99b55108
info: tweak analytics behaviour.
...
- Make `--verbose` and `--analytics` behave differently.
- Allow `--analytics` to return results for formulae that don't exist
(but are in the top 10,000 installed formulae).
2018-10-21 13:07:08 +01:00
Mike McQuaid
5e68a0872e
audit: remove heroku formula.
...
This was removed in https://github.com/Homebrew/homebrew-core/pull/33233 .
2018-10-21 12:46:02 +01:00
Markus Reiter
b0742db4fa
Support Content-Disposition: inline
.
2018-10-21 05:56:02 +02:00
Markus Reiter
8b3228ad8a
Merge pull request #5127 from lembacon/atomic_write-sticky
...
pathname: `atomic_write` shouldn't make dir sticky unless world writable
2018-10-21 03:24:53 +02:00
Chongyu Zhu
98016b0ac6
pathname: atomic_write
shouldn't make dir sticky unless world writable
2018-10-21 08:58:20 +08:00
Colin Dean
f10691bccc
Add --private flag to gist-logs
...
Co-Authored-By: JBallin <JBallin@users.noreply.github.com>
2018-10-20 14:46:53 -07:00
Mike McQuaid
c56c3907e5
Merge pull request #5139 from MikeMcQuaid/force-homebrew-on-linux
...
Add HOMEBREW_FORCE_HOMEBREW_ON_LINUX
2018-10-20 19:05:59 +01:00
commitay
bcd10560d8
Merge pull request #5086 from commitay/no-devel-specs
...
audit: disallow `devel` specs in `core`
2018-10-20 23:10:00 +10:00
Mike McQuaid
51af87f85f
Add HOMEBREW_FORCE_HOMEBREW_ON_LINUX
...
This serves a similar purpose to the HOMEBREW_FORCE_HOMEBREW_ORG
variable but applies to more settings.
2018-10-20 13:58:27 +01:00
Mike McQuaid
0e574eb44e
Merge pull request #5138 from MikeMcQuaid/download_strategy_deprecate_naming_update
...
compat/download_strategy: improve messaging.
2018-10-20 13:01:20 +01:00
commitay
d38c8fb8c5
audit: disallow devel
specs in core
2018-10-20 21:43:33 +10:00
Mike McQuaid
57968a29a5
Merge pull request #5106 from MikeMcQuaid/vendor-rubocop-rspec
...
Vendor rubocop-rspec
2018-10-20 12:43:00 +01:00
Mike McQuaid
556b339c4f
Merge pull request #5137 from amancevice/fix-deprecated-s3-download-strategy
...
Fix to deprecated S3DownloadStrategy
2018-10-20 12:41:55 +01:00
Mike McQuaid
864be6d82f
Merge pull request #5105 from MikeMcQuaid/brew-info-verbose-analytics-table
...
info: make verbose analytics use tabular output.
2018-10-20 12:34:40 +01:00
Mike McQuaid
9272579593
compat/download_strategy: improve messaging.
...
This should make it clearer how you can maintain this yourself (as well
as being a better fit with `odeprecated`'s output).
2018-10-20 12:34:13 +01:00
Mike McQuaid
99749cbe9c
Merge pull request #5101 from MikeMcQuaid/requirements_cleanup
...
Cleanup Requirements
2018-10-20 12:13:26 +01:00
Mike McQuaid
0617dc1c1d
info: make verbose analytics use tabular output.
...
This copies (and slightly improves) the current `brew formula-analytics`
output so `brew formula-analytics` can be adjusted to just output JSON.
2018-10-20 12:06:25 +01:00
Mike McQuaid
4231197437
Merge pull request #5119 from javian/fixtodo1
...
rubocop: fix some rubocop offences
2018-10-20 11:56:52 +01:00
Mike McQuaid
2e4176a57f
Merge pull request #5130 from commitay/versioned-formula
...
audit: use `versioned_formula` instead of `formula.versioned_formula?`
2018-10-20 11:55:32 +01:00
Mike McQuaid
303f9579d6
Merge pull request #5075 from EricFromCanada/cmd-help-new
...
docs: conversion & review of Homebrew::CLI::Parser help in dev-cmd/
2018-10-20 11:53:55 +01:00
Jan Viljanen
2b123153de
update description
2018-10-20 09:26:40 +02:00
Jan Viljanen
bd3bc09720
restore sh test
2018-10-20 08:53:19 +02:00
commitay
78a21c8bbf
audit: use versioned_formula
instead of formula.versioned_formula?
2018-10-20 13:43:55 +10:00
commitay
598909577c
Merge pull request #5091 from commitay/versioned-keg-only
...
audit: check versioned formulae for `keg_only :versioned_formula`
2018-10-20 13:40:37 +10:00
Alexander Mancevice
2e7758b4e9
Fix to deprecated S3DownloadStrategy
...
Remove references to removed require_aws_sdk method
See commit: 599ecc9b5ad7951b8ddc51490ebe93a976d43b29
2018-10-19 15:40:15 -04:00
EricFromCanada
388781f6a7
dev-cmd/: remove colons from command specs.
...
These aren't needed when converting Parser-based help text to man page or Markdown formats.
Includes regenerated docs.
2018-10-19 13:12:55 -04:00
EricFromCanada
7fb425a5c6
man.rb: avoid showing comma when an option has no long version.
...
Specifically, `brew ruby -e "<ruby code>"`.
2018-10-19 13:12:55 -04:00
EricFromCanada
63b3d400e0
dev-cmd/: add Parser-based help text for remaining commands.
...
`brew ruby` now accepts only `-e`, verbose, and debug arguments.
2018-10-19 13:12:55 -04:00