Michka Popoff
153cd2cd7e
Merge pull request #6520 from dawidd6/more-linux-docs
...
docs: creating new linux specific formulas
2019-10-03 23:30:40 +02:00
Mike McQuaid
8ff2e9ae4e
Improve speed of HOMEBREW_AUTO_UPDATE_SECS
...
This variable allows a user to configure how often `brew update` runs.
With the previous implementation, however, it was still pretty slow as
it would run some of `brew update` even within the timeout. This feels
related to complaints about Homebrew "feeling slow" since we enabled
this. Address this by:
- making `HOMEBREW_AUTO_UPDATE_SECS` behave more like
`HOMEBREW_NO_AUTO_UPDATE` and entirely skip the invocation of
`brew update` if the relevant tap (homebrew-core or homebrew-cask
depending on command invoked) has been checked in the last
`HOMEBREW_AUTO_UPDATE_SECS`
- Only require/check the update of a single tap rather than every tap
- Increase the default value of `HOMEBREW_AUTO_UPDATE_SECS` from 1m
to 5m to cut people a bit more slack. We're not updating things
often enough for 1m not to feel a bit overkill and 5m feels
appropriate for a Homebrew "session" to only require a single update.
2019-10-03 12:54:34 +01:00
Mike McQuaid
4f3d65c972
Merge pull request #6504 from dawidd6/cat
...
cat: check for HOMEBREW_BAT and set 'bat' as pager
2019-10-03 11:37:44 +01:00
Dawid Dziurla
25454a9257
cat: look for HOMEBREW_BAT
2019-10-02 21:59:45 +02:00
Dawid Dziurla
b53d0b9113
docs: creating new linux specific formulas
...
Co-Authored-By: Issy Long <me@issyl0.co.uk>
2019-10-02 12:28:50 +02:00
Mike McQuaid
b88bca0593
Merge pull request #6502 from Homebrew/dependabot/bundler/docs/minitest-5.12.2
...
build: bump minitest from 5.12.0 to 5.12.2 in /docs
2019-09-30 15:33:32 +01:00
dependabot-preview[bot]
5d0e747153
build: bump faraday from 0.15.4 to 0.16.2 in /docs
...
Bumps [faraday](https://github.com/lostisland/faraday ) from 0.15.4 to 0.16.2.
- [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/v0.15.4...v0.16.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-29 10:45:25 +00:00
dependabot-preview[bot]
ffafa24244
build: bump minitest from 5.12.0 to 5.12.2 in /docs
...
Bumps [minitest](https://github.com/seattlerb/minitest ) from 5.12.0 to 5.12.2.
- [Release notes](https://github.com/seattlerb/minitest/releases )
- [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc )
- [Commits](https://github.com/seattlerb/minitest/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-29 00:26:46 +00:00
dependabot-preview[bot]
2c474e6842
build: bump rake from 12.3.3 to 13.0.0 in /docs
...
Bumps [rake](https://github.com/ruby/rake ) from 12.3.3 to 13.0.0.
- [Release notes](https://github.com/ruby/rake/releases )
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc )
- [Commits](https://github.com/ruby/rake/compare/v12.3.3...v13.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-27 16:09:07 +00:00
Markus Reiter
749b6ded72
Merge pull request #6491 from dawidd6/create-perl
...
create: add --perl option
2019-09-26 20:55:31 +02:00
Dawid Dziurla
de4d08028e
create: add --perl option
2019-09-26 20:12:35 +02:00
Markus Reiter
0e1a237c5a
Merge pull request #6493 from Homebrew/dependabot/bundler/docs/rubyzip-2.0.0
...
build: bump rubyzip from 1.2.4 to 2.0.0 in /docs
2019-09-26 03:48:26 +02:00
dependabot-preview[bot]
d8d158657b
build: bump html-proofer from 3.12.2 to 3.13.0 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.12.2 to 3.13.0.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.12.2...v3.13.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-25 21:51:11 +00:00
dependabot-preview[bot]
e27073836f
build: bump rubyzip from 1.2.4 to 2.0.0 in /docs
...
Bumps [rubyzip](https://github.com/rubyzip/rubyzip ) from 1.2.4 to 2.0.0.
- [Release notes](https://github.com/rubyzip/rubyzip/releases )
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md )
- [Commits](https://github.com/rubyzip/rubyzip/compare/v1.2.4...v2.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-25 21:28:27 +00:00
Dawid Dziurla
b4c56937b1
create: add --rust option
2019-09-25 14:29:09 +02:00
Dawid Dziurla
7b1288f658
create: add --python option
2019-09-24 19:35:21 +02:00
Mike McQuaid
28fc268060
Merge pull request #6475 from dawidd6/create-go-mod
...
create: add --go-mod option
2019-09-24 16:44:51 +01:00
Dawid Dziurla
a243f084e6
create: --go-mod -> --go
2019-09-24 16:49:27 +02:00
dependabot-preview[bot]
172157ed8e
build: bump minitest from 5.11.3 to 5.12.0 in /docs
...
Bumps [minitest](https://github.com/seattlerb/minitest ) from 5.11.3 to 5.12.0.
- [Release notes](https://github.com/seattlerb/minitest/releases )
- [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc )
- [Commits](https://github.com/seattlerb/minitest/compare/v5.11.3...v5.12.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 05:25:07 +00:00
Dawid Dziurla
964d189109
regenerate manpages
2019-09-20 17:11:11 +02:00
Mike McQuaid
c8390dfc55
Merge pull request #6459 from issyl0/more-linux-maintainer-docs
...
More Homebrew/linuxbrew-core maintainer guide sections
2019-09-20 15:13:28 +01:00
Issy Long
0198011c20
Post-review clarifications
2019-09-19 08:57:22 +01:00
Mike McQuaid
605a9c6057
Merge pull request #6440 from igas/formula-pr-checklist
...
Maintainer's checklist on accepting formula PR
2019-09-18 11:47:43 +01:00
dependabot-preview[bot]
fcf5a51399
build: bump github-pages from 198 to 200 in /docs
...
Bumps [github-pages](https://github.com/github/pages-gem ) from 198 to 200.
- [Release notes](https://github.com/github/pages-gem/releases )
- [Commits](https://github.com/github/pages-gem/compare/v198...v200 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-17 18:12:35 +00:00
Mike McQuaid
d40a4173d4
Merge pull request #6453 from reitermarkus/brew-ruby
...
Fix `brew ruby -r`.
2019-09-16 08:32:39 +01:00
Issy Long
d45f88c6ac
Document how we pull bottles in Homebrew/linuxbrew-core
...
- Also document some things that could go wrong and how to recover from
them.
2019-09-15 13:55:28 +01:00
Issy Long
7c295602cc
Note that Homebrew/linuxbrew-core CI won't go green for merge commits
2019-09-15 13:55:16 +01:00
Issy Long
06d86d041f
Use the correct name for the GitHub username envvar: HOMEBREW_GITHUB_USER
2019-09-15 12:40:24 +01:00
Issy Long
23294a5647
Docs: Add a link to the linuxbrew-core maintainer guide
2019-09-15 11:56:26 +01:00
Issy Long
6a81aa2ca4
Maintainer's guide for Homebrew on Linux (linuxbrew-core)
...
- There are a lot more manual steps in Homebrew on Linux (Linuxbrew)
land than there are in Homebrew (core), it feels like.
- This is a first attempt at a maintainer's guide. I have basically
tried to brain-dump everything that Michka and Shaun have taught me
over the months into something consumable for future Homebrew on Linux
maintainers!
- Some of it is overly verbose - the merging docs are taken from
[Linuxbrew/homebrew-developer's docs](https://github.com/Linuxbrew/homebrew-developer/blob/master/docs/merge-homebrew-core.md )
which were recently updated to reflect reality but probably don't need
to have so many words: just some instructions. :-)
2019-09-14 12:58:31 +01:00
Markus Reiter
cba1c8ee97
Fix brew ruby -r
.
2019-09-13 21:16:48 +02:00
Igor Kapkov
1cd5fdf3e1
Address comments
2019-09-12 19:50:01 +10:00
Igor Kapkov
2ec526609c
Add link, rename file and remove semicolons
2019-09-12 07:36:17 +10:00
Igor Kapkov
ee23c492de
Initial draft of the checklist for PR merge decisions
2019-09-11 20:24:41 +10:00
Mike McQuaid
3f62a5a212
Merge pull request #6430 from lwolfsonkin/brew-fish-completions-update
...
Added a flurry of improvements to the brew fish completions
2019-09-09 09:09:36 +01:00
Lawrence
109d2a6d0e
Deleted comment in parentheses
2019-09-07 18:21:01 -04:00
Markus Reiter
d294881e31
Merge pull request #6428 from Homebrew/dependabot/bundler/docs/html-proofer-3.12.2
...
build: bump html-proofer from 3.12.0 to 3.12.2 in /docs
2019-09-07 23:37:57 +02:00
Lawrence
994d92ab32
Fixed website documentation to mark that brew provides fish completions
2019-09-07 17:26:15 -04:00
dependabot-preview[bot]
8c89cd1a6d
build: bump html-proofer from 3.12.0 to 3.12.2 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.12.0 to 3.12.2.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.12.0...v3.12.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-07 11:29:43 +00:00
dependabot-preview[bot]
4ebad49928
build: bump rubyzip from 1.2.3 to 1.2.4 in /docs
...
Bumps [rubyzip](https://github.com/rubyzip/rubyzip ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/rubyzip/rubyzip/releases )
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md )
- [Commits](https://github.com/rubyzip/rubyzip/compare/v1.2.3...v1.2.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-06 17:24:14 +00:00
Steven Peters
ea61180610
New-Maintainer-Checklist: invite to monthly call
2019-09-05 16:09:01 +01:00
Jonathan Chang
f0f4142faa
Merge pull request #6416 from jonchang/members
...
New Maintainer Checklist: add guidelines for members
2019-09-04 19:31:39 +10:00
Jonathan Chang
884d1fa919
New-Maintainer-Checklist: guidelines for members
2019-09-04 12:50:14 +10:00
dependabot-preview[bot]
da994c2e3c
build: bump html-proofer from 3.11.1 to 3.12.0 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.11.1 to 3.12.0.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.11.1...v3.12.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-03 15:45:09 +00:00
Rui Chen
98ee92b7a3
Add chenrui333
2019-09-02 14:14:11 -04:00
Mike McQuaid
78d74a8b29
Merge pull request #6403 from EricFromCanada/custom-global-options
...
man: include global options with customized descriptions
2019-09-02 14:17:03 +01:00
dependabot-preview[bot]
506d0f25fd
build: bump addressable from 2.6.0 to 2.7.0 in /docs
...
Bumps [addressable](https://github.com/sporkmonger/addressable ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases )
- [Changelog](https://github.com/sporkmonger/addressable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.6.0...addressable-2.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-02 05:25:14 +00:00
EricFromCanada
2477773259
man: include global options with customized descriptions
2019-08-25 23:59:47 -04:00
EricFromCanada
3ed9b35f70
man: allow multi-line paragraphs for comment-based docs
2019-08-20 12:56:21 -04:00
EricFromCanada
20e3edfc78
manpages: add link to API & regenerate
2019-08-20 09:13:28 -04:00