Code review comment for ~fourdollars/pc-enablement/+git/oem-scripts:master

Revision history for this message
jeremyszu (os369510) wrote :

I think it's because we are requiring to do the oem kernel retirement.
There are some codes related to "20.04" need to be adjusted to "22.04"+ but it doesn't matter to this MP.

The MP looks good to me but the other lines:

e.g.

        lines[idx] = lines[idx].replace(
            ", linux-oem-20.04b | linux-oem-20.04,", f", {args.kernel},"
        )

need to consider linux-oem-20.04c, linux-oem-20.04d?

If CI passed, then I think we are good to go.

review: Approve

« Back to merge proposal