Re: [yocto] [[PATCH][yocto-autobuilder]] bin/forcebuild.py: Add a script to support force a build

2017-02-15 Thread Lock, Joshua G
On Wed, 2017-02-08 at 09:10 -0600, Aníbal Limón wrote: > > On 02/08/2017 08:12 AM, Lock, Joshua G wrote: > > On Wed, 2017-02-01 at 14:14 -0600, Aníbal Limón wrote: > > > I know we have the remote_kick.py [1] script but i don't know if > > > is > > > currently on use also this new script support

Re: [yocto] [[PATCH][yocto-autobuilder]] bin/forcebuild.py: Add a script to support force a build

2017-02-08 Thread Aníbal Limón
On 02/08/2017 08:12 AM, Lock, Joshua G wrote: > On Wed, 2017-02-01 at 14:14 -0600, Aníbal Limón wrote: >> I know we have the remote_kick.py [1] script but i don't know if is >> currently on use also this new script support list the options in >> builders and specify custom ones via cmdline. > >

Re: [yocto] [[PATCH][yocto-autobuilder]] bin/forcebuild.py: Add a script to support force a build

2017-02-08 Thread Lock, Joshua G
On Wed, 2017-02-01 at 14:14 -0600, Aníbal Limón wrote: > I know we have the remote_kick.py [1] script but i don't know if is > currently on use also this new script support list the options in > builders and specify custom ones via cmdline. I don't use remote_kick.py, I'm loathe to carry two

Re: [yocto] [[PATCH][yocto-autobuilder]] bin/forcebuild.py: Add a script to support force a build

2017-02-01 Thread Aníbal Limón
I know we have the remote_kick.py [1] script but i don't know if is currently on use also this new script support list the options in builders and specify custom ones via cmdline. Cheers, alimon [1] http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/tree/bin/remote_kick.py On

[yocto] [[PATCH][yocto-autobuilder]] bin/forcebuild.py: Add a script to support force a build

2017-02-01 Thread Aníbal Limón
The script supports to list avaialable builders and his options, also can force a build if the builder is IDLE or not. Also supports specify options via cmdline using python dictionaries as string. Signed-off-by: Aníbal Limón --- bin/forcebuild.py | 183