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: retire-process.xml
Date: Tue, 02 Nov 2010 00:44:56
Message-Id: 20101102004447.920AF20051@flycatcher.gentoo.org
1 tampakrap 10/11/02 00:44:47
2
3 Modified: retire-process.xml
4 Log:
5 Update retire-process, update planet/blogs info, add an overlays section, update the list with the servers
6
7 Revision Changes Path
8 1.6 xml/htdocs/proj/en/infrastructure/retire-process.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/retire-process.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/retire-process.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/retire-process.xml?r1=1.5&r2=1.6
13
14 Index: retire-process.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/retire-process.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- retire-process.xml 23 Sep 2010 21:22:06 -0000 1.5
21 +++ retire-process.xml 2 Nov 2010 00:44:47 -0000 1.6
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/retire-process.xml,v 1.5 2010/09/23 21:22:06 idl0r Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/retire-process.xml,v 1.6 2010/11/02 00:44:47 tampakrap Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -14,6 +14,9 @@
31 <author title="Author">
32 <mail link="ramereth@g.o">Lance Albertson</mail>
33 </author>
34 +<author title="Author">
35 + <mail link="tampakrap@g.o">Theo Chatzimichos</mail>
36 +</author>
37 <author title="Editor">
38 <mail link="nightmorph@g.o">Joshua Saddler</mail>
39 </author>
40 @@ -27,8 +30,8 @@
41 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
42 <license/>
43
44 -<version>1.5</version>
45 -<date>2010-09-23</date>
46 +<version>1.6</version>
47 +<date>2010-11-02</date>
48
49 <chapter>
50 <title>Introduction</title>
51 @@ -89,9 +92,14 @@
52 <ti>Forums admin</ti>
53 </tr>
54 <tr>
55 - <ti>barbet</ti>
56 - <ti>planet.gentoo.org</ti>
57 - <ti>root or gplanet</ti>
58 + <ti>bittern</ti>
59 + <ti>blogs.gentoo.org</ti>
60 + <ti>Blogs super admin</ti>
61 + </tr>
62 + <tr>
63 + <ti>pelican</ti>
64 + <ti>overlays.gentoo.org</ti>
65 + <ti>Access to gitolite-admin and planet-gentoo git repos</ti>
66 </tr>
67 </table>
68
69 @@ -319,17 +327,37 @@
70 </body>
71 </section>
72 <section>
73 -<title>Retire from Planet/Universe</title>
74 +<title>Retire from Planet/Universe and Blogs</title>
75 +<body>
76 +
77 +<p>
78 +CC their bugzilla account (<mail link="planet.gentoo.org">planet@g.o</mail>)
79 +on the retirement bug. They will remove the planet/universe configs which
80 +are in g.o.g.o/proj/planet-gentoo git repo, and reset the password for
81 +blogs. Final step is to disable comments from all posts, for which they
82 +will ping infra on IRC to run the following command:
83 +</p>
84 +
85 +<pre caption="Disabling comments on all posts">
86 +UPDATE wp_ID_posts SET comment_status='closed', ping_status='closed' WHERE comment_status='open' OR ping_status='open';
87 +# ID can be found under wp admin panel -> Super Admin -> Sites
88 +</pre>
89 +
90 +<warn>Needs more automation</warn>
91 +
92 +</body>
93 +</section>
94 +<section>
95 +<title>Update overlays (gitolite groups and email)</title>
96 <body>
97
98 <p>
99 -Finally, in order to remove the developer's blog from Gentoo Planet and Gentoo
100 -Universe, you can either CC <mail
101 -link="planet.gentoo.org">planet@g.o</mail> on the retirement bug, or
102 -login to planet.gentoo.org and change
103 -<path>/var/www/planet.gentoo.org/base/planet/configs/*.ini</path>.
104 +Final step is to move the user from devs to exdevs group in
105 +gitolite.conf, and update his email address in keydir/user.pub.
106 +CC overlays bugzilla account (<mail link="overlays@g.o">
107 +overlays@g.o</mail>) in the retirement bug to take care
108 +of it.
109 </p>
110 -<note>Infra: Contact beandog about automating it better.</note>
111
112 </body>
113 </section>