Comment 7 for bug 1894919

Revision history for this message
Brian Murray (brian-murray) wrote :

For the verification I've captured command outputs and log files with the version of the release upgrader in the filename so 20.04.25 is the current version of the release upgrader and 20.04.27 is the one from -proposed.

With regards to the autoremoval of packages not every package which was autoremoved after upgrading with release upgrader version 20.04.25 was removed during the upgrade process e.g.:

 $ for pkg in $(cat uru-20.04.25-autoremove-pkgs.txt); do grep " $pkg " uru-20.04.27-installed-pkgs.txt; done
ii gnome-software-common 3.36.1-0ubuntu0.20.04.0 all Software Center for GNOME (common files)

So after the upgrade with version 20.04.27 there were still some packages that were autoremovable.

 $ cat uru-20.04.27-autoremove.txt
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  gnome-software-common libappstream-glib8
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 6,538 kB disk space will be freed.
Do you want to continue? [Y/n] Abort.

So while this is much better it doesn't seem to be a complete fix, so the questions is - is it worth releasing?