Use versioned Perl shebangs on macOS and support replacing shebangs during relocation#11286
Use versioned Perl shebangs on macOS and support replacing shebangs during relocation#11286Bo98 merged 8 commits intoHomebrew:masterfrom
Conversation
|
Review period will end on 2021-04-30 at 16:56:45 UTC. |
|
Due to the nature of changing relocation, there is a window between this potentially being merged and a new brew tag being released where bottles will be created in our CI with |
MikeMcQuaid
left a comment
There was a problem hiding this comment.
Makes sense. Suggestion: when we're ready to go with this we run a single test PR through homebrew/core and then make a tag before publishing any bottles.
|
Great work @Bo98! |
|
Review period ended. |
|
Added a tweak to address #11108. |
Library/Homebrew/keg_relocate.rb
Outdated
There was a problem hiding this comment.
Worth having any basic unit tests for this class?
|
Note to self: follow up on cleanup comments from #11331 (comment) when this is merged. |
Fixes CI failure seen in Homebrew#76444 and various other PRs. Also, update the license. There are no "or later" references in the source repository. See Homebrew/brew#11286.
Fixes CI failure seen in Homebrew#77228 and various other PRs. Also, update the license, and use `https` in homepage. See Homebrew/brew#11286. License ref: https://metadata.ftp-master.debian.org/changelogs//main/m/monkeysphere/monkeysphere_0.44-1_copyright
Fixes CI failure seen in #76444 and various other PRs. Also, update the license. There are no "or later" references in the source repository. See Homebrew/brew#11286. Closes #77243. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
brew stylewith your changes locally?brew typecheckwith your changes locally?brew testswith your changes locally?See #11227 and #11275.
Commits are split to make it easier to review.