commit: 9d410cf4d056d17e050f32d895aeae5a129c7062 Author: Thomas Deutschmann <whissi <AT> whissi <DOT> de> AuthorDate: Mon Oct 7 13:30:54 2019 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Wed Dec 18 21:55:30 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9d410cf4
general-concepts/mirrors: Clearify that any component in SRC_URI gets mirrored Clearify that any component in SRC_URI gets mirrored, even those already hosted in other Gentoo locations, for example files uploaded to developer's space at dev.gentoo.org. Closes: https://github.com/gentoo/devmanual/pull/111 Signed-off-by: Thomas Deutschmann <whissi <AT> whissi.de> Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org> general-concepts/mirrors/text.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/general-concepts/mirrors/text.xml b/general-concepts/mirrors/text.xml index c6570b0..ac6edfb 100644 --- a/general-concepts/mirrors/text.xml +++ b/general-concepts/mirrors/text.xml @@ -9,8 +9,9 @@ <body> <p> Packages will automatically have their <c>SRC_URI</c> components mirrored onto -Gentoo mirrors. When fetching, Portage checks Gentoo mirrors first before -trying the original upstream location. +Gentoo mirrors, including components hosted in other Gentoo locations like developer's +space at <c>dev.gentoo.org</c>, see below. When fetching, package manager checks +Gentoo mirrors first before trying the original upstream location. </p> <p>
