26744 Commits

Author SHA1 Message Date
Mike McQuaid
e87a9daa61
Merge pull request #10613 from cacology/docs-reinstall-for-build-issues
Common-Issues.md: reinstallation instructions for localized build failures
2021-04-02 12:22:54 +01:00
Mike McQuaid
5c202f3e14
Merge pull request #10998 from Homebrew/dependabot/bundler/Library/Homebrew/mechanize-2.8.0
build(deps): bump mechanize from 2.7.7 to 2.8.0 in /Library/Homebrew
2021-04-02 12:11:24 +01:00
Mike McQuaid
9c4a9a9514
Merge pull request #10999 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.4.20
build(deps): bump tapioca from 0.4.19 to 0.4.20 in /Library/Homebrew
2021-04-02 12:11:07 +01:00
Mike McQuaid
f749998476
Merge pull request #11000 from thomassth/patch-1
Remove Audacity block
2021-04-02 12:10:52 +01:00
Mike McQuaid
a7d253a8a7
Merge pull request #10997 from sjackman/sj/bottle-digest
github_packages: Rename sh.brew.bottle.digest
2021-04-02 10:36:18 +01:00
Mike McQuaid
d407a86878
Merge pull request #11002 from Homebrew/revert-10978-github_packages_media_type
Revert "github_packages: update mediaType."
2021-04-02 10:14:26 +01:00
Shaun Jackman
3141d493ca
github_packages: Rename sh.brew.bottle.digest
Rename sh.brew.bottle.checksum to sh.brew.bottle.digest
for consistency with the OCI descriptor spec.
2021-04-02 10:13:27 +01:00
Mike McQuaid
0c355d907a
Revert "github_packages: update mediaType." 2021-04-02 09:56:12 +01:00
Mike McQuaid
d578469a75
Merge pull request #10984 from MikeMcQuaid/portable_ruby_github_default
cmd/vendor-install: use GitHub for portable Ruby.
2021-04-02 09:43:47 +01:00
Mike McQuaid
ab0d9f18a5
Merge pull request #10977 from MikeMcQuaid/github_packages_tab_download
GitHub Packages Tab download
2021-04-02 09:43:27 +01:00
Thomas
8cca00286d
Update denylist_spec.rb 2021-04-02 16:10:27 +08:00
Thomas
69cf697e2e
Remove Audacity from denylist.rb 2021-04-02 15:25:34 +08:00
BrewTestBot
f04404a9f5
Update RBI files for tapioca. 2021-04-02 06:06:32 +00:00
BrewTestBot
0fc89a343e
brew vendor-gems: commit updates. 2021-04-02 06:05:35 +00:00
BrewTestBot
64183fac5c
Update RBI files for mechanize. 2021-04-02 06:02:30 +00:00
BrewTestBot
2a8fa71619
brew vendor-gems: commit updates. 2021-04-02 06:01:41 +00:00
dependabot[bot]
98717c5c89
build(deps): bump tapioca from 0.4.19 to 0.4.20 in /Library/Homebrew
Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.4.19 to 0.4.20.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](https://github.com/Shopify/tapioca/compare/v0.4.19...v0.4.20)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-02 05:59:34 +00:00
dependabot[bot]
1122fc98b9
build(deps): bump mechanize from 2.7.7 to 2.8.0 in /Library/Homebrew
Bumps [mechanize](https://github.com/sparklemotion/mechanize) from 2.7.7 to 2.8.0.
- [Release notes](https://github.com/sparklemotion/mechanize/releases)
- [Changelog](https://github.com/sparklemotion/mechanize/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/mechanize/compare/v2.7.7...v2.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-02 05:59:11 +00:00
Mike McQuaid
1fa9a6b7c6
Merge pull request #10981 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
2021-04-02 02:42:48 +01:00
Markus Reiter
ffba81f677
Adjust audit spec. 2021-04-02 00:56:38 +00:00
Markus Reiter
02b2abaa67
Skip url do URLs in offline audit. 2021-04-02 00:56:36 +00:00
Markus Reiter
b843ca881c
Implement nested url do API. 2021-04-02 00:56:36 +00:00
Dawid Dziurla
64c53f1a37
pr-pull,upload: don't quote passed --committer value 2021-04-02 00:56:35 +00:00
Dawid Dziurla
93ccf1ef6a
pr-pull: pass --committer to pr-upload 2021-04-02 00:56:34 +00:00
BrewTestBot
731b4fce5b
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-02 00:56:32 +00:00
nandahkrishna
f812654cc1
utils: raise UsageError in parse_author!
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-04-02 00:56:31 +00:00
nandahkrishna
59dae75709
Allow specifying committer for some dev-cmds 2021-04-02 00:56:30 +00:00
Mike McQuaid
7314ad55b4
workflows/tests: remove cask taps audit.
These are just too error-prone. They shouldn't be re-enabled until our
CI is setup such that it's impossible for any changes to be merged into
homebrew-cask if these are failing.
2021-04-02 00:56:29 +00:00
Mike McQuaid
6e2adcc461
github_packages: update mediaType.
This custom type will allow better display in GitHub Packages.
2021-04-02 00:56:28 +00:00
Markus Reiter
2bd0b6ee61
Merge pull request #10973 from reitermarkus/nested-url-do
Implement nested `url do` API.
2021-04-02 02:29:22 +02:00
Markus Reiter
c07205caf2
Adjust audit spec. 2021-04-02 01:55:36 +02:00
Markus Reiter
d2a3944e70
Skip url do URLs in offline audit. 2021-04-02 01:55:35 +02:00
Markus Reiter
0b6b05d1aa
Implement nested url do API. 2021-04-02 01:41:44 +02:00
Nanda H Krishna
912f2603e7
Merge pull request #10994 from dawidd6/prrr
pr-pull,upload: don't quote passed --committer value
2021-04-02 04:25:25 +05:30
Dawid Dziurla
82b71b7a02
pr-pull,upload: don't quote passed --committer value 2021-04-02 00:17:43 +02:00
Dawid Dziurla
2572fa9272
Merge pull request #10993 from dawidd6/committer-pull
pr-pull: pass --committer to pr-upload
2021-04-02 00:06:24 +02:00
Dawid Dziurla
41775738fa
pr-pull: pass --committer to pr-upload 2021-04-01 23:46:44 +02:00
cacology
6837f9c039
Update docs/Common-Issues.md
I think this is a substantial improvement and does what I hoped, helps folks help themselves if--say--they just want to get emacs working; next time they'll have the technique in their pocket too.

Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-04-01 15:51:00 -04:00
Nanda H Krishna
9fb771d2a4
Merge pull request #10991 from Homebrew/update-manpage
Update maintainers, manpage and completions.
2021-04-01 23:03:35 +05:30
BrewTestBot
1c5f446449
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-01 17:14:57 +00:00
Nanda H Krishna
d1b23dc1c7
Merge pull request #10987 from nandahkrishna/git-committer
Allow specifying committer for some `dev-cmd`s
2021-04-01 22:42:24 +05:30
nandahkrishna
3ce8ef3173
utils: raise UsageError in parse_author!
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-04-01 22:22:32 +05:30
nandahkrishna
53a7065bcc
Allow specifying committer for some dev-cmds 2021-04-01 22:22:31 +05:30
Mike McQuaid
d758047759
github_packages: backfill missing tab entries. 2021-04-01 17:37:16 +01:00
Mike McQuaid
1942e60a37
formulary: fall back on missing bottle formula.
These aren't available on old macOS version bottles.
2021-04-01 17:37:16 +01:00
Shaun Jackman
95b44eab49
github_packages: adjust rebuild handling 2021-04-01 17:37:16 +01:00
Mike McQuaid
4f57adf42f
github_packages: fix org.opencontainers.image.created. 2021-04-01 17:37:16 +01:00
Mike McQuaid
d9032ff01a
Download and use tabs from GitHub Packages 2021-04-01 17:37:16 +01:00
Mike McQuaid
8144fdef78
Simplify CurlGitHubPackagesDownloadStrategy usage 2021-04-01 17:37:16 +01:00
Mike McQuaid
a50ec38d31
github_packages: add helper class methods. 2021-04-01 17:37:16 +01:00