27829 Commits

Author SHA1 Message Date
BrewTestBot
042ab7f890
Update maintainers, manpage and completions.
Autogenerated by the [update-manpage](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-manpage.yml) workflow.
2021-04-27 14:08:20 +00:00
Mike McQuaid
9680801712
Merge pull request #11256 from dtrodrigues/man-prof-silicon
Allow man and prof Apple Silicon
2021-04-27 15:06:43 +01:00
Mike McQuaid
43643d262b
Merge pull request #11255 from gromgit/patch-3
Interesting-Taps-and-Forks.md: add gromgit/fuse
2021-04-27 15:06:35 +01:00
Vítor Galvão
3d9308b268
Merge pull request #11249 from SMillerDev/chore/docs/cask_cookbook
docs: add Cask Cookbook
2021-04-27 14:56:51 +01:00
Mike McQuaid
af1e39797d
Merge pull request #11253 from Bo98/gnu-tar
dev-cmd/bottle: use gnu-tar universally, sort entries & use PAX
2021-04-27 14:37:27 +01:00
Bo Anderson
b0cef64c53
dev-cmd/bottle: use gnu-tar universally, sort entries & use PAX 2021-04-27 14:15:17 +01:00
Sean Molenaar
afa99b4963
Merge pull request #11129 from SMillerDev/feature/audit/service_command 2021-04-27 14:09:29 +02:00
Sean Molenaar
2ec4125178
Audit: make sure service commands exist 2021-04-27 09:36:36 +02:00
Adrian Ho
f2fb76280e
Update docs/Interesting-Taps-and-Forks.md
Co-authored-by: Nanda H Krishna <me@nandahkrishna.com>
2021-04-27 13:34:39 +08:00
Dustin Rodrigues
68246e48c7
prof: allow to run on Apple Silicon 2021-04-27 00:09:45 -04:00
Dustin Rodrigues
1781f01d28
man: allow to run on Apple Silicon 2021-04-27 00:09:31 -04:00
Adrian Ho
3cf1854143
Interesting-Taps-and-Forks.md: add gromgit/fuse 2021-04-27 11:04:16 +08:00
Thierry Moisan
5ed94c0d00
Update docs/Formula-Cookbook.md
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2021-04-26 20:43:46 -04:00
Thierry Moisan
87d9af7b4a
Update Formula-Cookbook.md 2021-04-26 20:34:33 -04:00
Thierry Moisan
539b2105d4
Update Formula-Cookbook.md 2021-04-26 16:11:08 -04:00
Bo Anderson
1157a97d8b
Merge pull request #11254 from mistydemeo/unbottled_fix_argument
Unbottled: fix use of invalid argument
2021-04-26 20:19:36 +01:00
Misty De Méo
1978f4be65 Unbottled: fix use of invalid argument 2021-04-26 11:44:35 -07:00
Mike McQuaid
c5bcfe8fac
Merge pull request #11238 from hyuraku/vendor-install.sh_bash_style_fixes
Vendor install.sh bash style fixes
2021-04-26 15:51:44 +01:00
Mike McQuaid
4af9a35f10
Merge pull request #11241 from GauthamGoli/update-reset-style-fixes
update-reset.sh: Fix `shellcheck` style errors
2021-04-26 15:44:29 +01:00
Mike McQuaid
7135cc088d
Merge pull request #11236 from MikeMcQuaid/tests_more_needs_syntax
github/workflows/tests: add more `needs: syntax`
2021-04-26 15:41:07 +01:00
Mike McQuaid
c53ae546cc
Merge pull request #11251 from MikeMcQuaid/bottle_tar_args
dev-cmd/bottle: tweak tar and tar arguments.
2021-04-26 15:33:45 +01:00
Mike McQuaid
a10f436120
dev-cmd/bottle: tweak tar and tar arguments.
Instead of using `libarchive` on macOS (which has a non-zero dependency
tree) let's instead use `gnu-tar` because:

- it has no dependencies
- we're already using it on Linux

I tested this locally with `ack` (which was getting reproducible bottles
with system and Homebrew `libarchive`) and saw a different checksum. A
quick read of the `gtar` manpage indicated that it uses a GNU tar format
by default which can be made consistent with BSD and GNU tar by using
`--format=ustar` with both. Once this is done, the checksums are the
same. This will hopefully ease the transition to having `all:` bottles
be consistent on Linux, too, which will be useful when homebrew-core is
fully merged/supporting Linux.
2021-04-26 14:42:09 +01:00
hyuraku
61076c7c26 add how to set HOMEBREW_CURL 2021-04-26 21:56:27 +09:00
Sean Molenaar
f7ec0b4d53
docs: fix token-reference anchor
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-04-26 14:32:30 +02:00
Bo Anderson
35942830fb
Merge pull request #11248 from Homebrew/dependabot/github_actions/actions/github-script-v4.0.2
build(deps): bump actions/github-script from v4.0.1 to v4.0.2
2021-04-26 12:12:20 +01:00
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