mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
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:
parent
2856c3283d
commit
f08c7d3044
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user