Bug 1729280 - Fix links to WebDriver mailing list. r=webdriver-reviewers,jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D125455
This commit is contained in:
Henrik Skupin
2021-09-14 08:37:55 +00:00
parent 5e872a2498
commit b441c03097
9 changed files with 9 additions and 23 deletions

View File

@@ -59,10 +59,7 @@ Communication
=============
The mailing list for Marionette discussion is
tools-marionette@lists.mozilla.org (`subscribe`_, `archive`_).
https://groups.google.com/a/mozilla.org/g/dev-webdriver.
If you prefer real-time chat, ask your questions
on `#webdriver:mozilla.org <https://chat.mozilla.org/#/room/#webdriver:mozilla.org>`__.
.. _subscribe: https://lists.mozilla.org/listinfo/tools-marionette
.. _archive: https://lists.mozilla.org/pipermail/tools-marionette/

View File

@@ -38,7 +38,7 @@ setup(
# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
keywords="mozilla",
author="Auto-tools",
author_email="tools-marionette@lists.mozilla.org",
author_email="dev-webdriver@mozilla.org",
url="https://wiki.mozilla.org/Auto-tools/Projects/Marionette/Harnesses/FirefoxUI",
license="MPL",
packages=find_packages(),

View File

@@ -427,8 +427,7 @@ with this particular release that we intend to release a fix for soon.
- ARMv7 HF builds have been discontinued
We [announced](https://lists.mozilla.org/pipermail/tools-marionette/2018-September/000035.html)
back in September 2018 that we would stop building for ARM,
We announced back in September 2018 that we would stop building for ARM,
but builds can be self-serviced by building from source.
To cross-compile from another host system, you can use this command:

View File

@@ -70,10 +70,7 @@ Contact
-------
The mailing list for geckodriver discussion is
tools-marionette@lists.mozilla.org ([subscribe], [archive]).
https://groups.google.com/a/mozilla.org/g/dev-webdriver.
There is also an Element channel to talk about using and developing
geckodriver on `#webdriver:mozilla.org <https://chat.mozilla.org/#/room/#webdriver:mozilla.org>`__
[subscribe]: https://lists.mozilla.org/listinfo/tools-marionette
[archive]: https://lists.mozilla.org/pipermail/tools-marionette/

View File

@@ -1,7 +1,7 @@
Self-serving an ARM build
=========================
Mozilla [announced the intent] to deprecate ARMv7 HF builds of
Mozilla announced the intent to deprecate ARMv7 HF builds of
geckodriver in September 2018. This does not mean you can no longer
use geckodriver on ARM systems, and this document explains how you
can self-service a build for ARMv7 HF.
@@ -35,5 +35,4 @@ cross-compile ARMv7 from a Linux host system is as follows:
% cd testing/geckodriver
% cargo build --release --target armv7-unknown-linux-gnueabihf
[announced the intent]: https://lists.mozilla.org/pipermail/tools-marionette/2018-September/000035.html
[central]: https://hg.mozilla.org/mozilla-central/

View File

@@ -49,10 +49,7 @@ Communication
=============
The mailing list for geckodriver discussion is
tools-marionette@lists.mozilla.org (`subscribe`_, `archive`_).
https://groups.google.com/a/mozilla.org/g/dev-webdriver.
If you prefer real-time chat, ask your questions
on `#webdriver:mozilla.org <https://chat.mozilla.org/#/room/#webdriver:mozilla.org>`__.
.. _subscribe: https://lists.mozilla.org/listinfo/tools-marionette
.. _archive: https://lists.mozilla.org/pipermail/tools-marionette/

View File

@@ -43,7 +43,7 @@ setup(
],
keywords="mozilla",
author="Auto-tools",
author_email="tools-marionette@lists.mozilla.org",
author_email="dev-webdriver@mozilla.org",
url="https://wiki.mozilla.org/Auto-tools/Projects/Marionette",
license="MPL",
packages=find_packages(),

View File

@@ -45,7 +45,7 @@ setup(
],
keywords="mozilla",
author="Auto-tools",
author_email="tools-marionette@lists.mozilla.org",
author_email="dev-webdriver@mozilla.org",
url="https://wiki.mozilla.org/Auto-tools/Projects/Marionette",
license="Mozilla Public License 2.0 (MPL 2.0)",
packages=find_packages(),

View File

@@ -38,10 +38,7 @@ Contact
=======
The mailing list for webdriver discussion is
tools-marionette@lists.mozilla.org ([subscribe], [archive]).
https://groups.google.com/a/mozilla.org/g/dev-webdriver.
There is also an Element channel to talk about using and developing
webdriver on `#webdriver:mozilla.org <https://chat.mozilla.org/#/room/#webdriver:mozilla.org>`__
[subscribe]: https://lists.mozilla.org/listinfo/tools-marionette
[archive]: https://lists.mozilla.org/pipermail/tools-marionette/