22346 Commits

Author SHA1 Message Date
Tom Hu
425be883b0
Update Gemfile.lock 2021-04-02 10:41:57 -04:00
Mike McQuaid
93c2482df2
github_packages: set github package type annotation.
This is an alternative to #11002.
2021-04-02 15:37:42 +01:00
Bo Anderson
ec20eb604d
utils/gitub/api: fix incorrect error when unauthenticated 2021-04-02 15:36:14 +01:00
Mike McQuaid
04abc51d1f
Cleanup use of CxxStdlib
- remove usage on macOS as we don't care about it there
- don't error out on incompatibility but still store stdlib on Linux
- remove (now) unused methods
2021-04-02 13:55:29 +01:00
Mike McQuaid
f266acff2d
Merge pull request #11005 from MikeMcQuaid/github_packages_bottle_tab_clear_cache
Fix `brew fetch --force` for GitHub Packages bottle tab download.
2021-04-02 13:51:17 +01:00
Mike McQuaid
3e0f14083a
Merge pull request #10975 from hyuraku/update-report_add_how-to-check-the-outdated
update-report: add how to check the outdated
2021-04-02 13:13:11 +01:00
Nanda H Krishna
f648b071ad
dev-cmd/tap-new: use Utils::Git.setup_gpg! 2021-04-02 17:21:26 +05:30
Bo Anderson
e023d7f7a4
Merge pull request #10990 from Bo98/eof
system_command: improve EOF handling
2021-04-02 12:49:44 +01:00
Mike McQuaid
262f964f9e
Fix brew fetch --force for GitHub Packages bottle tab download.
Have to implement some custom logic here as there's two resources rather
than one.
2021-04-02 12:44:07 +01:00
Mike McQuaid
5f707d13d8
cmd/update-report: tweak outdated language.
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-04-02 12:16:39 +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
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
Shaun Jackman
95e7e010ee Add OS::Linux::Glibc.version 2021-04-01 22:16:33 -07:00
Tom Hu
ff7a0a121f
typo 2021-04-01 21:19:56 -04:00
Markus Reiter
c2c93d1cc9
Run shellcheck on cask utils and shim scripts. 2021-04-02 03:03:54 +02:00
Markus Reiter
5aa0dbe1f9
Move RMDIR_SH into separate file. 2021-04-02 03:01:08 +02:00
Max Mueggler
23376bad75
Speed up cask pkg uninstallation when there's many directories to delete.
Results in an order of magnitude speedup for uninstalling large packages such as mactex.
2021-04-02 03:01:07 +02:00
Markus Reiter
571208c8ee
Only call find on directories. 2021-04-02 03:01:07 +02: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
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
6e2adcc461
github_packages: update mediaType.
This custom type will allow better display in GitHub Packages.
2021-04-02 00:56:28 +00:00
Tom Hu
bba27eefec
Use double quotes 2021-04-01 20:29:27 -04: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
Tom Hu
0947ab6c29
Use simplecov-cobertura 2021-04-01 18:59:46 -04:00
Dawid Dziurla
82b71b7a02
pr-pull,upload: don't quote passed --committer value 2021-04-02 00:17:43 +02:00
Shaun Jackman
0db0db9516
build_system_info: Use the host glibc version only
Use the host glibc version only to avoid errors with
brew tests --no-compat
2021-04-01 15:04:40 -07:00
Dawid Dziurla
41775738fa
pr-pull: pass --committer to pr-upload 2021-04-01 23:46:44 +02:00
Shaun Jackman
11bfba1762
build_info: Add glibc_version for Linux 2021-04-01 13:04:32 -07:00
nandahkrishna
3ce8ef3173
utils: raise UsageError in parse_author!
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-04-01 22:22:32 +05:30