27815 Commits

Author SHA1 Message Date
Sean Molenaar
967d92f076
Merge pull request #11279 from SMillerDev/fix/service/args
services: fix array being flattened
2021-04-29 15:30:43 +02:00
Michka Popoff
697edce654
bottle: do not fail on missing bottle block
For :all bottle blocks in linuxbrew-core, we are going to remove the bottle
block completely before rebottling.
In linuxbrew-core, we use --keep-old to keep the macOS sha lines.

I am not sure why this exception was written initially, but it
now prevents bottling these formulae, because we have no bottle block
and use --keep-old.

I think it's safe to just skip this check, when there is no bottle block
the old_checksum can just directly return nil.
2021-04-29 14:45:47 +02:00
Sean Molenaar
d4197835bb
services: fix array being flattened 2021-04-29 09:43:39 +02:00
BrewTestBot
6d308a6ea4
Update RBI files for rubocop-rspec. 2021-04-29 05:57:12 +00:00
BrewTestBot
77c40acd26
brew vendor-gems: commit updates. 2021-04-29 05:56:23 +00:00
dependabot[bot]
b61adcf6c9
build(deps): bump rubocop-rspec from 2.2.0 to 2.3.0 in /Library/Homebrew
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.2.0...v2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-29 05:54:09 +00:00
Bo Anderson
32fe482a4c
Merge pull request #11274 from Bo98/all-json
dev-cmd/bottle: fix `all` JSON filename
2021-04-29 00:23:37 +01:00
Bo Anderson
a038110115
dev-cmd/bottle: fix all JSON filename 2021-04-28 22:38:06 +01:00
Mike McQuaid
8d35744581
Merge pull request #11272 from MikeMcQuaid/bottle_more_filename_verbose
dev-cmd/bottle: output more filenames when verbose.
2021-04-28 21:03:31 +01:00
Mike McQuaid
40a36e422e
dev-cmd/bottle: output more filenames when verbose.
More debugging for the bottle rebuild workflow.
2021-04-28 20:25:02 +01:00
Mike McQuaid
c11067c5d6
Merge pull request #11271 from MikeMcQuaid/bottle_filename_handling
dev-cmd/bottle: improve filename handling.
2021-04-28 19:24:10 +01:00
Mike McQuaid
16d5472e4b
dev-cmd/bottle: improve filename handling.
Rely more heavily on the `Bottle::Filename` class rather than hacking
around things manually.

Without this the rebuilding bottles workflow is broken for `all:`
bottles.
2021-04-28 17:10:46 +01:00
Sean Molenaar
79fc33cf39
Merge pull request #11262 from Homebrew/SMillerDev-patch-1
docs: clarify upstream versions requirement
2021-04-28 17:11:30 +02:00
Mike McQuaid
421ae4f95a
Merge pull request #11270 from MikeMcQuaid/brew_bottle_puts
dev-cmd/bottle: add missing verbose puts.
2021-04-28 14:48:21 +01:00
Mike McQuaid
20eeb5aca0
dev-cmd/bottle: add missing verbose puts.
These were added but didn't actually output anything...
2021-04-28 14:23:09 +01:00
Rylan Polster
9dadfc20c4
Merge pull request #10813 from kidonng/fish-args
Conditional formulae and casks completion for Fish
2021-04-28 08:20:04 -04:00
Mike McQuaid
9e6c4f1fc7
Merge pull request #11269 from MikeMcQuaid/pr_upload_bottle_verbose
dev-cmd: add more --verbose bottle, pr-upload output.
2021-04-28 13:16:38 +01:00
Mike McQuaid
d6efa5a76a
Merge pull request #11246 from hyuraku/cmd_repair-style
Cmd repair style
2021-04-28 13:06:48 +01:00
Bo Anderson
90f515e336
Merge pull request #11264 from Bo98/unzip-tz
unpack_strategy/zip: ensure consistent timezone management
2021-04-28 12:59:52 +01:00
Mike McQuaid
dd201a219c
dev-cmd: add more --verbose bottle, pr-upload output.
This should make it easier to debug `all:` bottle upload failures.

While we're here, remove the weird `_` that ended up at the end of a
method name.
2021-04-28 12:48:24 +01:00
hyuraku
67c5006b0a cmd/shellenv.sh: repair style and set HOMEBREW_CASK_REPOSITORY 2021-04-28 20:47:39 +09:00
hyuraku
d68e1fccbc cmd/--version: repair style 2021-04-28 20:47:24 +09:00
Mike McQuaid
e9b3d31d32
Merge pull request #10329 from reitermarkus/livecheck-docs
Improve livecheck docs.
2021-04-28 11:44:35 +01:00
Rylan Polster
49e25e6b83
Fix tests 2021-04-27 20:30:23 -04:00
Rylan Polster
20d05297c3
Remove extra space from manpage 2021-04-27 19:57:13 -04:00
Rylan Polster
4e1211d427
Only check for flags if the command defines them 2021-04-27 19:42:28 -04:00
Kid
9dd15d3ca9
Conditional formulae and casks completion for Fish 2021-04-27 19:19:39 -04:00
Bo Anderson
7ee76b85d5
unpack_strategy/zip: ensure consistent timezone management 2021-04-27 20:29:18 +01:00
Bo Anderson
94ce3236a5
Merge pull request #11263 from Bo98/upgrade-source
upgrade: fix broken dependents never being built from source
3.1.4
2021-04-27 18:32:50 +01:00
Thierry Moisan
2487324214
Update docs/Formula-Cookbook.md
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-04-27 13:09:57 -04:00
Bo Anderson
0deddcfd9f
upgrade: fix broken dependents never being built from source 2021-04-27 17:16:15 +01:00
Thierry Moisan
665b86453f
Update Formula-Cookbook.md 2021-04-27 11:39:32 -04:00
Sean Molenaar
88cf8681a3
docs: rename version claim to policy
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2021-04-27 16:43:54 +02:00
Sean Molenaar
df04c2f9fa
docs: clarify upstream versions requirement 2021-04-27 16:36:39 +02:00
Dustin Rodrigues
b9125d8fc2
Merge pull request #11261 from Homebrew/update-manpage
Update maintainers, manpage and completions.
2021-04-27 10:30:29 -04:00
hyuraku
18a230dfd5 cmd/casks.sh: repair style 2021-04-27 23:09:58 +09:00
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