[patchtest-oe][PATCH v2] test_mbox_mailinglist: Correct suggested mailing lists for docs and poky
Peter Kjellerstedt
A new mailing list was recently introduced for documentation related
discussions including patches. And the domain for Yocto mailing lists was changed with the migration to groups.io. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@...> --- PATCH v2: Removed Change-Id trailer. tests/test_mbox_mailinglist.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_mbox_mailinglist.py b/tests/test_mbox_mailinglist.py index e5700b4..d2781af 100644 --- a/tests/test_mbox_mailinglist.py +++ b/tests/test_mbox_mailinglist.py @@ -38,8 +38,8 @@ class MailingList(base.Base): Project = collections.namedtuple('Project', ['name', 'listemail', 'gitrepo', 'paths']) bitbake = Project(name='Bitbake', listemail='bitbake-devel@...', gitrepo='http://git.openembedded.org/bitbake/', paths=paths['bitbake']) - doc = Project(name='Documentantion', listemail='yocto@...', gitrepo='http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/', paths=paths['documentation']) - poky = Project(name='Poky', listemail='poky@...', gitrepo='http://git.yoctoproject.org/cgit/cgit.cgi/poky/', paths=paths['poky']) + doc = Project(name='Documentantion', listemail='docs@...', gitrepo='http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/', paths=paths['documentation']) + poky = Project(name='Poky', listemail='poky@...', gitrepo='http://git.yoctoproject.org/cgit/cgit.cgi/poky/', paths=paths['poky']) oe = Project(name='oe', listemail='openembedded-devel@...', gitrepo='http://git.openembedded.org/meta-openembedded/', paths=paths['oe']) -- 2.21.3
|
|