mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
master: Add change source monitoring for bitbake and yocto-docs
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
0088756388
commit
7d87086581
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user