Guspaz wrote:
FunkyRes wrote:
Continuous Release repo looks like a really good idea.
Depends what for. For personal stuff, or a dev box, or many other things, sure. For a production box, never.
Continuous release between major versions, I agree. But in RHEL land a dot release does not perform major updates.
When a dot release is released, yum will update you to the next dot release anyway, and updates to the previous dot release halt.
Since CentOS lags behind rhel, this means that bug fixes (including security fixes) don't get pushed to the CentOS users until CentOS catches up with the RHEL dot release. This is bad, and why on CentOS 5 I would watch for CVE's on RHEL and roll my own updates if it looked like an exploitable bug.
With a rolling update repository, we would not need to wait for CentOS to finish mastering a specific dot release in order to get updates to known bugs and security issues.
That is why this is a good thing.
Of course any production machine should have updates disabled so they can be tested on a dev box before applied, but that should be done regardless of a rolling update repository.