Mike McQuaid
3247f26a34
Merge pull request #7479 from sjackman/requirements
...
docs/Homebrew-on-Linux.md: Requirements
2020-05-02 14:43:40 +01:00
Mike McQuaid
6123cdb767
Improve Homebrew Portable Ruby messaging
...
As-of https://github.com/Homebrew/homebrew-portable-ruby/pull/100 we've
removed ARM builds for Portable Ruby due to months of breakage.
Similarly, when we last bumped Portable Ruby the ARM build was much
delayed but, despite Homebrew/brew being completely unusable to anyone
using it on ARM in that case, no-one complained or filed issues.
Instead of attempting to maintain and update a Portable Ruby on niche
(Homebrew) platforms like ARM (or, in past/future PPC) improve the
messaging to provide users with a workaround.
Now we allow only a major/minor version match it should be pretty
doable for those users to install e.g. a prebuilt Ruby binary from a PPA
or built it from source if needed using `ruby-build` and `rbenv`.
The messaging could be improved further but we're somewhat limited by
`ruby.sh` and `vendor-install.sh` being separate. I'm tempted to combine
them (or at least have `vendor-install.sh` not be so generic as to not
be able to give Ruby-specific advice).
2020-05-02 13:53:45 +01:00
Shaun Jackman
ab1d03c5b1
docs/Homebrew-on-Linux.md: Requirements
...
Linux/WSL is redundant.
2020-05-01 15:08:39 -07:00
dependabot-preview[bot]
10df3f6612
build(deps): bump rb-fsevent from 0.10.3 to 0.10.4 in /docs
...
Bumps [rb-fsevent](https://github.com/thibaudgg/rb-fsevent ) from 0.10.3 to 0.10.4.
- [Release notes](https://github.com/thibaudgg/rb-fsevent/releases )
- [Commits](https://github.com/thibaudgg/rb-fsevent/compare/0.10.3...v0.10.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-30 14:46:25 +00:00
dependabot-preview[bot]
91e57838c7
build(deps-dev): bump html-proofer from 3.15.2 to 3.15.3 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.15.2 to 3.15.3.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.15.2...v3.15.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-21 12:22:06 +00:00
Shaun Jackman
ee21fe1d44
Regenerate docs/Manpage.md and manpages/brew.1
2020-04-20 11:49:37 -07:00
Mike McQuaid
c4fed07d34
Merge pull request #7401 from dawidd6/pr-upload
...
Add pr-upload command
2020-04-20 16:33:06 +01:00
Dawid Dziurla
3dd5a7465d
add pr-upload command
2020-04-20 13:37:05 +02:00
Mike McQuaid
9eed1e4e7e
Merge pull request #7400 from MikeMcQuaid/cleanup_max_age_days
...
cleanup: all configuring max age days.
2020-04-20 10:54:58 +01:00
Mike McQuaid
701c1811d5
cleanup: all configuring max age days.
...
Fixes #7320
2020-04-20 10:33:15 +01:00
Mike McQuaid
8b84ef5dc8
pull: cleanup more code.
...
Remove more unused code.
2020-04-20 10:09:22 +01:00
Mike McQuaid
66eb11d55c
manpages: update.
2020-04-20 08:27:28 +01:00
Mike McQuaid
ef3b148147
Merge pull request #7395 from MikeMcQuaid/kill-jenkins
...
Remove last Jenkins references
2020-04-19 15:09:05 +01:00
Mike McQuaid
239b4c9d19
Remove last Jenkins references
...
- remove Jenkins Testing support from `brew pull`
- update reference to MacStadium Orka
- remove reference to DigitalOcean
2020-04-19 14:53:18 +01:00
Dawid Dziurla
8305919c93
pr-automerge: allow multiple comma separated -labels
2020-04-19 16:17:25 +10:00
Mike McQuaid
5e2351cde6
dev-cmd/audit: add --skip-style option.
...
This will allow `brew style` and `brew audit` to be run separately
without providing duplicates.
Additionally, run RuboCop style rules when `--strict` isn't provided and
remove a confusing reference to `style`.
2020-04-16 08:24:38 +01:00
Mike McQuaid
6e60d3fb59
docs: point to homebrew/install repository.
...
This saves duplicating the (un)install instructions in multiple places.
2020-04-15 16:16:21 +01:00
Mike McQuaid
85e65f6d9c
Move some cmd to dev-cmd.
...
None of these made sense as end-user commands.
2020-04-14 14:29:38 +01:00
Mike McQuaid
8bc1678379
docs/Releases: various updates.
...
Update with and based on the release process video I recorded.
2020-04-13 16:30:40 +01:00
Jonathan Chang
5a95fe14aa
dev-cmd: add pr-automerge
...
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
2020-04-13 20:14:40 +10:00
Mike McQuaid
6b30a64831
Merge pull request #7332 from dawidd6/pr-uniq
...
pr-*: only unique named args
2020-04-12 13:31:54 +01:00
Issy Long
c8867e5352
Merge pull request #7327 from issyl0/pull-deprecate-bottle
...
pull: Deprecate `--bottle` flag
2020-04-12 11:41:37 +01:00
Issy Long
3e2f183c60
pull: Remove --bottle
flag
...
- Muscle memory is a thing, as is relying heavily on one's shell
history. Now that the Jenkins runners are gone, `brew pull --bottle`
no longer works. This removes the option. If maintainers are confused,
they should [look at recent changes to the
docs](https://docs.brew.sh/Brew-Test-Bot-For-Core-Contributors#bottling ),
or ask in Slack.
- An earlier iteration of this showed a deprecation warning and a link
to the docs, but when an option no longer physically works it's a bit
late for deprecation *warnings*.
- This also fixes a `brew style` warning from futher up in the file.
pull: Appease RuboCop
2020-04-12 11:24:22 +01:00
Dawid Dziurla
08309749d4
pr-*: only unique named args
...
also tweak usage to show that the commands accept multiple arguments
2020-04-12 12:13:53 +02:00
Jonathan Chang
56090cc03a
Merge pull request #7311 from jonchang/tap-shallow
...
tap: permit creating shallow taps
2020-04-12 15:20:13 +10:00
Jonathan Chang
e2507968da
docs: remove old Jenkins assets
2020-04-11 20:06:32 +10:00
Jonathan Chang
cf63925005
docs: Update for new pr-* workflows
2020-04-11 20:06:31 +10:00
Jonathan Chang
945fb11d51
tap: default to --shallow on CI
2020-04-11 13:12:09 +10:00
Jonathan Chang
bf66c8800e
manpages: update for environment changes
2020-04-09 22:45:43 +10:00
Jonathan Chang
2acb4771fe
tap: permit creating shallow taps for CI
2020-04-09 18:46:47 +10:00
Mike McQuaid
147294b1ed
Revert "Set HOMEBREW_GITHUB_API_TOKEN from GITHUB_TOKEN."
2020-04-09 09:29:50 +01:00
Thierry Moisan
967a2d2687
Update docs/Formula-Cookbook.md
...
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
2020-04-08 09:21:38 -04:00
Thierry Moisan
a245eea674
docs/Formula-Cookbook.md: mention the use of 'bottle :unneeded'
2020-04-08 09:14:45 -04:00
Mike McQuaid
4e07d7b9f4
Set HOMEBREW_GITHUB_API_TOKEN from GITHUB_TOKEN.
...
If `HOMEBREW_GITHUB_API_TOKEN` is not set and `GITHUB_TOKEN` is: let's
use it. `GITHUB_TOKEN` is a somewhat standard env var to set for
GitHub authentication tokens (e.g. used by `hub`).
2020-04-07 10:37:58 +01:00
Mike McQuaid
ad75e40ce7
man: generate from Homebrew::EnvConfig.
2020-04-07 09:58:26 +01:00
dependabot-preview[bot]
ebdefb9b82
build: bump tzinfo from 1.2.6 to 1.2.7 in /docs
...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo ) from 1.2.6 to 1.2.7.
- [Release notes](https://github.com/tzinfo/tzinfo/releases )
- [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md )
- [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.6...v1.2.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 21:43:31 +00:00
Dawid Dziurla
ffc1b49026
pr-pull: allow to specify tap
2020-03-31 11:25:40 +02:00
Jonathan Chang
d459718bc4
manpages: update for new pr-pull command
2020-03-30 22:41:17 +11:00
Mike McQuaid
6df0724313
Merge pull request #7233 from vitorgalvao/curl-long-disable
...
Use long --disable instead of short -q in curl
2020-03-30 08:22:39 +01:00
dependabot-preview[bot]
4fb5b93541
build: bump ruby-enum from 0.7.2 to 0.8.0 in /docs
...
Bumps [ruby-enum](https://github.com/dblock/ruby-enum ) from 0.7.2 to 0.8.0.
- [Release notes](https://github.com/dblock/ruby-enum/releases )
- [Changelog](https://github.com/dblock/ruby-enum/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dblock/ruby-enum/compare/v0.7.2...v0.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-30 05:42:43 +00:00
Vítor Galvão
2e8aa3eb97
Use long --disable instead of short -q in curl
2020-03-29 20:04:37 +01:00
dependabot-preview[bot]
1a86fa4421
build: bump faraday from 1.0.0 to 1.0.1 in /docs
...
Bumps [faraday](https://github.com/lostisland/faraday ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/lostisland/faraday/releases )
- [Changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lostisland/faraday/compare/v1.0.0...v1.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-29 13:57:16 +00:00
dependabot-preview[bot]
8b62e8d67d
build: bump html-proofer from 3.15.1 to 3.15.2 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.15.1 to 3.15.2.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.15.1...v3.15.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-26 11:55:42 +00:00
dependabot-preview[bot]
33f9180e1d
build: bump octokit from 4.17.0 to 4.18.0 in /docs
...
Bumps [octokit](https://github.com/octokit/octokit.rb ) from 4.17.0 to 4.18.0.
- [Release notes](https://github.com/octokit/octokit.rb/releases )
- [Changelog](https://github.com/octokit/octokit.rb/blob/4-stable/RELEASE.md )
- [Commits](https://github.com/octokit/octokit.rb/compare/v4.17.0...v4.18.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-26 05:13:39 +00:00
Mike McQuaid
fa8fe0fc39
Merge pull request #7200 from dawidd6/create-ruby
...
create: add --ruby option
2020-03-24 13:50:35 +00:00
Jonathan Chang
e08ffb3515
manpages: update for brew pr-publish
2020-03-22 13:35:15 +11:00
Dawid Dziurla
a3eefda0f9
create: add --ruby option
2020-03-21 15:41:27 +01:00
Mike McQuaid
f357efe18d
Merge pull request #7196 from reitermarkus/curl-retry
...
Retry `curl` requests 3 times by default.
2020-03-20 19:39:11 +00:00
Markus Reiter
50b61fa7f2
Retry curl
requests 3 times by default.
2020-03-20 18:40:43 +01:00
Mike McQuaid
69066d3087
Tweak Acceptable Formulae
...
- make clearer how self-updates should be handled
- move from OSI to Debian approved licenses
- don't allow open source software to depend on proprietary software
2020-03-20 14:08:47 +00:00