Giter VIP home page Giter VIP logo

Comments (6)

sjackman avatar sjackman commented on May 23, 2024

Hi, Ben. I believe you only need a single fork. Configure your working copy of Homebrew to have three remotes: mxcl/homebrew, homebrew/linuxbrew and benswift/homebrew. You will be tracking two branches: master and linuxbrew.

[remote "origin"]
    url = https://github.com/mxcl/homebrew
    fetch = +refs/heads/*:refs/remotes/origin/*
[remote "sjackman"]
    url = https://github.com/sjackman/homebrew
    fetch = +refs/heads/*:refs/remotes/sjackman/*
[remote "linuxbrew"]
    url = https://github.com/Homebrew/linuxbrew
    fetch = +refs/heads/*:refs/remotes/linuxbrew/*
[branch "master"]
    remote = origin
    merge = refs/heads/master
[branch "linuxbrew"]
    remote = linuxbrew
    merge = refs/heads/linuxbrew

from legacy-linuxbrew.

benswift avatar benswift commented on May 23, 2024

Cool, thanks mate.

I've fixed up a couple of formula which weren't building for me (Ubuntu 13.10), do you want me to push the patches upstream? Do I just create new branches for each formula as they like for OSX?

from legacy-linuxbrew.

sjackman avatar sjackman commented on May 23, 2024

Yes, that'd be great. The patches should be guarded in if OS.linux? and if OS.mac? so that the formula still build correctly on OS X.

from legacy-linuxbrew.

benswift avatar benswift commented on May 23, 2024

Ah, cool, that's how we're doing it. I was wondering about that. So do they have to be reviewed by both maintainers now?

On 13/11/2013, at 1:07 PM, Shaun Jackman [email protected] wrote:

Yes, that'd be great. The patches should be guarded in if OS.linux? and if OS.mac? so that the formula still build correctly on OS X.


Reply to this email directly or view it on GitHub.

from legacy-linuxbrew.

sjackman avatar sjackman commented on May 23, 2024

Portability patches sadly aren't generally being accepted into mxcl/homebrew. Feel free to petition them to hopefully change this policy.

from legacy-linuxbrew.

benswift avatar benswift commented on May 23, 2024

Ah, ok. So we'll just keep on adding the if OS.blah checks just in case, but for the moment we'll just be doing a lot of merging to keep up with them :)

On 13/11/2013, at 1:13 PM, Shaun Jackman [email protected] wrote:

Portability patches sadly aren't generally being accepted into mxcl/homebrew. Feel free to petition them to hopefully change this policy.


Reply to this email directly or view it on GitHub.

from legacy-linuxbrew.

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.