Re: [yocto] [yocto-autobuilder][PATCHv2] PublishLayerTarballs.py: don't change directories for Eclipse builds

2016-07-13 Thread Joshua G Lock
On Tue, 2016-07-12 at 09:57 -0700, Bill Randle wrote: > When publishing eclipse tarballs, we are already in the correct > directory, > so skip the change direction operation (which will generate an > error). > > Signed-off-by: Bill Randle > --- > V2: fix Python syntax error > >  .../site- > pack

[yocto] [yocto-autobuilder][PATCHv2] PublishLayerTarballs.py: don't change directories for Eclipse builds

2016-07-12 Thread Bill Randle
When publishing eclipse tarballs, we are already in the correct directory, so skip the change direction operation (which will generate an error). Signed-off-by: Bill Randle --- V2: fix Python syntax error .../site-packages/autobuilder/buildsteps/PublishLayerTarballs.py | 3 ++- 1 file cha