Add info to troubleshoot `./mach bootstrap`
Categories
(DevTools :: General, enhancement, P3)
Tracking
(firefox67 fixed)
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: ogasidlo, Assigned: soniasingla.1812)
Details
(Keywords: good-first-bug, Whiteboard: dt-docs)
Attachments
(1 file)
devtools/docs/getting-started/build.md - Line 59
Change:
./mach configure
./mach build
to
./mach configure
./mach build
Please note, if this fails it might be possible you need to run the bootstrap.py script first. Download the bootstrap.py script and save it in your project directory. Then run python bootstrap.py and follow the prompted steps.
Comment 1•2 years ago
|
||
Seems both things are same.
Change:
./mach configure ./mach build
to
./mach configure ./mach build
| Reporter | ||
Comment 2•2 years ago
|
||
Hi Manish!
They do. The change includes the paragraph below the code snippet.
Hi Ola :)
I would like to work on this bug. Can you please help me in getting started?
Thanks :D
Comment 4•2 years ago
|
||
Replace the code from Comment 0.
some useful cmd:
hg diff: for seing the code difference
hg commit -m "commit message. r=ola"
If you don't know about phabricator then export the patch and upload here.
For more question, check IRC channel #Introduction
| Reporter | ||
Comment 5•2 years ago
|
||
Hi Sonia!
Here you can find all information about how to get started: https://docs.firefox-dev.tools/getting-started/build.html
You can also join the devtools slack, if you feel more comfortable with it.
| Reporter | ||
Updated•2 years ago
|
I have installed the setup. Also, I have saved bootstrap.py script to my project but when I opened it in the editor(Visual Studio Code), it is claiming that this script is untracked. Any suggestions, please?
Pushed by ogasidlo@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/86dd62cf5475 Add info to troubleshoot './mach bootstrap'. r=Ola
Comment 9•2 years ago
|
||
| bugherder | ||
Description
•