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:
@@ -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/
|
||||
|
||||
@@ -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(),
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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(),
|
||||
|
||||
@@ -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(),
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user