Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
Date: Wed, 30 Sep 2009 03:09:15
Message-Id: E1MspZ2-0006JF-Tf@stork.gentoo.org
1 darkside 09/09/30 03:09:12
2
3 Modified: mirror-wrangling.xml
4 Log:
5 Add section for Removing Mirrors, initial commit signed off by Robin H. Johnson
6
7 Revision Changes Path
8 1.3 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.2&r2=1.3
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.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- mirror-wrangling.xml 18 Sep 2009 02:51:37 -0000 1.2
21 +++ mirror-wrangling.xml 30 Sep 2009 03:09:12 -0000 1.3
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.2 2009/09/18 02:51:37 robbat2 Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.3 2009/09/30 03:09:12 darkside 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.5</version>
35 -<date>2009-09-17</date>
36 +<version>1.6</version>
37 +<date>2009-09-30</date>
38
39 <chapter>
40 <title>Mirror Wrangling</title>
41 @@ -280,4 +280,77 @@
42 </body>
43 </section>
44 </chapter>
45 +<chapter>
46 +<title>Removing Mirrors</title>
47 +<section>
48 +<title>For distfiles mirrors</title>
49 +<body>
50 +
51 +<p>
52 +<b>1.</b> Remove the mirror from CVS
53 +<path>gentoo/xml/htdocs/main/en/mirrors.xml</path> (check the format of the doc,
54 +follow the same).
55 +</p>
56 +
57 +<p>
58 +<b>2.</b> Remove the mirror from CVS
59 +<path>gentoo/xml/htdocs/main/en/mirrors3.xml</path> (check the format of the
60 +doc, follow the same).
61 +</p>
62 +
63 +<p>
64 +<b>3.</b> Remove the mirror/admin-email from
65 +<path>/home/fox2mike/mirror-admin-email</path> (to keep track of admin emails,
66 +this will be cleaned up, eventually).
67 +</p>
68 +
69 +<p>
70 +<b>5.</b> Put in the following comment and close the bug:
71 +</p>
72 +
73 +<p>
74 +<e>Removed $server_name from mirrors listings. Thanks for the hardware and
75 +bandwidth donation, your services helped many Gentoo Users. (You have no more
76 +obligation to monitor the gentoo-mirrors mailing list.)</e>
77 +</p>
78 +
79 +</body>
80 +</section>
81 +<section>
82 +<title>For gentoo-portage mirrors</title>
83 +<body>
84 +
85 +<p>
86 +<b>1.</b> Remove the IP from <path>osprey.gentoo.org</path>, at
87 +<path>/home/gmirror/rsync-hosts-allow/hosts.allow.master</path>. Leave the
88 +existing rsyncX.$CC comment so that it is known that it should be reused.
89 +</p>
90 +<pre caption="Removing an IP to the ACL">
91 +# <i>ssh osprey.gentoo.org</i>
92 +# <i>sudoedit /home/gmirror/rsync-hosts-allow/hosts.allow.master</i>
93 +</pre>
94 +
95 +<note>
96 +If you are removing the last mirror in a rsync.$CC rotation, you should talk to
97 +infra and make sure there is a solution so users do not try to sync to an dead
98 +address.
99 +</note>
100 +
101 +<p>
102 +<b>2.</b> Remove the IP from the country DNS rotation(s) in UltraDNS.
103 +</p>
104 +
105 +<p>
106 +<b>3.</b> Put in the following comment (modify as needed) and close the bug:
107 +</p>
108 +
109 +<p>
110 +<e>Removed $server_name from ACLs, removed from DNS. Thanks for the hardware and
111 +bandwidth donation, your services helped many Gentoo Users. (You have no more
112 +obligation to monitor the gentoo-mirrors mailing list.)</e>
113 +</p>
114 +
115 +</body>
116 +</section>
117 +</chapter>
118 </guide>