• 𝘋𝘪𝘳𝘬@lemmy.ml
    link
    fedilink
    arrow-up
    83
    arrow-down
    11
    ·
    13 days ago

    Sad to see they only use MS GitHub instead of selfhosting something like GitLab. Just another vendor lock-in.

    • shnizmuffin@lemmy.inbutts.lol
      link
      fedilink
      English
      arrow-up
      75
      ·
      13 days ago

      We will continue to use Bugzilla, moz-phab, Phabricator, and Lando.

      Although we’ll be hosting the repository on GitHub, our contribution workflow will remain unchanged and we will not be accepting Pull Requests at this time.

      The cool thing about distributed version control is that it’s distributed. It sounds like GitHub will just be a public remote, rather than the place where active development happens.

    • Rednax@lemmy.world
      link
      fedilink
      arrow-up
      24
      ·
      13 days ago

      Since they will not use Github for Pull Requests, bug tracking, or any other bonus feature on top of git, I have to disagree. It would be super easy to change the host of their git repo.

      • cmhe@lemmy.world
        link
        fedilink
        arrow-up
        2
        arrow-down
        6
        ·
        edit-2
        11 days ago

        Depends a bit on what the default cloning url will be. If the domain is in control of mozilla, which forwards it to github, then fine, if most people start using the github url, then it is still a vendor lock in, because many people and projects will use it, and that is not so easy to move away.

        Update: To the people down-voting my comment, I would love to hear why you either disagree with me, or find that my that my contribution to this discussion is worthless.

        The upstream URL of a project or repo is important, because it will be used in other projects, like in build scripts for fetching the sources. If a projects changes that URL in the future, and the old URL is no longer available/functional, all those scripts need to be changed and the old versions of these scripts do not work anymore out of the box.

        If the project owns the URL, then can add redirect rules, that might help alleviate some of these issues. I don’t think github allows projects that move away from it to do that. So this is a sort of vendor lock-in. The project needs to maintain the repo on github, because they want to break the internet as little as possible.

      • Ephera@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        13 days ago

        Although we’ll be hosting the repository on GitHub, our contribution workflow will remain unchanged and we will not be accepting Pull Requests at this time

  • fossphi@lemm.ee
    link
    fedilink
    English
    arrow-up
    35
    ·
    13 days ago

    Damn. Wow, it seems like Mozilla is getting more fired up lately. They are also actively communicating (recent couple of AMAs) and listening to their users (through Mozilla connect and working on much requested features)!

    • boredsquirrel@slrpnk.net
      link
      fedilink
      arrow-up
      6
      ·
      13 days ago

      They plan on doing that change since over a year lol

      And their build docs are incredibly confusing, I have no idea how distro packagers can do this.

      I built Firefox from source for a while, and it just broke after a while.

  • Deebster@programming.dev
    link
    fedilink
    arrow-up
    29
    ·
    13 days ago

    So they’re switching from using both Mercurial and Git to just Git… How did they end up using both? Was it just that each had its supporters so they just compromised and made everyone use both?

      • pedroapero@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        13 days ago

        This is very detailed 😆 I would have appreciated going for Codeberg too. This is not so bad as used just for hosting the repo, a future migration away from GH would be a breeze.

  • Asudox@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    11 days ago

    They could have self hosted a Forgejo instance but they really went with MS GitHub. Kind of sad.

  • fmstrat@lemmy.nowsci.com
    link
    fedilink
    arrow-up
    2
    ·
    13 days ago

    I just wish they’d put their mobile releases on a standard release page. I can’t use Obtainium with their current GitHub mirror because it’s always out of date from the Play Store.

  • mke@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    3
    ·
    edit-2
    13 days ago

    Anyone know if Mozilla ever made a statement on the state of MS’s LLM training on Github data? I’m curious if they don’t care about having Firefox be part of the dataset or if they just think the benefits of the platform outweigh that.

    • slazer2au@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      2
      ·
      13 days ago

      Do they? Git isn’t tied to GitHub. There is gitlab, Gitea, and forgejo that do the same thing.

      • Ephera@lemmy.ml
        link
        fedilink
        arrow-up
        9
        ·
        13 days ago

        In the link, it says:

        Although we’ll be hosting the repository on GitHub, our contribution workflow will remain unchanged and we will not be accepting Pull Requests at this time