Sean Molenaar
390d108555
docs: add Cask Cookbook
2021-04-26 10:47:41 +02:00
dependabot[bot]
ea02a0efea
build(deps): bump actions/github-script from v4.0.1 to v4.0.2
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from v4.0.1 to v4.0.2.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v4.0.1...a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 06:59:59 +00:00
Thierry Moisan
a313b2d34f
Update docs/Formula-Cookbook.md
...
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-04-25 13:06:39 -04:00
Thierry Moisan
5b31a0623b
docs: mention shebang rewrite in the formula cookbook
2021-04-24 14:18:38 -04:00
Gautham Goli
a9236a3bf7
update-reset.sh: Fix shellcheck
style errors
2021-04-24 11:11:09 +05:30
Markus Reiter
fb7d19c661
Merge pull request #11230 from reitermarkus/git-config-error
2021-04-23 18:02:06 +02:00
hyuraku
51c39c898f
add SC2153
2021-04-24 00:35:03 +09:00
hyuraku
e82e4ea7c2
repair vendor-install.sh
2021-04-24 00:02:50 +09:00
Mike McQuaid
58ca0f4ea7
Merge pull request #11237 from MikeMcQuaid/cleanup_ds_store
...
cleanup: ignore DS_Store access failures.
2021-04-23 15:45:10 +01:00
hyuraku
c67c202e54
add how to set ENV
2021-04-23 22:56:08 +09:00
Mike McQuaid
1cb082db94
cleanup: ignore DS_Store access failures.
...
Fixes #10988 .
2021-04-23 14:49:12 +01:00
Mike McQuaid
f688d7adf8
Merge pull request #11235 from MikeMcQuaid/pr_upload_json_files
...
dev-cmd/pr-upload: fix json_files handling.
2021-04-23 14:48:19 +01:00
Mike McQuaid
5b858ee783
dev-cmd/pr-upload: fix json_files handling.
...
Another failure:
https://github.com/Homebrew/homebrew-core/pull/75299#issuecomment-825654120
2021-04-23 14:35:26 +01:00
Mike McQuaid
9614927400
github/workflows/tests: add more needs: syntax
...
Make more of the longer (i.e. >5m) jobs require the `syntax` job to have
completed. These jobs are so much quicker than the macOS job so that
this will not slow down the overall CI run while avoiding the run of
some jobs if `syntax` fails.
2021-04-23 14:30:37 +01:00
Gautham Goli
5183f9aeaf
vendor-install.sh: Fix shellcheck
style errors
2021-04-23 22:26:21 +09:00
Mike McQuaid
dcd9bf1212
Merge pull request #11234 from MikeMcQuaid/pr_upload_args
...
dev-cmd/pr-upload: fix bad args reference.
2021-04-23 14:18:22 +01:00
Mike McQuaid
5d67709cb6
Merge pull request #11214 from hyuraku/utils_repair_style
...
Utils repair style
2021-04-23 14:17:22 +01:00
Mike McQuaid
123d5c0dfa
Merge pull request #11137 from MikeMcQuaid/more_official_taps
...
More official Homebrew taps
2021-04-23 14:06:09 +01:00
Mike McQuaid
06c516759e
Merge pull request #11231 from zachauten/bump_ssh
...
Fix bump-formula-pr for taps with ssh remote url.
2021-04-23 14:01:26 +01:00
Mike McQuaid
2823631469
Merge pull request #11232 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.4.21
...
build(deps): bump tapioca from 0.4.20 to 0.4.21 in /Library/Homebrew
2021-04-23 14:00:05 +01:00
Mike McQuaid
1c7fe79968
dev-cmd/pr-upload: fix bad args reference.
...
Currently breaking CI.
2021-04-23 13:53:43 +01:00
Mike McQuaid
c6a9227e08
More official Homebrew taps
...
Make `brew alias`, `brew autoupdate` and `brew command-not-found-init`
official commands. This means we:
- make sure we don't break their style with `brew style` changes
- autotap them when you run the command and they aren't installed
- include them in the manpage
2021-04-23 13:43:55 +01:00
Dustin Rodrigues
d4a2abec7e
Merge pull request #11223 from dtrodrigues/update-guidelines
...
docs: remove recommended/optional from maintainer guidelines
2021-04-23 08:03:04 -04:00
Mike McQuaid
e8caa61672
Merge pull request #11215 from MikeMcQuaid/pr_upload_bottle_all
...
dev-cmd/{bottle,pr-upload}: generate, upload `all: $SHA256` bottles.
2021-04-23 12:59:47 +01:00
BrewTestBot
f04b2ef789
Update RBI files for tapioca.
2021-04-23 05:59:48 +00:00
BrewTestBot
51803969cc
brew vendor-gems: commit updates.
2021-04-23 05:58:57 +00:00
dependabot[bot]
07fee37771
build(deps): bump tapioca from 0.4.20 to 0.4.21 in /Library/Homebrew
...
Bumps [tapioca](https://github.com/Shopify/tapioca ) from 0.4.20 to 0.4.21.
- [Release notes](https://github.com/Shopify/tapioca/releases )
- [Commits](https://github.com/Shopify/tapioca/compare/v0.4.20...v0.4.21 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-23 05:56:44 +00:00
Dustin Rodrigues
949e89f91e
docs: remove recommended/optional from maintainer guidelines
2021-04-22 22:09:00 -04:00
Zach Auten
95c8f445fa
Fix bump-formula-pr for taps with ssh remote url.
2021-04-22 22:02:09 -04:00
Markus Reiter
2eaca98505
Avoid “Failure while executing; git config --replace-all homebrew.devcmdrun true
exited with 255.” error.
2021-04-22 20:48:29 +02:00
Mike McQuaid
afbe0e8086
Merge pull request #11203 from kthchew/audit-url
...
audit: specify which URL has a content problem in problem message
2021-04-22 17:26:48 +01:00
Mike McQuaid
bd156d6adb
Merge pull request #11220 from Homebrew/dependabot/bundler/Library/Homebrew/bootsnap-1.7.4
...
build(deps): bump bootsnap from 1.7.3 to 1.7.4 in /Library/Homebrew
2021-04-22 15:18:04 +01:00
Mike McQuaid
f12d278e9b
Merge pull request #11221 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-performance-1.11.0
...
build(deps): bump rubocop-performance from 1.10.2 to 1.11.0 in /Library/Homebrew
2021-04-22 15:17:37 +01:00
Mike McQuaid
0808c41247
Merge pull request #11222 from Homebrew/dependabot/github_actions/actions/github-script-v4.0.1
...
build(deps): bump actions/github-script from v3 to v4.0.1
2021-04-22 15:16:57 +01:00
BrewTestBot
57c4ef7d53
Update RBI files for rubocop-performance.
2021-04-22 13:01:40 +00:00
BrewTestBot
d5a0993380
Update RBI files for bootsnap.
2021-04-22 13:01:33 +00:00
BrewTestBot
1ac764b1ea
brew vendor-gems: commit updates.
2021-04-22 13:00:42 +00:00
BrewTestBot
7c3090a8fa
brew vendor-gems: commit updates.
2021-04-22 13:00:35 +00:00
Mike McQuaid
d81b898117
utils/curl: tweak style.
2021-04-22 13:57:28 +01:00
dependabot[bot]
828ac157be
build(deps): bump rubocop-performance in /Library/Homebrew
...
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance ) from 1.10.2 to 1.11.0.
- [Release notes](https://github.com/rubocop/rubocop-performance/releases )
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.10.2...v1.11.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-22 12:55:09 +00:00
dependabot[bot]
12a41c8578
build(deps): bump bootsnap from 1.7.3 to 1.7.4 in /Library/Homebrew
...
Bumps [bootsnap](https://github.com/Shopify/bootsnap ) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/Shopify/bootsnap/releases )
- [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.7.3...v1.7.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-22 12:55:02 +00:00
Kenneth Chew
af594739dc
audit: specify which URL has a content problem in problem message
2021-04-22 13:52:18 +01:00
dependabot[bot]
99ad3b34cb
build(deps): bump actions/github-script from v3 to v4.0.1
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from v3 to v4.0.1.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v3...85e88a66eaa831097093a3d278536947f2984d20 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-22 12:51:49 +00:00
Mike McQuaid
e651c86b45
Merge pull request #11225 from MikeMcQuaid/fix_shellcheck
...
Fix shellcheck failures
2021-04-22 13:43:43 +01:00
Mike McQuaid
7af68d0f8e
Fix shellcheck failures
...
A new version of `shellcheck` (I think?) brought us so new warnings and
errors.
To fix:
- pass `--source-path` so we don't need to stop `shellcheck` trying to
read sourced files every time
- disable some more warnings/errors we don't care about fixing
2021-04-22 13:18:44 +01:00
Mike McQuaid
521d6b51a6
dev-cmd/{bottle,pr-upload}: generate, upload all: $SHA256
bottles.
...
Generate `all: $SHA256` bottles if:
- all generated bottles have the same cellar
- all generated bottles have the same checksum
In this case, on `brew bottle --merge --write`: delete all the non-`all`
bottles (and their JSON) and upload only the single one that's
necessary.
2021-04-21 17:10:05 +01:00
Mike McQuaid
813f75159b
Merge pull request #11213 from MikeMcQuaid/rm_pod2man_shim
...
shims/mac/super/pod2man: delete.
2021-04-21 14:56:36 +01:00
Mike McQuaid
0ba5a5dde5
shims/mac/super/pod2man: delete.
...
Bo98 has confirmed this is not needed on Yosemite (the oldest version of
macOS that we can still be run on).
2021-04-21 14:23:11 +01:00
hyuraku
2b6afea8ed
utils/ruby.sh: repair style
2021-04-21 22:19:35 +09:00
hyuraku
d3b07d078f
utils/analytics.sh: repair style
2021-04-21 21:12:27 +09:00