mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
master: Add pollInterval to GitPoller make it clear how to change it
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
7423ce86b8
commit
2412c64620
|
@ -63,10 +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/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/yocto-docs', branches=True, project="yocto-docs")
|
||||
changes.GitPoller(repourl='https://git.openembedded.org/bitbake', branches=True, project="bitbake", pollInterval=10*60),
|
||||
changes.GitPoller(repourl='https://git.yoctoproject.org/git/poky', branches=True, pollInterval=10*60),
|
||||
changes.GitPoller(repourl='https://git.yoctoproject.org/git/poky-contrib', branches=True, pollInterval=10*60),
|
||||
changes.GitPoller(repourl='https://git.yoctoproject.org/git/yocto-docs', branches=True, project="yocto-docs", pollInterval=10*60)
|
||||
]
|
||||
|
||||
# Items which are common to Yocto Project autobuilder deployments using the
|
||||
|
|
Loading…
Reference in New Issue
Block a user