Gentoo Archives: gentoo-commits

From: Matthew Marchese <maffblaster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: support/rsync-mirrors/
Date: Tue, 06 Jun 2017 06:54:19
Message-Id: 1496731844.64134ffd8560228b03c643dffce17ef232752fbc.maffblaster@gentoo
1 commit: 64134ffd8560228b03c643dffce17ef232752fbc
2 Author: Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 6 06:50:44 2017 +0000
4 Commit: Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 6 06:50:44 2017 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=64134ffd
7
8 Add sync netiquette warning (#616622).
9
10 Now there is a place other than over the rsync protocol that displays
11 the netiquette warning to the users.
12
13 Signed-off-by: Matthew Marchese <maffblaster <AT> gentoo.org>
14
15 support/rsync-mirrors/index.html | 12 +++++++++---
16 1 file changed, 9 insertions(+), 3 deletions(-)
17
18 diff --git a/support/rsync-mirrors/index.html b/support/rsync-mirrors/index.html
19 index 154e25c..38fd327 100644
20 --- a/support/rsync-mirrors/index.html
21 +++ b/support/rsync-mirrors/index.html
22 @@ -13,20 +13,26 @@ nav2-show: true
23
24 <div class="alert alert-info">
25 <strong>Using rsync Mirrors</strong>
26 - <br>
27 + <br />
28 The mirrors listed <strong>on this page</strong> are used for updating your Portage tree.
29 - <br>
30 + <br />
31 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.
32 <a href="https://wiki.gentoo.org/wiki//etc/portage/repos.conf/gentoo.conf" class="alert-link">More information</a> is available in our Wiki.
33 </div>
34
35 <div class="alert alert-success">
36 <strong>Source Mirrors</strong>
37 - <br>
38 + <br />
39 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>).
40 They are available on a <a href="/downloads/mirrors/" class="alert-link">separate page</a>.
41 </div>
42
43 +<div class="alert alert-warning">
44 + <strong>Sync netiquette</strong>
45 + <br />
46 + 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.
47 +</div>
48 +
49 <p>
50 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>.
51 </p>