master.cfg: Use http for git poller setup by default

This means people don't have to worry about ssh key setup.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2018-08-23 14:08:32 +01:00
parent dc8b7d1fce
commit 39331fb9fe

View File

@ -62,8 +62,9 @@ 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='git@git.yoctoproject.org:poky',
branches=True)
c['change_source'] = changes.GitPoller(repourl='repourl='http://git.yoctoproject.org/git/poky', branches=True)
#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