Debian Git Monorepo
blog.liw.fi
Debian Git Monorepo
1–10 of 157 posts
Re: Debian Git Monorepo
#2Not that I really want to see a proprietary product succeed, but it's somewhat surprising that:
A) We don't have anything better
B) Perforce isn't trying to gain adoption by giving its software for free to distro maintainers
C) People keep coming up with different paradigms that attempt to solve problems monorepos solve inherently.
Re: Debian Git Monorepo
#3Re: Debian Git Monorepo
#4Re: Debian Git Monorepo
#5I was always surprised that Perforce didn't have anything for open source, Git is basically eating their lunch because monorepo's suck so much with git; so people do things in a more fragmented and git-friendly way. Not that I really want to see a proprietary product succeed, but it's somewhat surprising that: A) We don't have anything better B) Perforce isn't trying to gain adoption by giving its software for free t…
I can't imagine Debian of all projects using a proprietary VCS though.
Re: Debian Git Monorepo
#6Re: Debian Git Monorepo
#7Re: Debian Git Monorepo
#8I know it‘s an April‘s fool. But I don’t get this recent trend of people arguing in favor of a monorepo (at my work place, too). It’s a nightmare to handle and use. What gives?
Re: Debian Git Monorepo
#9I know it‘s an April‘s fool. But I don’t get this recent trend of people arguing in favor of a monorepo (at my work place, too). It’s a nightmare to handle and use. What gives?
I love being able to easily grep through all the packages source code, and there's regularly PRs that harmonizes conventions across many packages.
Nixpkgs doesn't include the packaged software source code, so it's a lot more practical than what Debian is doing.
Creating a whole distribution often requires changes synchronized across many packages, so it really makes things simpler.
https://github.com/NixOS/nixpkgs
I think it's important to add that they both have the biggest number of packaged software and the most up-to-date software of all distributions even though they have far fewer maintainers than Debian.
Re: Debian Git Monorepo
#10I know it‘s an April‘s fool. But I don’t get this recent trend of people arguing in favor of a monorepo (at my work place, too). It’s a nightmare to handle and use. What gives?
What do you find nightmarish?