Files
brew/Library
Mike McQuaid d44d686cd5 dev-cmd: avoid uploading identical bottles.
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.
2021-04-29 14:48:45 +01:00
..
2021-03-15 19:41:06 +09:00

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.