• 𝘋𝘪𝘳𝘬
    link
    fedilink
    04 months ago

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

    • @[email protected]
      link
      fedilink
      04 months 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.

      • @[email protected]
        link
        fedilink
        0
        edit-2
        4 months 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.

    • slazer2au
      link
      fedilink
      English
      04 months ago

      Where do they mention GH? They only mention git in the post.

      • Ephera
        link
        fedilink
        04 months 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

      • @[email protected]
        link
        fedilink
        English
        04 months ago

        Gitlab’s AGPL so I don’t think there’s anything stopping you from moving to a self managed instance.

      • 𝘋𝘪𝘳𝘬
        link
        fedilink
        04 months ago

        It absolutely is. Yes. You can run and maintain it on an own server and it is open core (yeah 😥) using the MIT license - unlike GitHub where you have to rely 100% on the goodwill of Microsoft and everything is closed and locked behind a TOS.

        • @[email protected]
          link
          fedilink
          English
          04 months ago

          So why not use forejo, which is completely open source?

          If your criticism is MS pulling the plug, then Gitlab pulling a Redis/Hashicorp move and re-licensing their core should also be a concern

          • 𝘋𝘪𝘳𝘬
            link
            fedilink
            04 months ago

            So why not use forejo, which is completely open source?

            Absolutely! I’d always go the Forgejo route!

            The thing is: I don’t see Firefox being hosted with Forgejo. The code base and amount of data might be way too massive. I see Forgejo as a forge for smaller projects.

      • @[email protected]
        link
        fedilink
        04 months ago

        Gitlab can be self-hosted. GitHub is a cloud-only service.

        So they could do git.mozilla.com and it would be their own instance of git, on their own hardware (or, probably, from their own AWS account). They control it entirely.

    • shnizmuffin
      link
      fedilink
      English
      04 months 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.

  • fmstrat
    link
    fedilink
    04 months 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.

  • @[email protected]
    link
    fedilink
    0
    edit-2
    4 months ago

    Anyone knows 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 outweigh that.

  • @[email protected]
    link
    fedilink
    04 months ago

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

  • @[email protected]
    link
    fedilink
    English
    04 months 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)!

    • @[email protected]
      link
      fedilink
      04 months 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.

  • Ephera
    link
    fedilink
    04 months ago

    Oh no, they want to move to Microsoft hosting. I hope not.

    • slazer2au
      link
      fedilink
      English
      04 months ago

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

      • Ephera
        link
        fedilink
        04 months 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

  • Deebster
    link
    fedilink
    04 months 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?

      • @[email protected]
        link
        fedilink
        04 months 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.