mirror of
https://github.com/gosticks/brew.git
synced 2026-09-08 01:40:26 +00:00
If the `rebuild`, `root_url`, `cellar` and checksums are all identical between an old and new bottle block: we don't need a new bottle at all. Handle this by deleting the relevant files with `brew bottle --merge --write` and gracefully notifying the caller of `brew pr-upload`. This should avoid e.g. https://github.com/Homebrew/homebrew-core/commit/39340a11eaa9a380616e63d96eb813731b9f00e8 occurring in future.
Library
This directory contains all the code run by the official brew command in Homebrew and all formulae (package descriptions) in taps (repositories containing formulae) in Taps subdirectories.