Code Monkey home page Code Monkey logo

Comments (5)

apjanke avatar apjanke commented on May 12, 2024

Is it an update to a formula, or something to the core brew package manager?

If it's a formula update, no need to migrate: maintainers can pull directly from PRs on the legacy repo to the new homebrew-core repo (thanks, @xu-cheng!), and we're still going through the backlog there.

If it's a core brew code update, you can migrate it to a new PR over on homebrew/brew using GitHub's .patch mechanism and a new PR.

Any PRs in particular that need attention?

from homebrew-core.

tschoonj avatar tschoonj commented on May 12, 2024

Ok, thanks for the info.

I have only one PR remaining in legacy: Homebrew/legacy-homebrew#50257

from homebrew-core.

apjanke avatar apjanke commented on May 12, 2024

Oh, that one's a biggie, and it's not ready to merge yet, right? Probably better to transfer it to a new PR on the new repo.

The brew pull command can help transfer this:

  • In the new repo (with your new fork as a remote), create a new branch for this PR
  • Check out that branch and cd $(brew --repo homebrew/core)
  • Run brew pull --legacy 50257. That'll pull all the commits from that old PR down to the branch that you're currently in.
  • git push <tschoonj-or-whatever-your-remote-is> to push it to a new branch in the new repo
  • Make a new PR from that, and close the old PR

from homebrew-core.

tschoonj avatar tschoonj commented on May 12, 2024

Thanks Andrew, will give it a try.

from homebrew-core.

DomT4 avatar DomT4 commented on May 12, 2024

Presume this is safe to close now as per #267 being opened.

from homebrew-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.