Add info to troubleshoot `./mach bootstrap`
Categories
(DevTools :: General, enhancement, P3)
Tracking
(firefox67 fixed)
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: ogasidlo, Assigned: soniasingla)
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•6 years ago
|
||
Seems both things are same.
Change:
./mach configure ./mach build
to
./mach configure ./mach build
Reporter | ||
Comment 2•6 years ago
|
||
Hi Manish!
They do. The change includes the paragraph below the code snippet.
Assignee | ||
Comment 3•6 years ago
|
||
Hi Ola :)
I would like to work on this bug. Can you please help me in getting started?
Thanks :D
Comment 4•6 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•6 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•6 years ago
|
Assignee | ||
Comment 6•6 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?
Assignee | ||
Comment 7•6 years ago
|
||
Add info to troubleshoot './mach bootstrap'
Comment 9•6 years ago
|
||
bugherder |
Description
•