Jonathan Chang
c68bf84e21
docs: update FAQ with current Homebrew behavior
2020-09-09 19:21:22 +10:00
Jonathan Chang
d0b0dafb0b
docs: update cross-compiler practice in core
2020-09-09 19:21:22 +10:00
Jonathan Chang
379431791e
docs: clarify and clean up analytics docs
2020-09-09 19:21:22 +10:00
Jonathan Chang
6f924b08ae
docs: livecheck is now internal command
2020-09-09 19:21:10 +10:00
Markus Reiter
196d7badfa
Improve RSpec annotations.
2020-09-09 10:24:20 +02:00
Mike McQuaid
959d2b7fbb
Merge pull request #8644 from shcai97/update_latest_tag_fix
...
update: fix latest_tag in homebrew/brew update
2020-09-09 08:48:14 +01:00
Mike McQuaid
b59f91a2d9
Merge pull request #8649 from tschoonj/fix-std-meson-args
...
std_meson_args: add --wrap-mode=nofallback
2020-09-09 08:40:13 +01:00
dependabot-preview[bot]
0c145d0473
build(deps): bump sorbet from 0.5.5891 to 0.5.5895 in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.5891 to 0.5.5895.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-09 07:36:57 +00:00
Mike McQuaid
a69bb1c836
Merge pull request #8659 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-runtime-0.5.5895
...
build(deps): bump sorbet-runtime from 0.5.5891 to 0.5.5895 in /Library/Homebrew
2020-09-09 08:35:42 +01:00
Mike McQuaid
91ee29d93c
Merge pull request #8653 from Rylan12/help-external-command-fix
...
help: show help text for tapped external command
2020-09-09 08:31:51 +01:00
dependabot-preview[bot]
79047fc1f5
build(deps): bump sorbet-runtime in /Library/Homebrew
...
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet ) from 0.5.5891 to 0.5.5895.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-09 06:53:11 +00:00
shcai97
1789c27b32
use --key and --numeric-sort
...
Co-authored-by: Maxim Belkin <maxim.belkin@gmail.com>
2020-09-09 10:21:46 +08:00
Issy Long
b94f9dccd7
Merge pull request #8657 from miccal/cbmc_audit
...
Remove cbmc from GITHUB_PRERELEASE_ALLOWLIST
2020-09-08 23:00:12 +01:00
miccal
c22c6c4a93
Remove cbmc from GITHUB_PRERELEASE_ALLOWLIST
2020-09-09 05:27:18 +08:00
Claudia Pellegrino
455965de80
Merge pull request #8655 from claui/fix- ✅
...
Use monochrome ✔, which works better with filter
2020-09-08 22:09:35 +02:00
Rylan Polster
5b393cb049
help: show help text for tapped external command
...
Previously, running e.g. `brew help bundle` when homebrew-bundle was not
tapped would tap homebrew-bundle and then run `brew bundle` showing
`Error: No Brewfile found` instead of the expected help text.
2020-09-08 15:44:13 -04:00
Claudia
e2b3bdb4e5
Use monochrome ✔, which works better with filter
2020-09-08 20:08:35 +02:00
shcai97
77f2a24a6b
use sort to fix latest_tag
2020-09-09 01:12:58 +08:00
Seeker
6d1de3a72b
Merge pull request #7986 from SeekingMeaning/bump-cask-pr
...
dev-cmd: add bump-cask-pr command
2020-09-08 09:40:55 -07:00
Mike McQuaid
8118aee85d
Merge pull request #8651 from Homebrew/imgbot
...
[ImgBot] Optimize images
2020-09-08 17:14:00 +01:00
Markus Reiter
66555af904
Merge pull request #8639 from reitermarkus/rspec-github-actions
...
Add RSpec formatter for Github Actions.
2020-09-08 17:50:30 +02:00
Seeker
0a4fbf7f6a
dev-cmd: add bump-cask-pr
2020-09-08 08:26:05 -07:00
Seeker
be92ef2889
utils/git: add origin_branch
2020-09-08 08:26:05 -07:00
Rylan Polster
7d92454a56
Merge pull request #8635 from Rylan12/deprecate_disable_info
...
deprecate_disable: refactor and add to `info`
2020-09-08 11:17:44 -04:00
Seeker
b94f04b7bc
Merge pull request #8611 from SeekingMeaning/bump-formula-pr/validate_tar_download
...
utils: add `tar`
2020-09-08 07:57:00 -07:00
ImgBotApp
1a7b3e87ee
[ImgBot] Optimize images
...
*Total -- 61.65kb -> 43.73kb (29.07%)
/docs/assets/img/docs/managing-pull-requests.drawio.svg -- 61.61kb -> 43.69kb (29.08%)
/Library/Homebrew/test/support/fixtures/test.gif -- 0.04kb -> 0.03kb (18.6%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-09-08 14:34:34 +00:00
Claudia Pellegrino
08ab2d739e
Merge pull request #8627 from claui/pr-diagram
...
Add flowchart for managing ready-to-merge PRs
2020-09-08 16:22:01 +02:00
Akylzhan Sauranbay
d7097b5598
Fix the usage of outdated brew cask list
2020-09-08 20:10:21 +06:00
Seeker
15af7189eb
utils: add tar
...
Includes `validate_file` method to be used by `bump-formula-pr`
2020-09-08 07:08:07 -07:00
Tom Schoonjans
6af2b6db31
std_meson_args: add --wrap-mode=nofallback
...
Otherwise projects may download missing dependencies and build and
install them. GNOME projects do this a lot in particular.
2020-09-08 14:58:24 +01:00
Seeker
17a9b58b59
Merge pull request #8638 from SeekingMeaning/bump-formula-pr/update-mirrors
...
bump-formula-pr: update mirrors automatically
2020-09-08 06:53:28 -07:00
Dustin Rodrigues
17d92a2d81
Merge pull request #8630 from dtrodrigues/bottle-lutime
...
bottle: use File.lutime instead of system call
2020-09-08 09:51:33 -04:00
Mike McQuaid
2ec8266697
Merge pull request #8642 from Homebrew/tapioca-update
...
sorbet: update RBI files using Tapioca.
2.5.0
2020-09-08 08:31:12 +01:00
Markus Reiter
947832d185
Merge pull request #8645 from miccal/pock_audit
...
Add pock to GITHUB_PRERELEASE_ALLOWLIST
2020-09-08 08:14:23 +02:00
miccal
f2ff0c21ba
Add pock to GITHUB_PRERELEASE_ALLOWLIST
2020-09-08 12:06:26 +08:00
shcai97
249e8e29f9
fix latest_tag in homebrew/brew update
2020-09-08 10:41:45 +08:00
BrewTestBot
9c40130ebe
sorbet: update RBI files using Tapioca.
...
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/tapioca.yml ).
2020-09-08 00:42:30 +00:00
Claudia
4bb396bca9
Apply suggested changes to diagram and guidelines
2020-09-07 23:51:33 +02:00
Markus Reiter
4d8dcb1d81
Add RSpec formatter for Github Actions.
2020-09-07 23:50:44 +02:00
Seeker
ccde62082b
bump-formula-pr: update mirrors automatically
2020-09-07 10:34:16 -07:00
Rylan Polster
a8bcd92628
deprecate_disable: refactor and add to info
2020-09-07 13:00:02 -04:00
Markus Reiter
d0e1595fcf
Merge pull request #8634 from Homebrew/dependabot/bundler/Library/Homebrew/codecov-0.2.11
...
build(deps): bump codecov from 0.2.10 to 0.2.11 in /Library/Homebrew
2020-09-07 18:46:47 +02:00
Seeker
bf7fc0be7d
Merge pull request #8610 from SeekingMeaning/bump-formula-pr/missing-mirror
...
bump-formula-pr: expedite check for missing mirror argument
2020-09-07 08:24:25 -07:00
Maxim Belkin
1792cdf1d5
Merge pull request #8608 from maxim-belkin/system_config_code_reorg
...
system_config.rb: refactor code into worker functions
2020-09-07 10:22:05 -05:00
dependabot-preview[bot]
ee5db3b149
build(deps): bump codecov from 0.2.10 to 0.2.11 in /Library/Homebrew
...
Bumps [codecov](https://github.com/codecov/codecov-ruby ) from 0.2.10 to 0.2.11.
- [Release notes](https://github.com/codecov/codecov-ruby/releases )
- [Changelog](https://github.com/codecov/codecov-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-ruby/compare/v0.2.10...v0.2.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-07 14:10:58 +00:00
Rui Chen
55e045d238
audit: fix lmod hashcat cert issue
2020-09-06 20:24:22 -04:00
Rui Chen
c858f9a3ab
audit: fix jinx homepage cert issue
2020-09-06 20:23:18 -04:00
Rui Chen
483fcd52c0
audit: fix lmod homepage cert issue
2020-09-06 20:17:48 -04:00
Rui Chen
1615bc31fa
audit: fix micropython homepage cert issue
2020-09-06 20:17:30 -04:00
Dustin Rodrigues
8ab5ea5249
bottle: use File.lutime instead of system call
2020-09-06 19:43:30 -04:00