commit: 64134ffd8560228b03c643dffce17ef232752fbc Author: Matthew Marchese <maffblaster <AT> gentoo <DOT> org> AuthorDate: Tue Jun 6 06:50:44 2017 +0000 Commit: Matthew Marchese <maffblaster <AT> gentoo <DOT> org> CommitDate: Tue Jun 6 06:50:44 2017 +0000 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=64134ffd
Add sync netiquette warning (#616622). Now there is a place other than over the rsync protocol that displays the netiquette warning to the users. Signed-off-by: Matthew Marchese <maffblaster <AT> gentoo.org> support/rsync-mirrors/index.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/support/rsync-mirrors/index.html b/support/rsync-mirrors/index.html index 154e25c..38fd327 100644 --- a/support/rsync-mirrors/index.html +++ b/support/rsync-mirrors/index.html @@ -13,20 +13,26 @@ nav2-show: true <div class="alert alert-info"> <strong>Using rsync Mirrors</strong> - <br> + <br /> The mirrors listed <strong>on this page</strong> are used for updating your Portage tree. - <br> + <br /> To use an rsync mirror, set the <tt>sync-uri</tt> variable in the <tt>[gentoo]</tt> section of <tt>repos.conf</tt> to a URL from the list below. <a href="https://wiki.gentoo.org/wiki//etc/portage/repos.conf/gentoo.conf" class="alert-link">More information</a> is available in our Wiki. </div> <div class="alert alert-success"> <strong>Source Mirrors</strong> - <br> + <br /> We also have a second type of mirrors that you use for fetching installation files as well as package sources (configured via <code>GENTOO_MIRRORS</code>). They are available on a <a href="/downloads/mirrors/" class="alert-link">separate page</a>. </div> +<div class="alert alert-warning"> + <strong>Sync netiquette</strong> + <br /> + Please note: common gentoo-netiquette says you should not sync more than once a day. Users who abuse the rsync.gentoo.org rotation may be added to a temporary ban list. +</div> + <p> We would like to thank the many organizations and individuals that are providing mirroring services to the Gentoo project. If you would like to contribute a mirror, please consult the <a href="https://wiki.gentoo.org/wiki/Project:Infrastructure/Mirrors/Rsync">relevant documentation</a>. </p>
