Thomas L. Kjeldsen
9b58a8a7e2
Documentation: Fix link on website
...
Removing a linebreak in an attempt to fix the third link on https://docs.brew.sh/Acceptable-Casks such that the web page links to https://docs.brew.sh/Taps instead of https://docs.brew.sh/Taps.md
2021-04-07 22:01:05 +02:00
Markus Reiter
731e25e0cc
Merge pull request #11041 from xxyzz/man
...
Supports .gz man page
2021-04-07 21:48:28 +02:00
Bo Anderson
1777a03aac
Merge pull request #11060 from Bo98/bottle-keep-old
...
dev-cmd/bottle: don't fail on --keep-old with unchanged values
2021-04-07 20:47:17 +01:00
Bo Anderson
1bb651469f
dev-cmd/bottle: don't fail on --keep-old with unchanged values
2021-04-07 20:26:36 +01:00
Markus Reiter
92d6528564
Merge pull request #11050 from reitermarkus/audit-livecheck
...
Only suggest adding `livecheck` it auto-detection fails.
2021-04-07 19:41:36 +02:00
Markus Reiter
ba87bfc4e4
Only suggest adding livecheck
it auto-detection fails.
2021-04-07 19:19:20 +02:00
Bo Anderson
1781b37100
Merge pull request #11058 from MikeMcQuaid/skopeo_inspect_quiet
...
github_packages: quiet `skopeo inspect`
2021-04-07 17:59:54 +01:00
Mike McQuaid
7b8d97aead
github_packages: quiet skopeo inspect
...
We want this to fail so don't print out the (expected) `stderr` output.
2021-04-07 17:34:05 +01:00
Mike McQuaid
1435018e11
Merge pull request #11057 from MikeMcQuaid/github_packages_more_fixes
...
More GitHub Packages bulk upload fixes
2021-04-07 17:26:03 +01:00
Mike McQuaid
8800b85f64
More GitHub Packages bulk upload fixes
...
- replace invalid non-ASCII characters from the descriptions
- handle invalid macOS versions on attempting to load old formulae from
old bottles
- let `rubocop` auto-remove a no-longer needed `rubocop:disable`
- fix `skopeo` credentials argument
2021-04-07 17:03:44 +01:00
Mike McQuaid
2e87adb5f2
Merge pull request #11056 from MikeMcQuaid/github_packages_no_linuxbrew_prefix
...
github_packages: don't allow `linuxbrew-` prefix.
2021-04-07 16:57:51 +01:00
Mike McQuaid
c141dd4480
github_packages: don't allow linuxbrew-
prefix.
...
Given https://github.com/Homebrew/linuxbrew-core/pull/22874 we no longer
need/want to allow a `linuxbrew-` repository prefix.
2021-04-07 16:34:59 +01:00
Nanda H Krishna
0cad0dfe55
Merge pull request #11055 from nandahkrishna/fix-github-packages
...
github_packages: fix `image_formula_name` issue
2021-04-07 20:02:53 +05:30
Nanda H Krishna
11de11025b
github_packages: fix image_formula_name
issue
2021-04-07 19:33:16 +05:30
Bo Anderson
330158ba10
Merge pull request #11051 from Bo98/better-debrew-raise
...
debrew: make Debrew::Raise only catch uncaught exceptions
2021-04-07 14:39:59 +01:00
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