Re: [AUH][PATCH v2 8/9] upgrade-helper.py: Add resume option to skip already attempted recipes
Alexander Kanavin <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <CANNYZj9k84O+4u9ugAwV1D+S05VT=TGBbx1Bwft9qxG-u=O5bw@mail.gmail.com> |
On Fri, 24 Apr 2026 at 13:46, <[email protected]> wrote: > The skip set is built by parsing 'Upgrading to' and 'Pre-build FAILED' > lines from the previous run's upgrade-helper.log. I wonder if this could be less brittle? For instance the skip set could be built by checking if the upgrade output is symlinked in failed/ or succeeded/. Currently those symlinks are created after everything is finished, but it could be done directly after each particular update. Alex