summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/faq.rst')
-rw-r--r--documentation/ref-manual/faq.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst
index c7322e7623..d3a603d4a4 100644
--- a/documentation/ref-manual/faq.rst
+++ b/documentation/ref-manual/faq.rst
@@ -301,7 +301,7 @@ As an example, you could add a specific server for the build system to
301attempt before any others by adding something like the following to the 301attempt before any others by adding something like the following to the
302``local.conf`` configuration file:: 302``local.conf`` configuration file::
303 303
304 PREMIRRORS_prepend = "\ 304 PREMIRRORS:prepend = "\
305 git://.*/.* http://www.yoctoproject.org/sources/ \n \ 305 git://.*/.* http://www.yoctoproject.org/sources/ \n \
306 ftp://.*/.* http://www.yoctoproject.org/sources/ \n \ 306 ftp://.*/.* http://www.yoctoproject.org/sources/ \n \
307 http://.*/.* http://www.yoctoproject.org/sources/ \n \ 307 http://.*/.* http://www.yoctoproject.org/sources/ \n \
@@ -341,7 +341,7 @@ Finally, consider an example where you are behind an HTTP-only firewall.
341You could make the following changes to the ``local.conf`` configuration 341You could make the following changes to the ``local.conf`` configuration
342file as long as the :term:`PREMIRRORS` server is current:: 342file as long as the :term:`PREMIRRORS` server is current::
343 343
344 PREMIRRORS_prepend = "\ 344 PREMIRRORS:prepend = "\
345 ftp://.*/.* http://www.yoctoproject.org/sources/ \n \ 345 ftp://.*/.* http://www.yoctoproject.org/sources/ \n \
346 http://.*/.* http://www.yoctoproject.org/sources/ \n \ 346 http://.*/.* http://www.yoctoproject.org/sources/ \n \
347 https://.*/.* http://www.yoctoproject.org/sources/ \n" 347 https://.*/.* http://www.yoctoproject.org/sources/ \n"