master.cfg: Configure change_source to point at git.yoctoproject.org/poky

This means we get more commit information in the UI. It won't trigger
builds unless we configure it to. It also won't import any history,
just new commits while buildbot is running/polling.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2018-06-10 16:36:18 +01:00
parent 2856c3283d
commit f08c7d3044

View File

@ -25,9 +25,9 @@ c['buildbotNetUsageData'] = None
c['protocols'] = {'pb': {'port': 9989}}
c['db'] = {'db_url' : "sqlite:///state.sqlite",}
# Yocto Autobuilder doesn't have a change source, all builds
# are manually triggered
c['change_source'] = []
# Allows UI to resolve poky git hashes
c['change_source'] = changes.GitPoller(repourl='git@git.yoctoproject.org:poky',
branches=True)
# Items which are common to Yocto Project autobuilder deployments using the
# yocto-autobuilder-helper scripts