diff options
| author | Michael Vogt <egon@top> | 2005-11-29 16:59:33 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-11-29 16:59:33 +0100 |
| commit | 4fce0fdfe15c8ab88d63e3919670e1371eb38fb9 (patch) | |
| tree | 8a840e6aeda88968712aa0a911ab728bb9578918 /README.dist-upgrade | |
| parent | f076cd11b25fa5546927a16fc788f19c80dd81f7 (diff) | |
| download | python-apt-4fce0fdfe15c8ab88d63e3919670e1371eb38fb9.tar.gz | |
* added TODO item
* directory structure cleanup
Diffstat (limited to 'README.dist-upgrade')
| -rw-r--r-- | README.dist-upgrade | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/README.dist-upgrade b/README.dist-upgrade new file mode 100644 index 00000000..9f85b3c0 --- /dev/null +++ b/README.dist-upgrade @@ -0,0 +1,30 @@ +Distribution Upgrade tools for Ubuntu +------------------------------------- + +This tool implements the spec at: +https://wiki.ubuntu.com/AutomaticUpgrade + +Broadly speaking a upgrade from one version to the next consists +of three things: + +1) The user must be informed about the new available distro + (possibly release notes as well) and run the upgrade tool +2) The upgrade tool must be able to download updated information + how to perform the upgrade (e.g. additional steps like upgrading + certain libs first) +3) The upgrade tools runs and installs/remove packages and does + some additional steps like post-release cleanup + + + +The steps in additon to upgrading the installed packages fall into this +categories: +* switch to new sources.list entries +* adding the default user to new groups (warty, scanner group) +* remove packages/install others (breezy, R:mozilla-firefox, RI:firefox, + install ubuntu-desktop package again, R:portmap, I:language-package*) +* check conffile settings (breezy: /etc/X11/xorg.conf; warty: /etc/modules) +* ask/change mirrors (breezy) +* breezy: install new version of libgtk2.0-0 from hoary-updates, then + restart synaptic +* reboot
\ No newline at end of file |
