Comment 4 for bug 1845036

Revision history for this message
Connor Kuehl (connork) wrote :

I have been using the stable updates toolchain that was used for the Bionic stable updates project. Generally, if a patch doesn't apply one of the tools checks to see if it was already applied. If it doesn't believe the patch is applied, and it doesn't apply cleanly, we use "patch" because it tries a little bit harder than "git am" for fitting the hunks in at different offsets.

In this case, it didn't see this patch was effectively applied under an "UBUNTU: SAUCE:" prefix. This is something that it should do, so I'll work on trying to get a patch sent for that toolchain.