~mwhudson/curtin:dead-code

Last commit made on 2021-01-12
Get this branch:
git clone -b dead-code https://git.launchpad.net/~mwhudson/curtin
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Branch information

Name:
dead-code
Repository:
lp:~mwhudson/curtin

Recent commits

3ba0d9e... by Michael Hudson-Doyle

fix flakes

c942b26... by Michael Hudson-Doyle

remove unused code from curtin/net/__init__.py

5ee0119... by Michael Hudson-Doyle

remove unused code from curtin/commands/curthooks.py

9dba3c5... by Michael Hudson-Doyle

remove unused code from curtin/block/bcache.py

29cf3d7... by Michael Hudson-Doyle

remove unused code from curtin/block/multipath.py

a706ed3... by Michael Hudson-Doyle

remove unused code from curtin/block/mdadm.py

8f93aec... by Michael Hudson-Doyle

remove unused functions from curtin/block/iscsi.py

b9f2b53... by Michael Hudson-Doyle

remove unused functions from curtin/block/__init__.py

3bb8cc0... by Ryan Harper

install_grub: Fix bootloader-id for RHEL systems, must be redhat

In 7310b4fe61465, the port from shell dropped a change where the boot-id
value for Redhat family OSes is the value 'redhat' not the os-release ID
value (which is rhel, on RHEL systems).

Add this change back to install_grub and fix unittests that fail with
'rhel' instead of 'redhat' in os-release values. Hardcode 'redhat'
paths in expected values.

LP: #1906543

a259100... by Dan Watkins

vmtests: remove LP: #1888726 skip_by_date decorators

The bug has been fixed, these tests are now passing.