What is Fedora?
What is Fedora?
Posted Oct 29, 2009 10:04 UTC (Thu) by rahulsundaram (subscriber, #21946)In reply to: What is Fedora? by mjthayer
Parent article: What is Fedora?
The last point you mention is key to Gentoo's approach. It is ok to enable users to pull in selectively from a unstable repo but this approach does not really work well for packages with complex dependencies in a binary distribution.
If you do say, yum --enablerepo=rawhide update python to grab a new version of Python, you might be practically getting the entire development repo because every python program might be rebuild for a change in the ABI. A build with paths changed to install in parallel is a workaround in some cases but not always. Cherry picking "stable" versions is also problematic for similar reasons.
