20710 Commits

Author SHA1 Message Date
Markus Reiter
2090f057a0 Create parent directory for artifacts with sudo if necessary. 2019-02-06 21:20:51 +01:00
tueksta
b9b1b24e4e
Calculate actual delta in usage 2019-02-06 18:25:46 +01:00
Gary Bartlett
ff5dddab99 Add support for java version strings without periods, e.g. "12-ea" (java-beta). 2019-02-06 06:31:57 -08:00
Mike McQuaid
3349da1c1b
Merge pull request #5678 from waldyrious/patch-1
missing_formula.rb: add help message for cargo
2019-02-05 17:10:57 +01:00
Waldir Pimenta
2dccfe1d02
Update missing_formula.rb 2019-02-05 14:05:57 +00:00
Waldir Pimenta
3dc0df5a77
missing_formula.rb: add help message for cargo
...modeled after the existing message for pip.

Also sync format of the gfortran and lzma messages,
and use typographic apostrophe in the *tex message.
2019-02-05 13:38:08 +00:00
Mike McQuaid
ec3eb25994
Merge pull request #5673 from GauthamGoli/fix-formula-options-bug
cli_parser: Dont raise FormulaUnavailableError
2019-02-05 10:39:05 +01:00
Mike McQuaid
f754b5a92b
Merge pull request #5670 from MikeMcQuaid/eric
README: add @EricFromCanada.
2019-02-05 10:37:50 +01:00
Shaun Jackman
4c03fc0c96
Merge pull request #5661 from sjackman/cellar
With symlinked Cellar, don't try to find /usr/local prefix
2019-02-05 00:31:56 -08:00
Jonathan Chang
04fc3ef781
Merge pull request #5676 from javian/patch-1
docs: Remove Linux from the unsupported tap list
2019-02-05 07:16:01 +01:00
Jan Viljanen
04473795b1
docs: Remove Linux from the unsupported tap list 2019-02-05 06:52:19 +01:00
Shaun Jackman
41c3307484 With symlink Cellar, don't try to find /usr/local prefix 2019-02-05 06:44:04 +01:00
Gautham Goli
418a5f56dc
cli_parser: Dont raise FormulaUnavailableError 2019-02-04 22:10:47 +01:00
Mike McQuaid
5755b5a828
README: add EricFromCanada.
Welcome to the team!
2019-02-04 18:12:18 +01:00
Markus Reiter
81b6623774
Merge pull request #5668 from GauthamGoli/update-report-quiet-arg
cmd/update: Add quiet flag
2019-02-04 17:55:11 +01:00
Mike McQuaid
e1caf63cec
Merge pull request #5665 from GauthamGoli/upgrade-parse-args
cmd/upgrade: Add call to parse options
2019-02-04 17:43:12 +01:00
Mike McQuaid
5063f00a5a
Merge pull request #5669 from MikeMcQuaid/leadership-changes
Note leadership changes
2019-02-04 17:40:37 +01:00
Mike McQuaid
a733089940
Merge pull request #5653 from FuegoFro/cask_handle_already_downloaded_file
Cask handle already downloaded file
2019-02-04 17:39:38 +01:00
Colin Dean
516e2b41d5
Update docs/Maintainer-Guidelines.md
Co-Authored-By: MikeMcQuaid <mike@mikemcquaid.com>
2019-02-04 17:19:38 +01:00
Mike McQuaid
947b90961b
Note leadership changes
Today the Homebrew maintainers elected a new PLC, TSC and project lead.
Documentation is to follow detailing exactly the responsibilities for
each of these roles but adjust these to reflect the current state until
that point.
2019-02-04 17:09:31 +01:00
Gautham Goli
ff4544eebd
cmd/update: Add quiet flag 2019-02-04 15:06:06 +01:00
Gautham Goli
ba057ad239
Fixes #5663 2019-02-04 08:40:05 +01:00
Danny Weinberg
6db1b0abd8 Handle regex not finding anything 2019-02-03 10:52:09 -08:00
Mike McQuaid
8df3d20f5e
Merge pull request #5659 from MikeMcQuaid/cleanup-fix-cask-formula-duplicates
cleanup: fix stale cask detection.
2019-02-03 15:59:40 +01:00
Mike McQuaid
6fe75fb154
cleanup: fix stale cask detection.
This method is also run to check formulae and if a formula and cask have
the same name (e.g. `cmake`) then this method would mark all formulae
downloads to being stale.

Instead, check the `dirname` (which we're using for globs anyway) to
double check that this is definitely a stale cask.
2019-02-03 15:32:30 +01:00
Mike McQuaid
a30f8960a5
Merge pull request #5658 from MikeMcQuaid/install-cleanup-help
Note HOMEBREW_NO_INSTALL_CLEANUP in the help/manual
2019-02-03 13:01:39 +01:00
Mike McQuaid
267d721988
Note HOMEBREW_NO_INSTALL_CLEANUP in the help/manual 2019-02-03 09:34:00 +01:00
Mike McQuaid
cbf049cc96
Merge pull request #5656 from MikeMcQuaid/update-reset-hang
update-reset: avoid hanging on shallow-since.
2019-02-02 19:00:39 +01:00
Mike McQuaid
4101bfda81
update-reset: avoid hanging on shallow-since.
For some reason this seems to hang when there's been no commits since
the latest tag. Not a problem in `brew update`.
2019-02-02 18:34:44 +01:00
Danny Weinberg
b0124c4fb0 Cask handle already downloaded file
The current logic for curl_download tries to restart any existing
partial download, but this fails for some servers when the file is
already fully downloaded, returning a status code 416. This updates the
function to check for the file being already downloaded and if so bails
early.

The following command used to fail when run more than once but now works
as expected:
```
brew cask info https://raw.githubusercontent.com/homebrew/homebrew-cask/master/Casks/docker.rb
```
2019-02-01 14:57:50 -08:00
Mike McQuaid
1920eecb71
Merge pull request #5651 from retokromer/patch-1
fix typo
2.0.0
2019-02-01 14:22:17 +00:00
Mike McQuaid
7c1d3bef2b
Commit typo manpage updates. 2019-02-01 13:57:50 +00:00
Reto Kromer
15403183f2
fix typo 2019-01-31 20:33:16 +01:00
Markus Reiter
277e8d43be
Merge pull request #5646 from reitermarkus/content-disposition
Use Mechanize to parse Content-Disposition.
2019-01-31 20:16:32 +01:00
Mike McQuaid
058274a704
Merge pull request #5633 from RandomDSdevel/clean-up-symlnks-to-static-libraries
cleaner: only skip non-.la symlinks
2019-01-31 14:14:03 +00:00
Mike McQuaid
93441a5bb3
Merge pull request #5650 from MikeMcQuaid/finish-commands
Finish option handling
2019-01-31 12:55:03 +00:00
Bryce Glover
72a95edcfb [cleaner.rb] clean_dirs: Remove symbolic links if they point to static libra-
ries.

Reopens Homebrew/homebrew-core#35269.
Closes Homebrew/homebrew-core#35269.
2019-01-30 19:22:10 -05:00
Mike McQuaid
fd4e45c688
lines_spec: fix a typo. 2019-01-30 21:59:55 +00:00
Mike McQuaid
901d738ce1
docs/querying-brew: point to brew info --help. 2019-01-30 21:39:56 +00:00
Mike McQuaid
2446aea729
manpages: commit updates. 2019-01-30 21:39:55 +00:00
Mike McQuaid
f1d6c0f5a4
completions/zsh: fix a typo. 2019-01-30 21:39:29 +00:00
Mike McQuaid
4ace1af297
help: improve command --help output. 2019-01-30 21:39:29 +00:00
Mike McQuaid
1bdcd2001c
cli_parser: allow hiding from man page. 2019-01-30 21:39:29 +00:00
Mike McQuaid
a10ba20459
brew.1.md.erb: improve output consistency. 2019-01-30 21:39:29 +00:00
Mike McQuaid
bbea109926
dev-cmd: remove --help headers and tweak docs. 2019-01-30 21:39:28 +00:00
Mike McQuaid
6cb7a00f2d
cmd: remove --help headers and tweak docs. 2019-01-30 21:39:28 +00:00
Mike McQuaid
96c1dffb71
vendor-install: improve --help formatting. 2019-01-30 21:38:46 +00:00
Mike McQuaid
172326a0cf
update: improve --help formatting. 2019-01-30 21:38:46 +00:00
Mike McQuaid
2b285f23c2
update-reset: improve --help formatting. 2019-01-30 21:38:45 +00:00
Mike McQuaid
2a676dd94c
shellenv: improve --help formatting. 2019-01-30 21:38:45 +00:00