"Continuous Integration" is not only used by many large scale websites like Google, Amazon and Facebook. Many developers of downloadable software also use it internally during the development process. But for delivery to their customers they still use "version steps".

Google Chrome shows us today how "continuous roll-out" can work for a downloadable software: The user doesn't even notice when a new version is installed and it is done all the time.

My question is: What other software projects (not SaaS services) use continuous roll-out for their software-distribution?

link|improve this question

50% accept rate
feedback

closed as off topic by Carl Norum, Andy T, griegs, casperOne Dec 12 '11 at 3:50

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

Linux distros and their equivalent of "sid"/"factory"/"rawhide" strike me as a form of continuous roll-out — it's just that the user, the usual owner of the system, says when to do it, not some 3rd party.

link|improve this answer
Gentoo and arch are nothing but rolling updates. – Chris Dec 11 '11 at 23:45
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.