master: Add change source monitoring for bitbake and yocto-docs

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2020-11-06 15:01:53 +00:00
parent 0088756388
commit 7d87086581

View File

@ -63,8 +63,10 @@ c['db'] = {'db_url' : "sqlite:///state.sqlite",}
# Allows UI to resolve poky git hashes
c['change_source'] = [
changes.GitPoller(repourl='https://git.openembedded.org/git/bitbake', branches=True, project="bitbake"),
changes.GitPoller(repourl='https://git.yoctoproject.org/git/poky', branches=True),
changes.GitPoller(repourl='https://git.yoctoproject.org/git/poky-contrib', branches=True)
changes.GitPoller(repourl='https://git.yoctoproject.org/git/poky-contrib', branches=True),
changes.GitPoller(repourl='https://git.yoctoproject.org/git/yocto-docs', branches=True, project="yocto-docs")
]
# Items which are common to Yocto Project autobuilder deployments using the