RE: [AUH][PATCH v2 8/9] upgrade-helper.py: Add resume option to skip already attempted recipes
Daniel Turull <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <PA3PR07MB1072177D74510965B707C37378A362@PA3PR07MB10721.eurprd07.prod.outlook.com> |
> -----Original Message----- > From: Alexander Kanavin <[email protected]> > Sent: Monday, 27 April 2026 12:49 > To: Daniel Turull <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; [email protected] > Subject: Re: [AUH][PATCH v2 8/9] upgrade-helper.py: Add resume option to > skip already attempted recipes > > 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. Good idea. I'll redo the patch as you suggested in v3.