~kyrofa/ubuntu-release-upgrader:feature/ros-quirk

Last commit made on 2020-08-14
Get this branch:
git clone -b feature/ros-quirk https://git.launchpad.net/~kyrofa/ubuntu-release-upgrader
Only Kyle Fazzari can upload to this branch. If you are Kyle Fazzari please log in for upload directions.

Branch merges

Branch information

Name:
feature/ros-quirk
Repository:
lp:~kyrofa/ubuntu-release-upgrader

Recent commits

797c636... by Kyle Fazzari

Move to groovyPostInitialUpdate

Signed-off-by: Kyle Fazzari <email address hidden>

9071399... by Kyle Fazzari

s/fail/warn/

Signed-off-by: Kyle Fazzari <email address hidden>

476e7cc... by Kyle Fazzari

Stop iterating if we already know ROS is installed

Signed-off-by: Kyle Fazzari <email address hidden>

08d70ef... by Kyle Fazzari

Add links to REP 3 and 2000 to help determine support

Signed-off-by: Kyle Fazzari <email address hidden>

24bd614... by Kyle Fazzari

Add quirk to check and warn if ROS is installed

Each ROS release is very strict about the versions of Ubuntu it
supports. Operating outside of that guidance can easily lead to upgrade
errors that are hard to debug. Add a quirk to detect if ROS is
installed, and warn the user of this situation before they continue with
the upgrade.

LP: #1611737

Signed-off-by: Kyle Fazzari <email address hidden>

5b3642d... by Brian Murray

releasing package ubuntu-release-upgrader version 1:20.10.7

e691d80... by Brian Murray

Resolve pycodestyle E741 issues.

bce3f04... by Brian Murray

releasing package ubuntu-release-upgrader version 1:20.10.6

5487d5d... by Brian Murray

data/DistUpgrade.cfg: remove xscreensaver from the PostUpgradeRemove rule for ubuntu-desktop as it is no longer necessary. (LP: #1875107)

5c87457... by Brian Murray

DistUpgrade/DistUpgradeQuirks.py: Update the quirk for handling the transition from python-minimal to python2-minimal so that it runs during a prepare stage and an install stage. Thanks to Lukas Märdian for the fix. (LP: #1875523)