Hacker News new | ask | show | jobs
by 8draco8 2009 days ago
But seriously, can somebody ELI5 this project. If Centos is just 1:1 RHEL with removed branding then what new bugs will show up in Centos that are result of that rebranding and will not be fixed by RHEL devs? Is there a code in RHEL that is also copy writed which had to replaced and maintained by Centos devs? What am I missing?
1 comments

I'm not fully versed on all the things that would be needed, but at the bare minimum it would seem like you would need a bunch of automated processes for just the building - Import src packages, making sure that you copy in changes/patches when RHEL does. - Replace the RH trademarks in every package - Build every package and run verification tests for each arch - Build ISOs

You would also need I said if infrastructure servers that can scale to a large number of users for Yum/RPMs, etc.

Then you also need a set of servers for issue tracking and a way to break it out per package.

I wouldn't imagine that it is anything which can't be done, it just seems like there's a lot of little pieces that you would need to set up, and infrastructure you need to run.