Re: [yocto] [PATCH][yocto-autobuilder] lib/buildsteps.py: fix report creation in nigthly-oecore

2016-07-29 Thread Aníbal Limón
On 07/29/2016 10:50 AM, Beth 'pidge' Flanagan wrote: > On Fri, 2016-07-29 at 10:47 -0500, Aníbal Limón wrote: >> >> On 07/29/2016 10:31 AM, Beth 'pidge' Flanagan wrote: >>> >>> I'd put this in a try except. What happens with eclipse? >> At this time we don't support eclipse, i'll add the try exce

Re: [yocto] [PATCH][yocto-autobuilder] lib/buildsteps.py: fix report creation in nigthly-oecore

2016-07-29 Thread Beth 'pidge' Flanagan
On Fri, 2016-07-29 at 10:47 -0500, Aníbal Limón wrote: > > On 07/29/2016 10:31 AM, Beth 'pidge' Flanagan wrote: > > > > I'd put this in a try except. What happens with eclipse? > At this time we don't support eclipse, i'll add the try except and if > fails use "unknown_branch: unknown_revision".

Re: [yocto] [PATCH][yocto-autobuilder] lib/buildsteps.py: fix report creation in nigthly-oecore

2016-07-29 Thread Aníbal Limón
On 07/29/2016 10:31 AM, Beth 'pidge' Flanagan wrote: > I'd put this in a try except. What happens with eclipse? At this time we don't support eclipse, i'll add the try except and if fails use "unknown_branch: unknown_revision". alimon signature.asc Description: OpenPGP digital signat

Re: [yocto] [PATCH][yocto-autobuilder] lib/buildsteps.py: fix report creation in nigthly-oecore

2016-07-29 Thread Beth 'pidge' Flanagan
On Fri, 2016-07-29 at 10:10 -0500, Aníbal Limón wrote: > nightly-oecore buildset doesn't prove got_revision property > so when got_revision is None use got_revision_oecore instead. > > [YOCTO #10051] > > Signed-off-by: Aníbal Limón > --- >  lib/python2.7/site-packages/autobuilder/lib/buildsteps.

Re: [yocto] [PATCH][yocto-autobuilder] lib/buildsteps.py: fix report creation in nigthly-oecore

2016-07-29 Thread Aníbal Limón
+ beth On 07/29/2016 10:10 AM, Aníbal Limón wrote: > nightly-oecore buildset doesn't prove got_revision property > so when got_revision is None use got_revision_oecore instead. > > [YOCTO #10051] > > Signed-off-by: Aníbal Limón > --- > lib/python2.7/site-packages/autobuilder/lib/buildsteps.py

[yocto] [PATCH][yocto-autobuilder] lib/buildsteps.py: fix report creation in nigthly-oecore

2016-07-29 Thread Aníbal Limón
nightly-oecore buildset doesn't prove got_revision property so when got_revision is None use got_revision_oecore instead. [YOCTO #10051] Signed-off-by: Aníbal Limón --- lib/python2.7/site-packages/autobuilder/lib/buildsteps.py | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff -