Mike McQuaid
4613d368d9
Merge pull request #11054 from MikeMcQuaid/github_packages_image_tag_cleanup
...
github_packages: remove invalid docker tag characters.
2021-04-07 14:00:01 +01:00
Bo Anderson
a78051d2e0
debrew: make Debrew::Raise only catch uncaught exceptions
2021-04-07 13:41:41 +01:00
Mike McQuaid
df21c037be
Merge pull request #11053 from MikeMcQuaid/github_packages_typo
...
github_packages: fix typo.
2021-04-07 13:40:45 +01:00
Mike McQuaid
d707c0bbd8
github_packages: remove invalid docker tag characters.
...
Some versions have `+` in them.
2021-04-07 13:32:31 +01:00
Mike McQuaid
ee491928e4
github_packages: fix typo.
2021-04-07 13:20:24 +01:00
Mike McQuaid
c8fbfdd3b7
Merge pull request #11052 from MikeMcQuaid/github_packages_fix_more_errors
...
github_packages: fix more bulk upload errors.
2021-04-07 13:13:19 +01:00
Mike McQuaid
b0ba92466f
github_packages: fix more bulk upload errors.
...
- replace `+` in formula names (because it's an invalid character)
- do a `skopeo inspect` first to avoid overwriting existing packages
2021-04-07 12:48:34 +01:00
Markus Reiter
a210b1a04e
Add extract_plist
strategy.
2021-04-07 04:58:31 +02:00
Mike McQuaid
6d0275ff57
Merge pull request #11048 from MikeMcQuaid/github_packages_versioned_bottles
...
github_packages: fix versioned bottle names.
2021-04-06 19:42:05 +01:00
Mike McQuaid
fd251c9109
github_packages: fix versioned bottle names.
...
`@` cannot be used in Docker image names. Use `/` instead (which we
already use in image names so has some precedent).
Make `mktemp` use `AT` (consistent with `Formula` subclasses), too.
2021-04-06 19:14:08 +01:00
Mike McQuaid
b122288f59
Merge pull request #11046 from MikeMcQuaid/bottle_spdx_license
...
dev-cmd/bottle: fix license output.
2021-04-06 15:05:01 +01:00
hyuraku
9476ba2d2f
repair cache key and add restore key
2021-04-06 23:01:42 +09:00
Mike McQuaid
5cae3f4096
dev-cmd/bottle: fix license output.
...
Don't output the complex license object but instead use the same format
we use for `Formula#to_hash`.
2021-04-06 14:41:27 +01:00
Rylan Polster
a6bbc10227
Merge pull request #11045 from Homebrew/sync-triage-config
...
Synchronize triage configuration
2021-04-06 09:07:19 -04:00
Mike McQuaid
35daa145ca
Merge pull request #11044 from Bo98/pr-pull-no-commit
...
dev-cmd/pr-pull: don't cherry-pick on --no-commit
2021-04-06 13:53:14 +01:00
BrewTestBot
01111b06d1
triage-issues.yml: update to match main configuration
2021-04-06 12:41:38 +00:00
Bo Anderson
56b6918739
dev-cmd/pr-pull: don't cherry-pick on --no-commit
2021-04-06 13:30:07 +01:00
Mike McQuaid
fcb9e7f60a
Merge pull request #11043 from Homebrew/tokens_cleanup
...
Use GITHUB_TOKEN more consistently.
2021-04-06 13:03:44 +01:00
Mike McQuaid
d837d5cdf4
Use GITHUB_TOKEN more consistently.
...
https://docs.github.com/en/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token
This provides enough permissions for almost everything we want to do.
When it's not enough (e.g. for `brew update-maintainers`): generate a
dedicated, repo-specific token for when increased scopes are needed and
setup a new organisation-wide token on the new PAT format.
2021-04-06 12:18:52 +01:00
Mike McQuaid
d58e06ceca
Merge pull request #11042 from Homebrew/homebrew_brew_github_packages_token
...
github/workflows: use Homebrew/brew-specific packages token.
2021-04-06 10:46:27 +01:00
Mike McQuaid
09121244b4
github/workflows: use Homebrew/brew-specific packages token.
2021-04-06 10:22:51 +01:00
xxyzz
3c18e98432
test .gz man page
2021-04-06 16:52:56 +08:00
Mike McQuaid
480d943035
Merge pull request #11036 from sjackman/sj/ghcr-compact
...
GHCR: Use reject to remove empty hash values
2021-04-06 08:52:55 +01:00
Mike McQuaid
9b9248bd36
Merge pull request #11035 from sjackman/sj/ghcr-os-version
...
GHCR: Add constant OS::CI_OS_VERSION
2021-04-06 08:52:35 +01:00
Shaun Jackman
d6c0bbc7f4
GHCR: Add constant OS::CI_OS_VERSION
...
Rename constant OS::GLIBC_CI_VERSION to OS::CI_GLIBC_VERSION.
2021-04-05 22:39:41 -07:00
xxyzz
06d655bf50
match .gz man page files
...
Emacs cask has compressed man pages and they should be supported.
2021-04-06 11:19:05 +08:00
Bo Anderson
d4d24ed3be
Merge pull request #11039 from Homebrew/dependabot/github_actions/codecov/codecov-action-9b0b9bbe2c64e9ed41413180dd7398450dfeee14
...
build(deps): bump codecov/codecov-action from fcebab03f26c7530a22baa63f06b3e0515f0c7cd to 1.3.2
2021-04-06 01:52:50 +01:00
hyuraku
3c308aa031
create different tests log with each options
2021-04-06 09:38:37 +09:00
dependabot[bot]
bf4e83e2ab
build(deps): bump codecov/codecov-action
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from fcebab03f26c7530a22baa63f06b3e0515f0c7cd to 1.3.2. This release includes the previously tagged commit.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](fcebab03f2...9b0b9bbe2c
)
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-06 00:15:43 +00:00
Markus Reiter
8bfc5d0c27
Merge pull request #11018 from vitorgalvao/audacity
...
acceptable casks: audacity no longer applies
2021-04-06 02:06:58 +02:00
Bo Anderson
e49bdbd3bb
Merge pull request #11030 from Homebrew/dependabot/github_actions/codecov/codecov-action-fcebab03f26c7530a22baa63f06b3e0515f0c7cd
...
build(deps): bump codecov/codecov-action from e156083f13aff6830c92fc5faa23505779fbf649 to 1.3.1
2021-04-06 01:06:54 +01:00
Rylan Polster
95a5c58eee
Merge pull request #10847 from jonchang/github-pat-update
...
github/api: update personal access token format.
2021-04-05 19:43:43 -04:00
Rylan Polster
229e035a3d
Update PAT regex
2021-04-05 19:23:18 -04:00
Shaun Jackman
2852d9f0de
GHCR: Use reject to remove empty hash values
2021-04-05 10:08:03 -07:00
Mike McQuaid
6e7857cc4e
Merge pull request #11034 from MikeMcQuaid/github_packages_cleanup
...
GitHub Packages cleanup
2021-04-05 17:06:17 +01:00
Mike McQuaid
ad21d5ce18
Merge pull request #11033 from berkbaski/bug-fix/update-1password-logo
...
Update 1password logo
2021-04-05 16:55:08 +01:00
Mike McQuaid
fa8708491b
README: use different 1Password icon URL.
...
Co-authored-by: Eric Knibbe <enk3@outlook.com>
2021-04-05 16:10:39 +01:00
Mike McQuaid
cdaeee03c4
GitHub Packages cleanup
...
- `download_strategy`: only request image index JSON for downloading
the manifest for the tab
- use a shared `OS` constant for the version of `glibc` we use in CI
- fix `skoepeo` typo
- ensure that blank hash values are deleted (again) rather than just
`nil` ones
- use a shared `Hardware::CPU` constant for oldest CPU we're
supporting/using on Intel 64-bit
- re-add comment to `software_spec`
2021-04-05 14:58:17 +01:00
hyuraku
5366bc197c
repair tests order
2021-04-05 22:39:15 +09:00
Rylan Polster
1d612fb0f0
Merge pull request #11027 from bosr/fix/zsh-completion
...
fix _brew completion default cache path
2021-04-05 09:34:41 -04:00
Berk Baski
70f26389fe
Update README.md
2021-04-05 16:25:24 +03:00
Mike McQuaid
a654730acc
Merge pull request #11004 from MikeMcQuaid/cleanup_cxxstdlib
...
Cleanup use of CxxStdlib
2021-04-05 14:22:49 +01:00
Mike McQuaid
8dd5037bcc
Merge pull request #11031 from HorlogeSkynet/patch-1
...
doc: adds missing required `procps` package
2021-04-05 14:02:37 +01:00
Nanda H Krishna
8e11f03fa9
Merge pull request #11003 from nandahkrishna/gpg-tap-new
...
dev-cmd/tap-new: use `Utils::Git.setup_gpg!`
3.0.11
2021-04-05 17:32:55 +05:30
Bo Anderson
6eebcf46f7
workflows/tests: remove version comments
...
Dependabot doesn't bump them
2021-04-05 12:50:41 +01:00
Bo Anderson
e1e8e531a0
Merge pull request #11029 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.12.1
...
build(deps): bump rubocop from 1.12.0 to 1.12.1 in /Library/Homebrew
2021-04-05 12:49:22 +01:00
Samuel FORESTIER
c5acda3e5a
Adds missing required procps
package
...
In very limited environments, Homebrew manual install fails with :
```
/root/.linuxbrew/Homebrew/Library/Homebrew/cmd/shellenv.sh: line 9: /bin/ps: No such file or directory
```
This has to be fixed by explicitly provisioning `ps` command on the system, since Brew 2.4.7 (see `c1666676`).
2021-04-05 11:23:16 +00:00
BrewTestBot
52335b5d5c
Update RBI files for rubocop.
2021-04-05 06:58:16 +00:00
BrewTestBot
23fed4e71e
brew vendor-gems: commit updates.
2021-04-05 06:56:46 +00:00
dependabot[bot]
c3db192831
build(deps): bump codecov/codecov-action
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from e156083f13aff6830c92fc5faa23505779fbf649 to 1.3.1. This release includes the previously tagged commit.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](e156083f13...fcebab03f2
)
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-05 06:52:40 +00:00