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 <[email protected]> --- 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='[email protected]', gitrepo='http://git.openembedded.org/bitbake/', paths=paths['bitbake']) - doc = Project(name='Documentantion', listemail='[email protected]', gitrepo='http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/', paths=paths['documentation']) - poky = Project(name='Poky', listemail='[email protected]', gitrepo='http://git.yoctoproject.org/cgit/cgit.cgi/poky/', paths=paths['poky']) + doc = Project(name='Documentantion', listemail='[email protected]', gitrepo='http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/', paths=paths['documentation']) + poky = Project(name='Poky', listemail='[email protected]', gitrepo='http://git.yoctoproject.org/cgit/cgit.cgi/poky/', paths=paths['poky']) oe = Project(name='oe', listemail='[email protected]', gitrepo='http://git.openembedded.org/meta-openembedded/', paths=paths['oe']) -- 2.21.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#49362): https://lists.yoctoproject.org/g/yocto/message/49362 Mute This Topic: https://lists.yoctoproject.org/mt/74086490/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
