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.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst
index e4d3d3e963..7b337dbf60 100644
--- a/documentation/ref-manual/faq.rst
+++ b/documentation/ref-manual/faq.rst
@@ -302,10 +302,10 @@ attempt 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://downloads.yoctoproject.org/mirror/sources/ \n \ 305 git://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
306 ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 306 ftp://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
307 http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 307 http://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
308 https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" 308 https://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n"
309 309
310These changes cause the build system to intercept Git, FTP, HTTP, and 310These changes cause the build system to intercept Git, FTP, HTTP, and
311HTTPS requests and direct them to the ``http://`` sources mirror. You 311HTTPS requests and direct them to the ``http://`` sources mirror. You
@@ -342,10 +342,10 @@ You 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 git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 345 git://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
346 ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 346 ftp://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
347 http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ 347 http://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n \
348 https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" 348 https://.*/.* https://downloads.yoctoproject.org/mirror/sources/ \n"
349 BB_FETCH_PREMIRRORONLY = "1" 349 BB_FETCH_PREMIRRORONLY = "1"
350 350
351These changes would cause the build system to successfully fetch source 351These changes would cause the build system to successfully fetch source