On 2014-05-20, 10:15 +0800, Yin Kangkai wrote:
> [up post intentionally]
>
> I was trying to setup yocto-autobuilder in my local env, and customize
> it to my needs (i.e. watch git/gerrit event and only build my
> images). It is a little bit of struggle for me to make it finally
Check files existence before copy, otherwise might fail. For example,
if I do not enable "MakeImageMD5s" step, "PublishArtifacts" will fail.
Signed-off-by: Yin Kangkai
---
.../autobuilder/buildsteps/PublishArtifacts.py | 16 +++-
1 file changed,
.)
Anyway, these several patches are needed in my setup. Please review
and considering merge.
If this is not the right mailing list, please let me know. Thanks.
Regards,
Kangkai
On 2014-05-20, 10:16 +0800, Yin Kangkai wrote:
> Without this patch, when you set a SingleBranchScheduler schedu
Otherwise, step GetDistroVersion will just fail.
Signed-off-by: Yin Kangkai
---
lib/python2.7/site-packages/autobuilder/buildsteps/GetDistroVersion.py | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/lib/python2.7/site-packages/autobuilder/buildsteps/GetDistroVersion.py
b/lib/python2.7
#x27;branch':'master',
'hash':'13ae5105ee30410136beeae66ec41ee4a8a2e2b0'}
},
...
scheduler: [{'Continuous':
{'type': 'SingleBranchScheduler',
'repository':
Pass in the properties parsed from config file, otherwise the build
triggered will fail because wrong properties.
Signed-off-by: Yin Kangkai
---
lib/python2.7/site-packages/autobuilder/Autobuilder.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/python2.7/site-packages/autobuilder