docs/Maintainer-Guidelines: Reflect brew mirror now being automatic

- Thanks to #7709, we've saved some maintainer time from doing this
  manually.
- To check that it's working, search for "Mirrored <formula_name>" in the CI
  log output for the publish bottles action for relevant formulae like
  ImageMagick in the future.
This commit is contained in:
Issy Long 2020-06-17 20:21:13 +01:00
parent 624efee174
commit 397f56446b
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -38,8 +38,8 @@ Depend on as little stuff as possible. Disable X11 functionality if possible.
For example, we build Wireshark, but not the heavy GUI. For example, we build Wireshark, but not the heavy GUI.
For [some formulae](https://github.com/Homebrew/homebrew-core/search?q=%22homebrew%2Fmirror%22&unscoped_q=%22homebrew%2Fmirror%22), For [some formulae](https://github.com/Homebrew/homebrew-core/search?q=%22homebrew%2Fmirror%22&unscoped_q=%22homebrew%2Fmirror%22),
we mirror the tarballs to our own BinTray. To do this, run we mirror the tarballs to our own BinTray automatically as part of the
`brew mirror <formula>` with a local checkout of a PR before it is merged. bottle publish CI run.
Homebrew is about Unix software. Stuff that builds to an `.app` should Homebrew is about Unix software. Stuff that builds to an `.app` should
be in Homebrew Cask instead. be in Homebrew Cask instead.