Re: [yocto] [patchtest][PATCH] scripts: Reset working repository to match origin during clean up

2019-01-11 Thread Michael Halstead
On 1/11/19 1:53 PM, Khem Raj wrote: OK then I need to understand how this will be invoked for meta-openembedded repos I think that is beyond the scope of this patch. Can you clarify a bit more? Or perhaps this topic deserves its own thread on an OE list. On Fri, Jan 11, 2019 at 1:47 PM

Re: [yocto] [patchtest][PATCH] scripts: Reset working repository to match origin during clean up

2019-01-11 Thread Khem Raj
OK then I need to understand how this will be invoked for meta-openembedded repos On Fri, Jan 11, 2019 at 1:47 PM Michael Halstead wrote: > > Since these commands run in $REPODIR and $path I think they will apply to any > repository under test. > > On 1/11/19 12:25 PM, Khem Raj wrote: > > Hi

Re: [yocto] [patchtest][PATCH] scripts: Reset working repository to match origin during clean up

2019-01-11 Thread Michael Halstead
Since these commands run in $REPODIR and $path I think they will apply to any repository under test. On 1/11/19 12:25 PM, Khem Raj wrote: Hi Michael Can we enable these checks for meta-openembedded repo as well On Fri, Jan 11, 2019 at 11:03 AM Michael Halstead

Re: [yocto] [patchtest][PATCH] scripts: Reset working repository to match origin during clean up

2019-01-11 Thread Khem Raj
Hi Michael Can we enable these checks for meta-openembedded repo as well On Fri, Jan 11, 2019 at 11:03 AM Michael Halstead < mhalst...@linuxfoundation.org> wrote: > If the local HEAD is a patchtest generated merge commit patchtest may be > unable > to apply new patches. This should prevent

[yocto] [patchtest][PATCH] scripts: Reset working repository to match origin during clean up

2019-01-11 Thread Michael Halstead
If the local HEAD is a patchtest generated merge commit patchtest may be unable to apply new patches. This should prevent patchtest from becoming stuck in that state. Signed-off-by: Michael Halstead --- scripts/create-share-folder | 2 +- scripts/host| 2 +- 2 files changed, 2