Re: [yocto] [yocto-autobuilder][PATCH] PublishArtifacts.py: generate md5sums for buildtools

2016-08-17 Thread Joshua G Lock
On Fri, 2016-08-12 at 20:44 -0700, Bill Randle wrote: > Md5sum files were not being generated for the buildtools artifacts. > Also, > ignore files with a .md5sum extension when doing the sum. Pushed to master, thanks. Joshua > > Signed-off-by: Bill Randle > --- >  .../autobuilder/buildsteps/Pu

[yocto] [yocto-autobuilder][PATCH] PublishArtifacts.py: generate md5sums for buildtools

2016-08-12 Thread Bill Randle
Md5sum files were not being generated for the buildtools artifacts. Also, ignore files with a .md5sum extension when doing the sum. Signed-off-by: Bill Randle --- .../autobuilder/buildsteps/PublishArtifacts.py | 27 ++ 1 file changed, 18 insertions(+), 9 deletions(-) dif