Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
Date: Fri, 03 Dec 2010 17:26:12
Message-Id: 20101203172602.0AFC820054@flycatcher.gentoo.org
1 tampakrap 10/12/03 17:26:02
2
3 Modified: mirror-wrangling.xml
4 Log:
5 Correct masterdistfiles link
6
7 Revision Changes Path
8 1.14 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.13&r2=1.14
13
14 Index: mirror-wrangling.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- mirror-wrangling.xml 14 Jun 2010 01:29:06 -0000 1.13
21 +++ mirror-wrangling.xml 3 Dec 2010 17:26:01 -0000 1.14
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/proj/en/infrastructure/mirror-wrangling.xml,v 1.13 2010/06/14 01:29:06 darkside Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.14 2010/12/03 17:26:01 tampakrap Exp $ -->
27
28 <guide link="mirror-wrangling.xml">
29 <title>Mirror Wrangling</title>
30 @@ -23,8 +23,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.8</version>
35 -<date>2010-06-13</date>
36 +<version>1.9</version>
37 +<date>2010-12-03</date>
38
39 <chapter>
40 <title>Mirror Wrangling</title>
41 @@ -199,7 +199,7 @@
42 this information.
43
44 ----------------------------------------
45 -rsync module: masterdistfiles.gentoo.org::gentoo
46 +rsync module: masterdistfiles-{eu,us}.gentoo.org::gentoo
47 username: $insert_here
48 password: $insert_here
49
50 @@ -210,7 +210,7 @@
51 rsync command like the following:
52
53 rsync -rlptDq --delete -H --password-file=~/distfile_passwd \
54 -$username@××××××××××××××××××××××.org::gentoo /your/local/path/goes/here
55 +$username@masterdistfiles-{eu,us}..gentoo.org::gentoo /your/local/path/goes/here
56
57 Please note that we have received several reports of problems when using
58 the -z (compress) option of rsync. Thus, please DO NOT use this option