Drinking our own champagne
Why use a development release for daily use
|
This page details information for running the development release as a day to day system. Whilst we have a good range of test cases that will pick up any issues with the standard installation, there is nothing like using a development system on a daily basis as if it was you production machine. That said, please do be aware that it may break on you and keeping regular backups is essential!
One example of such testing is a bug that affected kvm with the new kernel release kvm host hangs, which was only picked up because it was installed onto a development release and caused a system freeze. We cannot write test cases for every possible application that you may install, so this is a great way to find this sort of issue.
Updating a development release
Whilst for production releases, it is normal to use:
sudo apt-get update sudo apt-get upgrade
For development releases the command is slightly different:
sudo apt-get update sudo apt-get dist-upgrade
It is also important that you are aware of the system offering partial updates, this is covered at common questions for testing.
PPA usage
It is normal that you may be asked to test a new version of something. The developers often hold these in a PPA. PPA Testing has details on this. Be sure to only add a trusted ppa, this will usually come via an email / announcement from the ubuntu-quality area. If you are ever in doubt, you must check.
What can I expect as part of being such a tester?
- A opportunity to learn lots and get help with testing.
- Plenty of hugs from everyone on the quality team.
- Seriously, a good time!
QATeam/Drinking our own champagne (last edited 2013-08-12 19:39:58 by host-89-242-219-4)