Re: [yocto] [yocto-autobuilder2][PATCH 2/3] Added remote distribution of config JSON files

2019-08-19 Thread Richard Purdie
On Tue, 2019-07-30 at 14:36 -0400, Thomas Goodwin wrote: > This feature/fix allows the worker to download the > autobuilder helper JSON files from the controller > rather than having to store them in the > yocto-autobuilder-helper repository. The process > installs the file into the worker's >

Re: [yocto] [yocto-autobuilder2][PATCH 2/3] Added remote distribution of config JSON files

2019-08-02 Thread Thomas Goodwin
I'm not sure I follow. This collects everything into the worker's "builddir/yocto-autobuilder-helper" path (I think; I'm new to buildbot). My aim was to let the buildbot master the chance to SCM the configuration files apart from the helper's behavior which should otherwise be consistent whether

[yocto] [yocto-autobuilder2][PATCH 2/3] Added remote distribution of config JSON files

2019-07-30 Thread Thomas Goodwin
This feature/fix allows the worker to download the autobuilder helper JSON files from the controller rather than having to store them in the yocto-autobuilder-helper repository. The process installs the file into the worker's builddir/yocto-autobuilder-helper path. Signed-off-by: Thomas Goodwin