status-report-scripts pyGetReviewByFlags,1.3,1.4

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Fri Apr 20 15:30:30 UTC 2007


Author: mmcgrath

Update of /cvs/fedora/status-report-scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15811

Modified Files:
	pyGetReviewByFlags 
Log Message:
Appended .html to file names


Index: pyGetReviewByFlags
===================================================================
RCS file: /cvs/fedora/status-report-scripts/pyGetReviewByFlags,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyGetReviewByFlags	20 Apr 2007 14:41:21 -0000	1.3
+++ pyGetReviewByFlags	20 Apr 2007 15:30:27 -0000	1.4
@@ -172,7 +172,7 @@
 
 server = xmlrpclib.Server(url)
 
-fname = os.path.join(options.dirname, "NEW")
+fname = os.path.join(options.dirname, "NEW.html")
 try:
     f = open(fname, "w")
 except IOError, (err, strerr):
@@ -191,15 +191,15 @@
     if flag == '+':
 	openMsg = "Accepted, but still open, tickets"
 	closeMsg = "Accepted tickets"
-	fname = os.path.join(options.dirname, "ACCEPT")
+	fname = os.path.join(options.dirname, "ACCEPT.html")
     elif flag == '-':
 	openMsg = "Rejected, but still open, tickets"
 	closeMsg = "Rejected tickets"
-	fname = os.path.join(options.dirname, "REJECT")
+	fname = os.path.join(options.dirname, "REJECT.html")
     else:
 	openMsg = "Tickets being reviewed"
 	closeMsg = "Tickets being reviewed, but closed (should not happen)"
-	fname = os.path.join(options.dirname, "REVIEW")
+	fname = os.path.join(options.dirname, "REVIEW.html")
     try:
 	f = open(fname, "w")
     except IOError, (err, strerr):




More information about the scm-commits mailing list