Jarek Wojciechowski
18f8adbd5c
test and add HOMEBREW_INSTALL_CLEANUP to upgrade
2018-10-23 15:46:07 -04:00
Mike McQuaid
4a0e97d85a
Merge pull request #5112 from MikeMcQuaid/deprecate-download-strategies
...
Deprecate unused download strategies
2018-10-19 16:07:37 +01:00
Mike McQuaid
599ecc9b5a
Deprecate unused download strategies
...
Download the unused, private download strategies. These are a better fit
for being declared in the formulae and/or taps that use them rather than
in Homebrew/brew where they are unused by Homebrew maintainers or
official taps/formulae.
2018-10-19 10:48:52 +01:00
dependabot[bot]
4644de30d5
Bump jekyll-watch from 2.1.1 to 2.1.2 in /docs
...
Bumps [jekyll-watch](https://github.com/jekyll/jekyll-watch ) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/jekyll/jekyll-watch/releases )
- [Changelog](https://github.com/jekyll/jekyll-watch/blob/master/History.markdown )
- [Commits](https://github.com/jekyll/jekyll-watch/compare/v2.1.1...v2.1.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-17 15:13:44 +00:00
Mike McQuaid
47dc086129
README: add moisan to maintainers.
2018-10-15 07:49:49 -07:00
dependabot[bot]
b39e202968
Bump octokit from 4.12.0 to 4.13.0 in /docs
...
Bumps [octokit](https://github.com/octokit/octokit.rb ) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/octokit/octokit.rb/releases )
- [Changelog](https://github.com/octokit/octokit.rb/blob/master/RELEASE.md )
- [Commits](https://github.com/octokit/octokit.rb/compare/v4.12.0...v4.13.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-11 22:07:25 +00:00
Mike McQuaid
858610c553
Merge pull request #5081 from MikeMcQuaid/manpage-updates
...
Update manpages
2018-10-10 15:37:23 +01:00
Mike McQuaid
448096168b
Update manpages
...
- dev-cmd/man: sort the `cmd_path`s (for APFS)
- update manpages based on latest content
2018-10-10 14:41:50 +01:00
dependabot[bot]
ac67fd4479
Bump jekyll-watch from 2.1.0 to 2.1.1 in /docs
...
Bumps [jekyll-watch](https://github.com/jekyll/jekyll-watch ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/jekyll/jekyll-watch/releases )
- [Changelog](https://github.com/jekyll/jekyll-watch/blob/master/History.markdown )
- [Commits](https://github.com/jekyll/jekyll-watch/compare/v2.1.0...v2.1.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-10 13:27:12 +00:00
dependabot[bot]
dcf4e7b713
Bump jekyll-watch from 2.0.0 to 2.1.0 in /docs
...
Bumps [jekyll-watch](https://github.com/jekyll/jekyll-watch ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/jekyll/jekyll-watch/releases )
- [Changelog](https://github.com/jekyll/jekyll-watch/blob/master/History.markdown )
- [Commits](https://github.com/jekyll/jekyll-watch/compare/v2.0.0...v2.1.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-09 20:18:20 +00:00
Mike McQuaid
573da9002b
docs/Maintainer-Guidelines: change lead maintainer date.
...
I'll step down on February 4th to better coincide with the Homebrew
maintainers in-person conference. This will make it easier to resolve
any logistical issues that arise.
2018-10-09 09:51:17 +01:00
Mike McQuaid
728189d3e9
Merge pull request #5050 from EricFromCanada/docs-edits
...
various documentation edits
2018-10-07 20:01:05 +01:00
EricFromCanada
b2b8f632bb
docs: distinguish <code> and <var> in HTML output
...
Replace <var> tags with markup for italicized monospaced text in Markdown.
This requires the source to not combine bracketed and backticked text.
2018-10-06 00:51:13 -04:00
EricFromCanada
997a207889
docs: fix Official External Commands section
...
Work around ronn's inability to nest indents within list items by modifying its output to add a line break and indent after lines ending with a colon that aren't a list item's first line. This allows `brew.1.md.erb` to join the commands' help text without extra line breaks, which avoids the issue where kramdown was turning any command specs containing pipe characters into tables in the HTML output.
2018-10-05 23:47:48 -04:00
EricFromCanada
31dbc4f985
Various documentation edits
...
Mostly edits to formatting, grammar, wording for consistency & readability.
2018-10-05 17:23:22 -04:00
Mike McQuaid
88837353fb
Merge pull request #5031 from MikeMcQuaid/docs-html-proofer
...
docs: check links with `html-proofer`
2018-10-05 18:14:58 +01:00
dependabot[bot]
6307ef7294
Bump nokogiri from 1.8.4 to 1.8.5 in /docs
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.8.4 to 1.8.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.8.4...v1.8.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-05 01:15:15 +00:00
Mike McQuaid
54fe8e0ec0
docs: fix broken links.
2018-10-04 15:37:02 +01:00
Mike McQuaid
8a2490a1d3
docs: check links with html-proofer
...
This can be done with `bundle exec rake test`.
2018-10-04 15:37:01 +01:00
Viktor Szakats
a0d971a0d0
secure/fix URLs
2018-10-03 21:21:05 +00:00
Gautham Goli
38feaf1270
extract: Add option descriptions
2018-10-03 20:18:05 +05:30
Gautham Goli
f6081d6ab0
man: Update manpages
2018-10-03 19:52:26 +05:30
Gautham Goli
a03d2e0cd1
man: Correct option synopsis
2018-10-03 19:49:46 +05:30
Gautham Goli
7b0f27ca39
style: Fix style errors
2018-10-03 19:49:46 +05:30
Gautham Goli
f60582ca48
man: Remove [] from command synopsis
2018-10-03 19:49:45 +05:30
Gautham Goli
3c74683d88
man: Format h3 tags in ronn output
2018-10-03 19:49:45 +05:30
Gautham Goli
446b1cb9e3
man: Seperate global options into a section
2018-10-03 19:49:45 +05:30
Gautham Goli
e0e876cf37
man: Make command heading H3
2018-10-03 19:49:44 +05:30
Gautham Goli
4f58f2db99
man: Generate dev cmd manpages
2018-10-03 19:49:41 +05:30
Gautham Goli
cfaaa0eb71
Move option descriptions to new line
2018-10-03 19:20:26 +05:30
Gautham Goli
c7bf79407a
Better man page formatting
2018-10-03 19:20:26 +05:30
Gautham Goli
acd9a335a5
brew man
output
2018-10-03 19:20:26 +05:30
Mike McQuaid
8f03ea7ca9
Merge pull request #5016 from EricFromCanada/docs-formula-cookbook
...
docs/Formula-Cookbook: several content updates
2018-10-03 09:23:23 +01:00
EricFromCanada
4fbc1f4126
docs/Formula-Cookbook: update URLs
...
- update rubydoc.info link URLs to use HTTPS
- link to specific example formula revisions so line highlighting makes sense
- monospace formula link text
2018-10-02 11:55:25 -04:00
EricFromCanada
b54b3933eb
docs/Formula-Cookbook: Requirements can have a minimum version
...
And both dependencies and Requirements accept lists.
2018-10-02 11:55:09 -04:00
EricFromCanada
f975732a44
docs/Formula-Cookbook: mention newer download strategies
...
Add `:fossil`, `:github_private_release`, `:github_private_repo`, `:s3`, `:scp`.
2018-10-02 11:55:09 -04:00
EricFromCanada
292361eaf0
docs: move sample commands into code blocks
2018-10-01 16:01:27 -04:00
Mike McQuaid
9a4b54f85d
Remove dbm_test_read analytics.
...
This can now be removed because my paranoia was unjustified and it's
successful 99.93% of the time.
2018-09-25 09:56:13 +01:00
Mike McQuaid
752714b71c
cache_store: add dbm_test_read analytics.
2018-09-21 14:14:51 +01:00
FX Coudert
3192d2d438
Merge pull request #4950 from fxcoudert/mojave2
...
Mojave is being released
2018-09-20 20:32:05 +02:00
Mike McQuaid
da404fcb4e
Install and use RuboCop RSpec by default.
2018-09-20 13:36:41 +01:00
FX Coudert
1a381206c6
docs/Installation: support Sierra or higher
2018-09-20 13:05:42 +02:00
dependabot[bot]
a4e1e2f90b
Bump sass from 3.5.7 to 3.6.0 in /docs
...
Bumps [sass](https://github.com/sass/ruby-sass ) from 3.5.7 to 3.6.0.
- [Release notes](https://github.com/sass/ruby-sass/releases )
- [Commits](https://github.com/sass/ruby-sass/compare/3.5.7...3.6.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-19 17:22:08 +00:00
dependabot[bot]
d5c4a6b993
Bump faraday from 0.15.2 to 0.15.3 in /docs
...
Bumps [faraday](https://github.com/lostisland/faraday ) from 0.15.2 to 0.15.3.
- [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.2...v0.15.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-19 15:46:05 +00:00
Mike McQuaid
3063b7fade
update-reset: allow specifying repositories.
...
This makes it easier to use this in e.g. CI to quickly reset various
repositories to their upstream versions.
2018-09-18 21:14:21 +01:00
Yurii Kolesnykov
de2700c9b6
add quotes to brew --cache in help for cleanup command
2018-09-17 12:13:29 +03:00
Mike McQuaid
44bcf69d1f
cmd/shellenv: use Bash.
...
This speeds up execution by 3x on my machine and the script is simple
enough to warrant this.
2018-09-13 09:27:44 +01:00
Dominyk Tiller
da8d37ee31
README: remove myself
...
I resign from Homebrew with immediate effect.
Goodbye Homebrew.
2018-09-12 11:19:44 +01:00
Mike McQuaid
a9d363fdfe
docs/Maintainer-Guidelines: retire lead maintainer position in Febuary.
2018-09-12 09:16:34 +01:00
dependabot[bot]
c95071a254
Bump commonmarker from 0.17.12 to 0.17.13 in /docs
...
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker ) from 0.17.12 to 0.17.13.
- [Release notes](https://github.com/gjtorikian/commonmarker/releases )
- [Commits](https://github.com/gjtorikian/commonmarker/compare/v0.17.12...v0.17.13 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-12 05:25:43 +00:00