Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

audit: migrate shared audits to taps #10087

Merged
merged 2 commits into from
Dec 23, 2020
Merged

audit: migrate shared audits to taps #10087

merged 2 commits into from
Dec 23, 2020

Conversation

Rylan12
Copy link
Member

@Rylan12 Rylan12 commented Dec 21, 2020

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes? Here's an example.
  • Have you successfully run brew style with your changes locally?
  • Have you successfully run brew typecheck with your changes locally?
  • Have you successfully run brew tests with your changes locally?
  • Have you successfully run brew man locally and committed any changes?

This is the final (I think) step in the migration of formula/cask lists to their respective taps. Here are the three lists that are modified by this PR:

  1. GITHUB_PRERELEASE_ALLOWLIST is being split and migrated to the homebrew/core and homebrew/cask taps
  2. GITLAB_PRERELEASE_ALLOWLIST is being migrated to the homebrew/core and homebrew/cask taps. It's currently empty but I've migrated them so maintainers know it is an option. Alternatively, it can be deleted and re-added when (if) it's needed.
  3. GITHUB_FORK_ALLOWLIST is being removed. This was only used for new formulae and casks, so it doesn't need to be in a list. If we want to allow a fork when adding new formulae/casks, I think we should just ignore the audit. It doesn't make sense to add to a list that will never be used again.

As always, there will be corresponding PRs in homebrew/core (Homebrew/homebrew-core#67384) and homebrew/cask (Homebrew/homebrew-cask#96469) to add these lists. Those should be merged before this PR.

@BrewTestBot
Copy link
Member

Review period will end on 2020-12-22 at 19:53:34 UTC.

@BrewTestBot BrewTestBot added the waiting for feedback Merging is blocked until sufficient time has passed for review label Dec 21, 2020
Copy link
Member

@MikeMcQuaid MikeMcQuaid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few style suggestions but looks good to me, nice work again @Rylan12!

Library/Homebrew/tap_auditor.rb Outdated Show resolved Hide resolved
Library/Homebrew/utils/shared_audits.rb Outdated Show resolved Hide resolved
Library/Homebrew/utils/shared_audits.rb Outdated Show resolved Hide resolved
Library/Homebrew/utils/shared_audits.rb Outdated Show resolved Hide resolved
@BrewTestBot BrewTestBot removed the waiting for feedback Merging is blocked until sufficient time has passed for review label Dec 22, 2020
@BrewTestBot
Copy link
Member

Review period ended.

@Rylan12 Rylan12 merged commit cb8e9a6 into Homebrew:master Dec 23, 2020
@Rylan12 Rylan12 deleted the migrate-shared-audit-exceptions branch December 23, 2020 21:36
@Rylan12
Copy link
Member Author

Rylan12 commented Dec 23, 2020

Changes have been merged in homebrew/core (and made it to linuxbrew-core) and homebrew/cask, so this is good to go!

And, good news: I think this is the last migration PR 🥳🎉!

@BrewTestBot BrewTestBot added the outdated PR was locked due to age label Jan 23, 2021
@Homebrew Homebrew locked as resolved and limited conversation to collaborators Jan 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants