Revert "Bug 1963756 - Change the path where the repo is bootstrapped by default with git. r=glob,sylvestre" on requested from glandium

This reverts commit 50ef357b73.
This commit is contained in:
Sebastian Hengst
2025-05-01 22:22:09 +02:00
committed by archaeopteryx@coole-files.de
parent 709b66279b
commit 09529029bf
6 changed files with 11 additions and 13 deletions

View File

@@ -104,7 +104,7 @@ Once the System is bootstrapped, run:
.. code-block:: shell
$ cd firefox
$ cd mozilla-unified
$ ./mach build
which will check for dependencies and start the build.

View File

@@ -28,7 +28,7 @@ These steps were verified to work as of June 2020.
libx11-xcb-dev:i386 libpulse-dev:i386 libdrm-dev:i386
#. Then, create a ``mozconfig`` file in your Firefox code directory
(probably ``firefox``) that looks like the following example:
(probably ``mozilla-unified``) that looks like the following example:
.. code::

View File

@@ -69,7 +69,7 @@ Now that your system is bootstrapped, you should be able to build!
.. code-block:: shell
cd firefox
cd mozilla-unified
git pull
./mach build

View File

@@ -64,7 +64,7 @@ Now that your system is bootstrapped, you should be able to build!
.. code-block:: shell
cd firefox
cd mozilla-unified
git pull
./mach build
@@ -163,7 +163,7 @@ Below is an example for manual setup.
.. code-block:: shell
cd firefox
cd mozilla-unified
# Creates virtual environment for <your-desired-version> in folder .venv
python3.<your-desired-version> -m venv .venv
# Activates virtual environment

View File

@@ -124,7 +124,7 @@ Now that your system is bootstrapped, you should be able to build!
.. code-block:: shell
cd c:/mozilla-source/firefox
cd c:/mozilla-source/mozilla-unified
hg up -C central
./mach build
@@ -206,7 +206,7 @@ Python failed to find files in directories
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Python can sometimes fail to find files in directories when path length limits are reached,
even when the root directory is kept relatively short: ``C:\mozilla-source\firefox``. This can be resolved by
even when the root directory is kept relatively short: ``C:\mozilla-source\mozilla-unified``. This can be resolved by
`turning Windows long paths on <https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry>`_.
``PYTHON`` environment variable