Gentoo Archives: gentoo-doc-cvs

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: rsync.xml
Date: Mon, 14 Jun 2010 01:23:17
Message-Id: 20100614012312.1D0B72CE14@corvid.gentoo.org
1 darkside 10/06/14 01:23:11
2
3 Modified: rsync.xml
4 Log:
5 s/rsync1.us/masterportage/ - as decided by mirror-admins/infra
6
7 Revision Changes Path
8 1.62 xml/htdocs/doc/en/rsync.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/rsync.xml?rev=1.62&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/rsync.xml?rev=1.62&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/rsync.xml?r1=1.61&r2=1.62
13
14 Index: rsync.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v
17 retrieving revision 1.61
18 retrieving revision 1.62
19 diff -u -r1.61 -r1.62
20 --- rsync.xml 28 Apr 2010 21:21:42 -0000 1.61
21 +++ rsync.xml 14 Jun 2010 01:23:11 -0000 1.62
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.61 2010/04/28 21:21:42 robbat2 Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/rsync.xml,v 1.62 2010/06/14 01:23:11 darkside Exp $ -->
27
28 <guide link="/doc/en/rsync.xml" lang="en">
29 <title>Gentoo Linux rsync Mirrors Policy and Guide</title>
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>3.8</version>
35 -<date>2010-04-28</date>
36 +<version>3.9</version>
37 +<date>2010-06-14</date>
38
39 <chapter>
40 <title>Preliminaries</title>
41 @@ -296,8 +296,8 @@
42
43 RSYNC="/usr/bin/rsync"
44 OPTS="--quiet --recursive --links --perms --times -D --delete --timeout=300"
45 -#Uncomment the following line only if you have been granted access to rsync1.us.gentoo.org
46 -#SRC="rsync://rsync1.us.gentoo.org/gentoo-portage"
47 +#Uncomment the following line only if you have been granted access to masterportage.gentoo.org
48 +#SRC="rsync://masterportage.gentoo.org/gentoo-portage"
49 #If you are waiting for access to our master mirror, select one of our mirrors to mirror from:
50 SRC="rsync://rsync.de.gentoo.org/gentoo-portage"
51 DST="/space/gentoo/rsync/"
52 @@ -355,7 +355,7 @@
53 </section>
54 <section>
55 <title>Q: I run a private rsync mirror for my company. Can I still access
56 -rsync1.us.gentoo.org?</title>
57 +masterportage.gentoo.org?</title>
58
59 <body>
60
61 @@ -423,12 +423,12 @@
62 </body>
63 </section>
64 <section>
65 -<title>Q: Can I use compression when syncing against rsync1.us.gentoo.org?</title>
66 +<title>Q: Can I use compression when syncing against masterportage.gentoo.org?</title>
67 <body>
68
69 <p>
70 A: No. Compression utilizes too many resources on the server, so we have
71 -forcibly disabled it on <path>rsync1.us.gentoo.org</path>. Please <e>do not</e>
72 +forcibly disabled it on <path>masterportage.gentoo.org</path>. Please <e>do not</e>
73 attempt to use compression when syncing against this server.
74 </p>