From 397f56446baece53ef84899e0596ff6c7c5ca908 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Wed, 17 Jun 2020 20:21:13 +0100 Subject: [PATCH] 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 " in the CI log output for the publish bottles action for relevant formulae like ImageMagick in the future. --- docs/Maintainer-Guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Maintainer-Guidelines.md b/docs/Maintainer-Guidelines.md index cb27cf3d0e..d6b8ac32d6 100644 --- a/docs/Maintainer-Guidelines.md +++ b/docs/Maintainer-Guidelines.md @@ -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 [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 -`brew mirror ` with a local checkout of a PR before it is merged. +we mirror the tarballs to our own BinTray automatically as part of the +bottle publish CI run. Homebrew is about Unix software. Stuff that builds to an `.app` should be in Homebrew Cask instead.