Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/gwn: gmn_bugzie.py
Date: Thu, 31 Oct 2013 19:07:38
Message-Id: 20131031190733.4521A20047@flycatcher.gentoo.org
1 hwoarang 13/10/31 19:07:33
2
3 Modified: gmn_bugzie.py
4 Log:
5 gmn_bugzie.py: Add activity title
6
7 Revision Changes Path
8 1.8 src/gwn/gmn_bugzie.py
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/gwn/gmn_bugzie.py?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/gwn/gmn_bugzie.py?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/gwn/gmn_bugzie.py?r1=1.7&r2=1.8
13
14 Index: gmn_bugzie.py
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/gwn/gmn_bugzie.py,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- gmn_bugzie.py 13 Oct 2013 10:33:02 -0000 1.7
21 +++ gmn_bugzie.py 31 Oct 2013 19:07:33 -0000 1.8
22 @@ -138,7 +138,10 @@
23
24 print "The Gentoo community uses <a href=\"https://bugs.gentoo.org\">Bugzilla</a> to record and " + \
25 "track bugs, notifications, suggestions and other interactions with the " + \
26 -"development team. The following tables and charts summarize the " + \
27 +"development team."
28 +
29 +print "<h2>Activity</h2>"
30 +print"The following tables and charts summarize the " + \
31 "activity on Bugzilla between %s and %s. Not fixed means bugs that were " % (date_from_display, date_to_display) + \
32 "resolved as NEEDINFO, WONTFIX, CANTFIX, INVALID or UPSTREAM. "