[Outreachy] mobile/android/docs/geckoview/contributor/mc-quick-start.rst is outdated
Categories
(Developer Infrastructure :: Firefox Source Docs: Content, defect)
Tracking
(firefox134 fixed)
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | fixed |
People
(Reporter: arai, Assigned: temidayoazeez032)
References
()
Details
Attachments
(1 file)
This document explains workflow on mozilla-central, with manual installation of git-cinnabar and manual setup for remotes, including mozilla-inbound.
which shouldn't be necessary with the latest workflow with bootstrap.py
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:Sylvestre, could you have a look please?
For more information, please visit BugBot documentation.
Updated•2 years ago
|
Comment 2•1 year ago
|
||
We should replace this reference with one to the main setup instructions, this is causing confusing for new contributors, including some of our Outreachy applicants.
Comment 3•1 year ago
|
||
You can find all of the references to this file here: https://searchfox.org/mozilla-central/search?q=mc-quick-start&path=&case=false®exp=false.
In contributing-to-mc.rst, change the reference from <mc-quick-start.html> to </setup/index.html>.
In index.rst Remove the two lines that refer to mc-quick-start.html.
Finally, remove mc-quick-start.rst completely.
Once done, you can commit your changes. Your commit message should look like: Bug 1868475 - Remove outdated getting started instructions; r=#geckoview-reviewers!
Once you have your changes committed, request review. There are instructions on using phabricator and on getting reviews.
Updated•1 year ago
|
Comment 7•1 year ago
|
||
Backed out for causing documentation failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/03ec99e21978a4591113e6bb56e5f01692d4f2b3
Comment 8•1 year ago
|
||
Amazingly, it seems that the test just reports that one extra warning is present, leaving the reader to figure out which one of the 808 warnings is the new one.
I've tried searching the log for the files changed in the patch here and I'm not finding anything.
| Reporter | ||
Comment 9•1 year ago
|
||
The new warning is the following one:
[task 2024-10-21T20:33:19.350Z] /builds/worker/checkouts/gecko/docs-out/html/_staging/mobile/android/index.rst:26: WARNING: undefined label: 'mozilla central quick start'
that's the reference in the following line:
- :ref:`Mozilla Central Quick Start <Mozilla Central Quick Start>`
The reference was pointing the section defined by the following lines in mc-quick-start.rst, which is removed by this patch.
===========================
Mozilla Central Quick Start
===========================
So, mobile/android/docs/index.rst should also be updated
| Assignee | ||
Comment 10•1 year ago
|
||
Oh, I will update the patch accordingly.
Comment 11•1 year ago
|
||
Thanks for tracking that down Arai :)
Comment 12•1 year ago
|
||
Comment 13•1 year ago
|
||
| bugherder | ||
Description
•