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: Sat, 30 Nov 2013 10:49:19
Message-Id: 20131130104915.C697F2004B@flycatcher.gentoo.org
1 hwoarang 13/11/30 10:49:15
2
3 Modified: gmn_bugzie.py
4 Log:
5 gmn_bugzie.py: Print section title
6
7 Revision Changes Path
8 1.10 src/gwn/gmn_bugzie.py
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/gwn/gmn_bugzie.py?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/gwn/gmn_bugzie.py?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/gwn/gmn_bugzie.py?r1=1.9&r2=1.10
13
14 Index: gmn_bugzie.py
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/gwn/gmn_bugzie.py,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- gmn_bugzie.py 1 Nov 2013 17:09:06 -0000 1.9
21 +++ gmn_bugzie.py 30 Nov 2013 10:49:15 -0000 1.10
22 @@ -136,6 +136,8 @@
23
24 #7. We have every value we need, now build the report
25
26 +print "<h1>Bugzilla</h1>"
27 +
28 print "The Gentoo community uses <a href=\"https://bugs.gentoo.org\">Bugzilla</a> to record and " + \
29 "track bugs, notifications, suggestions and other interactions with the " + \
30 "development team."