Re: [yocto] [autobuilder][PATCH 1/2] yocto-autobuilder2: add missing __init__.py to top level

2018-06-11 Thread akuster808



On 06/10/2018 03:44 PM, Richard Purdie wrote:
> On Sun, 2018-06-03 at 17:22 -0700, Armin Kuster wrote:
>> This fixes the import of modules when starting buildbot
>> as master.cfg has:
>> from yoctoabb import builders, config, schedulers, workers, services,
>> www
>>
>> Signed-off-by: Armin Kuster 
>> ---
>>  __init__.py | 0
>>  1 file changed, 0 insertions(+), 0 deletions(-)
>>  create mode 100644 __init__.py
>>
>> diff --git a/__init__.py b/__init__.py
>> new file mode 100644
>> index 000..e69de29
> I've merged the other patch (2/2). I've now realised this issue is due
> to the use of python2 when we've been testing with python3. Rather than
> trying to support both, I'd prefer to simply suggest people use python3
> at this point.
>
> Fancy sending a patch to document this? :)
Sure no problem.

- armin
>
> It'd be useful to me to be cc'd on patches for the autobuilder stuff
> too if that isn't too much trouble as I sometimes don't get though all
> the mailing lists as often as I'd like.
>
> Cheers,
>
> Richard
>
>
>
>

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [autobuilder][PATCH 1/2] yocto-autobuilder2: add missing __init__.py to top level

2018-06-10 Thread Richard Purdie
On Sun, 2018-06-03 at 17:22 -0700, Armin Kuster wrote:
> This fixes the import of modules when starting buildbot
> as master.cfg has:
> from yoctoabb import builders, config, schedulers, workers, services,
> www
> 
> Signed-off-by: Armin Kuster 
> ---
>  __init__.py | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  create mode 100644 __init__.py
> 
> diff --git a/__init__.py b/__init__.py
> new file mode 100644
> index 000..e69de29

I've merged the other patch (2/2). I've now realised this issue is due
to the use of python2 when we've been testing with python3. Rather than
trying to support both, I'd prefer to simply suggest people use python3
at this point.

Fancy sending a patch to document this? :)

It'd be useful to me to be cc'd on patches for the autobuilder stuff
too if that isn't too much trouble as I sometimes don't get though all
the mailing lists as often as I'd like.

Cheers,

Richard




-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [autobuilder][PATCH 1/2] yocto-autobuilder2: add missing __init__.py to top level

2018-06-03 Thread Armin Kuster
This fixes the import of modules when starting buildbot
as master.cfg has:
from yoctoabb import builders, config, schedulers, workers, services, www

Signed-off-by: Armin Kuster 
---
 __init__.py | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 __init__.py

diff --git a/__init__.py b/__init__.py
new file mode 100644
index 000..e69de29
-- 
2.7.4

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto