forked from mirrors/gecko-dev
Bug 1780356: list toplevel at the top of the list r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D154545
This commit is contained in:
parent
6775468e9f
commit
e76495fa20
2 changed files with 38 additions and 38 deletions
|
|
@ -35,6 +35,23 @@ Mots config
|
||||||
-
|
-
|
||||||
| `mots.yaml <https://searchfox.org/mozilla-central/search?q=&path=mots.yaml>`__
|
| `mots.yaml <https://searchfox.org/mozilla-central/search?q=&path=mots.yaml>`__
|
||||||
|
|
||||||
|
mozilla-toplevel
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
The top level directory for the mozilla tree.
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
This module does not have any owners specified.
|
||||||
|
|
||||||
|
.. list-table::
|
||||||
|
:stub-columns: 1
|
||||||
|
:widths: 30 70
|
||||||
|
|
||||||
|
* - Owner(s) Emeritus
|
||||||
|
- Brendan Eich
|
||||||
|
* - Includes
|
||||||
|
-
|
||||||
|
| `README <https://searchfox.org/mozilla-central/search?q=&path=README>`__
|
||||||
|
|
||||||
Code Coverage
|
Code Coverage
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
Tools for code coverage instrumentation, and coverage data parsing and management.
|
Tools for code coverage instrumentation, and coverage data parsing and management.
|
||||||
|
|
@ -1404,23 +1421,6 @@ Glue library containing various low-level functionality, including a dynamic lin
|
||||||
* - Bugzilla Components
|
* - Bugzilla Components
|
||||||
- Core::mozglue
|
- Core::mozglue
|
||||||
|
|
||||||
Core: mozilla-toplevel
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
The top level directory for the mozilla tree.
|
|
||||||
|
|
||||||
.. warning::
|
|
||||||
This module does not have any owners specified.
|
|
||||||
|
|
||||||
.. list-table::
|
|
||||||
:stub-columns: 1
|
|
||||||
:widths: 30 70
|
|
||||||
|
|
||||||
* - Owner(s) Emeritus
|
|
||||||
- Brendan Eich
|
|
||||||
* - Includes
|
|
||||||
-
|
|
||||||
| `README <https://searchfox.org/mozilla-central/search?q=&path=README>`__
|
|
||||||
|
|
||||||
Core: MSCOM
|
Core: MSCOM
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
Integration with Microsoft Distributed COM
|
Integration with Microsoft Distributed COM
|
||||||
|
|
@ -3605,7 +3605,7 @@ The core infrastructure in the Firefox client to send back Telemetry and FHR dat
|
||||||
|
|
||||||
* - Owner(s)
|
* - Owner(s)
|
||||||
-
|
-
|
||||||
| `Chris H-C (chutten|PTO) <https://people.mozilla.org/s?query=chutten|PTO>`__
|
| `Chris H-C (chutten) <https://people.mozilla.org/s?query=chutten>`__
|
||||||
* - Peer(s)
|
* - Peer(s)
|
||||||
-
|
-
|
||||||
| `aplacitelli <https://people.mozilla.org/s?query=aplacitelli>`__
|
| `aplacitelli <https://people.mozilla.org/s?query=aplacitelli>`__
|
||||||
|
|
|
||||||
40
mots.yaml
40
mots.yaml
|
|
@ -2,7 +2,7 @@
|
||||||
---
|
---
|
||||||
repo: mozilla-central
|
repo: mozilla-central
|
||||||
created_at: '2021-10-14T12:50:40.073465'
|
created_at: '2021-10-14T12:50:40.073465'
|
||||||
updated_at: '2022-08-12T14:13:06.314335'
|
updated_at: '2022-08-23T09:56:25.482550'
|
||||||
export:
|
export:
|
||||||
path: ./docs/mots/index.rst
|
path: ./docs/mots/index.rst
|
||||||
format: rst
|
format: rst
|
||||||
|
|
@ -165,10 +165,10 @@ people:
|
||||||
bmo_id: 644229
|
bmo_id: 644229
|
||||||
name: Caroline Cullen
|
name: Caroline Cullen
|
||||||
nick: caroline
|
nick: caroline
|
||||||
- &chuttenPTO
|
- &chutten
|
||||||
bmo_id: 553004
|
bmo_id: 553004
|
||||||
name: Chris H-C
|
name: Chris H-C
|
||||||
nick: chutten|PTO
|
nick: chutten
|
||||||
- &ckerschbaumer
|
- &ckerschbaumer
|
||||||
bmo_id: 521513
|
bmo_id: 521513
|
||||||
name: ''
|
name: ''
|
||||||
|
|
@ -885,6 +885,20 @@ modules:
|
||||||
- *zeid
|
- *zeid
|
||||||
machine_name: _mots
|
machine_name: _mots
|
||||||
|
|
||||||
|
- name: mozilla-toplevel
|
||||||
|
description: The top level directory for the mozilla tree.
|
||||||
|
includes:
|
||||||
|
- README
|
||||||
|
# TODO: verify, as this was toolkit/README
|
||||||
|
meta:
|
||||||
|
owners_emeritus:
|
||||||
|
- Brendan Eich
|
||||||
|
owners:
|
||||||
|
# - Technical Leadership Module
|
||||||
|
# TODO
|
||||||
|
peers: []
|
||||||
|
machine_name: _mozillatoplevel
|
||||||
|
|
||||||
- machine_name: code_coverage
|
- machine_name: code_coverage
|
||||||
name: Code Coverage
|
name: Code Coverage
|
||||||
description: Tools for code coverage instrumentation, and coverage data parsing
|
description: Tools for code coverage instrumentation, and coverage data parsing
|
||||||
|
|
@ -1970,20 +1984,6 @@ modules:
|
||||||
- *jchen
|
- *jchen
|
||||||
machine_name: core_mozglue
|
machine_name: core_mozglue
|
||||||
|
|
||||||
- name: 'Core: mozilla-toplevel'
|
|
||||||
description: The top level directory for the mozilla tree.
|
|
||||||
includes:
|
|
||||||
- README
|
|
||||||
# TODO: verify, as this was toolkit/README
|
|
||||||
meta:
|
|
||||||
owners_emeritus:
|
|
||||||
- Brendan Eich
|
|
||||||
owners:
|
|
||||||
# - Technical Leadership Module
|
|
||||||
# TODO
|
|
||||||
peers: []
|
|
||||||
machine_name: core_mozillatoplevel
|
|
||||||
|
|
||||||
- name: 'Core: MSCOM'
|
- name: 'Core: MSCOM'
|
||||||
description: Integration with Microsoft Distributed COM
|
description: Integration with Microsoft Distributed COM
|
||||||
includes:
|
includes:
|
||||||
|
|
@ -3570,7 +3570,7 @@ modules:
|
||||||
group: fx-data-dev
|
group: fx-data-dev
|
||||||
url: https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/index.html
|
url: https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/index.html
|
||||||
owners:
|
owners:
|
||||||
- *chuttenPTO
|
- *chutten
|
||||||
peers:
|
peers:
|
||||||
- *aplacitelli
|
- *aplacitelli
|
||||||
- *janerik
|
- *janerik
|
||||||
|
|
@ -3607,5 +3607,5 @@ modules:
|
||||||
machine_name: webextensions
|
machine_name: webextensions
|
||||||
machine_name: toolkit
|
machine_name: toolkit
|
||||||
hashes:
|
hashes:
|
||||||
config: 94b11222bd4d452c7e55cd605834609f9b1bfae9
|
config: af03e70e8268def4ba57af0191a85cbb5e0a61f4
|
||||||
export: 04bfe7977481be81a35062c1c3e2ee7840d08a4a
|
export: fd5ea331ea6cac903498a00597a06f4a7af73adf
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue