Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/gmn: gmn-howto.xml
Date: Wed, 10 Sep 2008 20:26:07
Message-Id: E1KdWGJ-0000u7-Vb@stork.gentoo.org
1 nightmorph 08/09/10 20:26:03
2
3 Modified: gmn-howto.xml
4 Log:
5 add a bit on adds/removes
6
7 Revision Changes Path
8 1.2 xml/htdocs/proj/en/pr/gmn/gmn-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/gmn/gmn-howto.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/gmn/gmn-howto.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/gmn/gmn-howto.xml?r1=1.1&r2=1.2
13
14 Index: gmn-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/gmn/gmn-howto.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- gmn-howto.xml 9 Sep 2008 07:32:44 -0000 1.1
21 +++ gmn-howto.xml 10 Sep 2008 20:26:03 -0000 1.2
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/pr/gmn/gmn-howto.xml,v 1.1 2008/09/09 07:32:44 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/gmn/gmn-howto.xml,v 1.2 2008/09/10 20:26:03 nightmorph Exp $ -->
27
28 <guide>
29 <title>Gentoo Monthly Newsletter Howto</title>
30 @@ -63,6 +63,7 @@
31 <li><c>print-dev-stats.py</c></li>
32 <li><c>gmn2text.xsl</c></li>
33 <li><c>pygooglechart.py</c></li>
34 + <li><c>gwn_adds_removes.py</c></li>
35 </ul>
36
37 <p>
38 @@ -316,6 +317,21 @@
39 this file within the GMN.
40 </p>
41
42 +<p>
43 +The package adds/removes are generated by saving the logs emailed by
44 +infrastructure, and running <c>gwn_adds_removes.py</c> on them:
45 +</p>
46 +
47 +<pre caption="Generating package adds/removes">
48 +$ <i>python gwn_adds_removes.py add-removals.1220227200.log > foo.txt</i>
49 +</pre>
50 +
51 +<p>
52 +In this example, the output of the command is saved to a file, rather than
53 +printed straight to the terminal. <c>gwn_adds_removes.py</c> will create the
54 +GuideXML; all you have to do is paste it into the newsletter.
55 +</p>
56 +
57 </body>
58 </section>
59 <section>