Mike McQuaid
e3f851d0ac
Merge pull request #11963 from FnControlOption/install
...
install: fetch all formulae before install
2021-09-02 12:52:17 +01:00
Dawid Dziurla
bd27111317
Merge pull request #11959 from cho-m/pr-automerge-linux-only
...
pr-automerge: enable automerging linux-only PRs
2021-09-02 13:42:50 +02:00
FnControlOption
cf2800afec
install: fetch all formulae before install
2021-09-01 22:42:20 -07:00
Bo Anderson
fb8d679a62
Merge pull request #11954 from Bo98/sandbox-tput
...
sandbox: fallback to tput for winsize
2021-09-01 21:34:40 +01:00
Bo Anderson
c16c25efaf
Merge pull request #11957 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9094
...
build(deps-dev): bump sorbet from 0.5.9090 to 0.5.9094 in /Library/Homebrew
2021-09-01 21:10:52 +01:00
Bo Anderson
9e42ddb011
sandbox: fallback to tput for winsize
2021-09-01 21:09:23 +01:00
Michael Cho
eb6f18d24a
pr-automerge: enable automerging linux-only PRs
2021-09-01 11:24:41 -07:00
BrewTestBot
a0cc4a467c
Update RBI files for sorbet.
2021-09-01 18:10:33 +00:00
BrewTestBot
2f72fe4102
brew vendor-gems: commit updates.
2021-09-01 18:08:01 +00:00
dependabot[bot]
5e0051ca55
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9090 to 0.5.9094.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 18:04:51 +00:00
Benjamin Bolton
632b96780f
Test for single-quote service wrapper
2021-09-01 11:54:38 -06:00
Benjamin Bolton
1532c081f2
Add space character in map (pacify brew style)
2021-09-01 11:46:57 -06:00
Benjamin Bolton
4acb9cf734
Wrap service command parameters in single quotes
...
Should resolve issues with multi-word arguments, eg:
> Or, if you don't want/need a background service you can just run:
/opt/homebrew/opt/nginx/bin/nginx -g daemon off;
fails, but
> Or, if you don't want/need a background service you can just run:
'/opt/homebrew/opt/nginx/bin/nginx' '-g' 'daemon off;'
succeeds
2021-09-01 11:40:54 -06:00
Mike McQuaid
7c37a34cca
Merge pull request #11927 from FnControlOption/fetch
...
fetch: fix `--bottle-tag` when unbottled on host system
2021-09-01 16:08:05 +01:00
Mike McQuaid
8352f1a861
Merge pull request #11790 from FnControlOption/curl
...
curl: echo any cookies received on a redirect
2021-09-01 14:53:49 +01:00
FnControlOption
7d0a36752b
curl: echo any cookies received on a redirect
2021-09-01 06:32:30 -07:00
Mike McQuaid
008296f6b3
Merge pull request #11791 from FnControlOption/cask-cookbook
...
docs: use `brew --repository` shorthand in Cask Cookbook
2021-09-01 14:22:20 +01:00
Mike McQuaid
2a22bc30fd
Merge pull request #11952 from FnControlOption/upgrade
...
upgrade: revert renaming of create_formula_installer
2021-09-01 14:16:42 +01:00
FnControlOption
999a3c66f9
docs: use brew --repository shorthand in Cask Cookbook
2021-09-01 05:59:26 -07:00
FnControlOption
03177b5906
upgrade: revert renaming of create_formula_installer
2021-09-01 05:48:12 -07:00
Mike McQuaid
d5bf520038
Merge pull request #11951 from Homebrew/update-man-completions
...
Update maintainers, manpage and completions.
2021-09-01 11:46:56 +01:00
BrewTestBot
b1be682397
Update maintainers, manpage and completions.
...
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml ) workflow.
2021-09-01 10:26:41 +00:00
Mike McQuaid
364096b79e
Merge pull request #11938 from iMichka/domain
...
brew.sh: set HOMEBREW_FORCE_HOMEBREW_ON_LINUX when core repo is homeb…
2021-09-01 11:24:53 +01:00
Mike McQuaid
ffb4e5f519
Merge pull request #11947 from EricFromCanada/upgrade-dry-run
...
upgrade: list upgradeable dependencies on dry run
2021-09-01 11:24:22 +01:00
Nanda H Krishna
2cc3d3e022
Merge pull request #11949 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9090
...
build(deps-dev): bump sorbet from 0.5.9088 to 0.5.9090 in /Library/Homebrew
2021-08-31 15:57:34 -05:00
Michka Popoff
4ef058412c
brew.sh: set HOMEBREW_FORCE_HOMEBREW_CORE_REPO_ON_LINUX when core repo is homebrew-core
...
See https://github.com/Homebrew/install/pull/571
When the install script sets as https://github.com/Homebrew/homebrew-core ,
we need to use the homebrew-core bottle domain, and correctly set
the HOMEBREW_CORE_DEFAULT_GIT_REMOTE below.
This also fixes the brew doctor issue for new homebrew-core Linux installations
Warning: Suspicious https://github.com/Homebrew/linuxbrew-core git origin remote found.
The current git origin is:
https://github.com/Homebrew/homebrew-core
With a non-standard origin, Homebrew won't update properly.
You can solve this by setting the origin remote:
git -C "/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core" remote set-url origin https://github.com/Homebrew/linuxbrew-core
2021-08-31 21:48:38 +02:00
BrewTestBot
dc2fd120ee
brew vendor-gems: commit updates.
2021-08-31 18:06:55 +00:00
dependabot[bot]
ac3a75266e
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9088 to 0.5.9090.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-31 18:04:32 +00:00
EricFromCanada
c234d1ea03
upgrade: list upgradeable dependencies/migrations/cleanups on dry run
2021-08-31 12:27:14 -04:00
Mike McQuaid
d429780e3f
Merge pull request #11940 from FnControlOption/fetch-before-install
...
upgrade: fetch all formulae before installing
2021-08-31 16:54:28 +01:00
Mike McQuaid
3e1c8ea877
Apply suggestions from code review
2021-08-31 16:35:09 +01:00
FnControlOption
16594c5521
upgrade: fetch_formula_installer -> create_formula_installer
2021-08-31 07:08:24 -07:00
Nanda H Krishna
7d56615631
Merge pull request #11944 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9088
...
build(deps-dev): bump sorbet from 0.5.9084 to 0.5.9088 in /Library/Homebrew
2021-08-30 15:39:28 -05:00
Nanda H Krishna
3877c6dab5
Merge pull request #11943 from Homebrew/dependabot/bundler/docs/faraday-1.7.1
...
build(deps): bump faraday from 1.7.0 to 1.7.1 in /docs
2021-08-30 15:38:56 -05:00
Nanda H Krishna
d444971688
Merge pull request #11942 from Homebrew/dependabot/bundler/docs/github-pages-219
...
build(deps-dev): bump github-pages from 218 to 219 in /docs
2021-08-30 15:38:30 -05:00
Nanda H Krishna
c5c95096da
Merge pull request #11945 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.4.25
...
build(deps-dev): bump tapioca from 0.4.24 to 0.4.25 in /Library/Homebrew
2021-08-30 15:38:07 -05:00
BrewTestBot
4fc876fb23
Update RBI files for tapioca.
2021-08-30 18:09:34 +00:00
BrewTestBot
525137f37e
Update RBI files for sorbet.
2021-08-30 18:08:13 +00:00
BrewTestBot
9b454dfbfe
brew vendor-gems: commit updates.
2021-08-30 18:06:58 +00:00
BrewTestBot
5562b58840
brew vendor-gems: commit updates.
2021-08-30 18:06:01 +00:00
dependabot[bot]
b3c1add5a5
build(deps-dev): bump tapioca from 0.4.24 to 0.4.25 in /Library/Homebrew
...
Bumps [tapioca](https://github.com/Shopify/tapioca ) from 0.4.24 to 0.4.25.
- [Release notes](https://github.com/Shopify/tapioca/releases )
- [Commits](https://github.com/Shopify/tapioca/compare/v0.4.24...v0.4.25 )
---
updated-dependencies:
- dependency-name: tapioca
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 18:03:45 +00:00
dependabot[bot]
a6ae8371e8
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9084 to 0.5.9088.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 18:03:30 +00:00
dependabot[bot]
03a5266edf
build(deps): bump faraday from 1.7.0 to 1.7.1 in /docs
...
Bumps [faraday](https://github.com/lostisland/faraday ) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/lostisland/faraday/releases )
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lostisland/faraday/compare/v1.7.0...v1.7.1 )
---
updated-dependencies:
- dependency-name: faraday
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 18:01:59 +00:00
dependabot[bot]
42393a9efb
build(deps-dev): bump github-pages from 218 to 219 in /docs
...
Bumps [github-pages](https://github.com/github/pages-gem ) from 218 to 219.
- [Release notes](https://github.com/github/pages-gem/releases )
- [Commits](https://github.com/github/pages-gem/compare/v218...v219 )
---
updated-dependencies:
- dependency-name: github-pages
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 18:01:37 +00:00
Carlo Cabrera
3947d09e50
Merge pull request #11902 from chenrui333/improve-go-formulae-creation
...
create(go): add `-s -w` ldflags to reduce the artifact size
2021-08-30 23:37:41 +08:00
Carlo Cabrera
e44d2d7fd9
Merge pull request #11941 from Homebrew/update-man-completions
...
Update maintainers, manpage and completions.
2021-08-30 23:36:31 +08:00
FnControlOption
f45c1146fc
upgrade: fetch all formulae before installing
2021-08-30 08:17:28 -07:00
BrewTestBot
0745b83ea4
Update maintainers, manpage and completions.
...
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml ) workflow.
2021-08-30 15:11:59 +00:00
Carlo Cabrera
430bd71a56
Merge pull request #11931 from carlocab/cleanup-formulae
...
cleanup: allow users to specify formulae to skip cleaning
2021-08-30 23:09:08 +08:00
XuehaiPan
05c1c5895e
Apply suggestions from code review
2021-08-30 22:37:07 +08:00