mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
master.cfg: Fix typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
39331fb9fe
commit
d8a14cceac
|
@ -62,7 +62,7 @@ c['protocols'] = {'pb': {'port': 9989}}
|
|||
c['db'] = {'db_url' : "sqlite:///state.sqlite",}
|
||||
|
||||
# Allows UI to resolve poky git hashes
|
||||
c['change_source'] = changes.GitPoller(repourl='repourl='http://git.yoctoproject.org/git/poky', branches=True)
|
||||
c['change_source'] = changes.GitPoller(repourl='http://git.yoctoproject.org/git/poky', branches=True)
|
||||
#c['change_source'] = changes.GitPoller(repourl='git@git.yoctoproject.org:poky', branches=True)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user