Bug 1958840. Add -L to curl commands in docs to allow redirects r=glob,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D244587
This commit is contained in:
@@ -69,7 +69,7 @@ To Setup Firefox On macOS and Linux
|
|||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
|
$ curl -L https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
|
||||||
|
|
||||||
# To use Git as your VCS
|
# To use Git as your VCS
|
||||||
$ python3 bootstrap.py --vcs=git
|
$ python3 bootstrap.py --vcs=git
|
||||||
@@ -84,7 +84,7 @@ To Setup Firefox for Android
|
|||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
|
$ curl -L https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
|
||||||
|
|
||||||
# To use Git as your VCS
|
# To use Git as your VCS
|
||||||
$ python3 bootstrap.py --vcs=git
|
$ python3 bootstrap.py --vcs=git
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ the interactive setup process.
|
|||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
|
curl -L https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
|
||||||
|
|
||||||
# To use Git as your VCS
|
# To use Git as your VCS
|
||||||
python3 bootstrap.py --vcs=git
|
python3 bootstrap.py --vcs=git
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ the interactive setup process.
|
|||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
|
curl -L https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -O
|
||||||
|
|
||||||
# To use Git as your VCS
|
# To use Git as your VCS
|
||||||
python3 bootstrap.py --vcs=git
|
python3 bootstrap.py --vcs=git
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ If you have a copy of the source tree, you run:
|
|||||||
|
|
||||||
If you don't have a copy of the source tree, you can run:
|
If you don't have a copy of the source tree, you can run:
|
||||||
|
|
||||||
curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -o bootstrap.py
|
curl -L https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -o bootstrap.py
|
||||||
python bootstrap.py
|
python bootstrap.py
|
||||||
|
|
||||||
The bootstrap script will download everything it needs from hg.mozilla.org
|
The bootstrap script will download everything it needs from hg.mozilla.org
|
||||||
|
|||||||
Reference in New Issue
Block a user