Mandrake Linux Development Process Changes
joestar writes "Just found at MandrakeLinux.com: 'MandrakeSoft today announced a major evolution in the way that future Mandrake Linux distributions will be engineered and released. The purpose of this new development process is to provide the highest level of new features, as well as maximizing the quality of new products.' In short: for each release, there will be a 'Community' release, equivalent to a common Mandrake release, with all latest features. Several months later an 'Official' release - based on the 'Community' - will be available. Both of them will be released publicly and supported. The new process will start with the upcoming Mandrake 10.0."
This is actually similar to what Mandrake (and others) already do. Isn't this kind of like just releasing another release candidate in the alpha-beta-rc-final flow? Still, I like the idea, because there have been numerous times I've purchased the boxed version, and it has had major problems that immediately needed to be patched. This is just a way to better refine the distro before selling it on the shelves.
Once again, Mandrake listened to its community of users and developpers, and I think that this is a great move for Mandrake to offer an excellent level of feature and innovation in its new releases, as well as an excellent level of polishment in a second time... And another good news is that both versions will be officially supported!
I think it's a very smart understanding of a community project, and I think Mandrake can be thanked for its continued sense of innovation since 1998...
After the recent and excellent financial from MandrakeSoft, this is all good news!
Apparently you can link to an article but not read it. They are filing under the French equivalent of Chapter 11 - Reorg. During the process the company MUST continue to do business because they still have to pay debtors. Otherwise they would have filed the equivalent of Chapter 7 - liquidation.
1) Both Mandrake Linux Community and Mandrake Linux Official versions will be publicly released and supported.
2) Fedora is in fact the same as the Mandrake Cooker project, which started... 5 years ago.
So I'm afraid that *Mandrake* is innovating with this new scheme. Red Hat is just leaving its users alone...
Mandrake is responding to its user's wishes. If you don't like the way Mandrake does things, the good news is that there are several other distros to choose from. There's no need to rag on Mandrake for making this change - it's certainly more innovative and user friendly than what Redhat and Suse have done with their sales model. Remember, you can still download free Mandrake iso's and updates are still free too.
"And now, Frank N. Furter, your time has come. Say 'goodbye' to all of this, and 'hello'... to oblivion!"
The difference between the Debian release cycle and the Mandrake release cycle is that Mandrake is much faster to include new features/easy to install. This idea behind this new process is to add an additional cycle with a stable branch. So increase the stability while keeping the cutting edge.
If you guys would just shutup and install Gentoo you wouldn't be having these stupid distro discussions.
Gentoo is simple, one install per machine for life.
Put this in your daily cron to keep the whole system up to date:
emerge sync
emerge -pvu world
Then every morning you can see what new stuff you may want to update that day.
Look for new software with:
emerge -s whatever
Remove software with:
emerge -pvC whatever
Unless you have and run exactly what chipset and compiler flags your "distro" based binarys are compiled for, your system will never be as fast as it can be.
And thanks RedHat for making me a Gentoo user!
I'm personally running 9.2 on this computer right now, and despite of hearing many complaints about bugs I can't say they've bothered me too much. Yes, I've had to install a few patches and bugfixes (and the kernel source wasn't included in the downloadable ISO's, which is kinda strange), but as I have a DSL connection this hasn't been an issue. Urpmi is great, the PLF rpm's too.
I haven't paid anything yet - but am concidering buying 10.0 Official boxed. Just to support them.
... comparing apt to rpm?
package management is much easier with debian than with an RPM system.
So I'm guessing you use dpkg to install all packages on your Debian box? What, you don't???
Just as I don't use rpm to install all RPM packages on my box, I use urpmi for 99.9% of them, I only use rpm when I want to revert a package to test scripts in an upgrade scenario for the packages I maintain.