coreos / bootupd

Bootloader updater
Apache License 2.0
131 stars 24 forks source link

rework CI to generate synthetic RPMs #229

Open cgwalters opened 3 years ago

cgwalters commented 3 years ago

See https://github.com/coreos/bootupd/pull/228 and https://github.com/coreos/bootupd/pull/203

Basically to test upgrades, we're downgrading to an older grub build which is broken. We're just testing that the synthetic process of changing files actually works, but we're not currently testing rebooting into it.

Instead, we should download the working RPM and tweak it by:

bgilbert commented 3 years ago

Once we have this, we can revert #228.