On Monday 15 December 2008 08:43:46 Brennan Ashton wrote: > If you are interested I would like to add this to our triage scripts > fedorahosted project, so we can keep track of features requests > easier. If not that is fine too. Can you please also make the script add a note at the end of the record that explains where this script can be found and where bugs or patches can be sent? Maybe you can use the attached patch. :-) Regards, Till
--- bugzillaReport2.py 2008-12-15 08:42:53.000000000 +0100 +++ bugzillaReport2.py.upstream 2008-12-15 12:25:30.071141644 +0100 @@ -18,6 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA import sys +import os import time # For debugging pickly result dictionary to file as soon as things break # Need to remove it later, once script is stable @@ -293,6 +294,11 @@ file.write("Merge Reviews: " + str(mr)) file.write('\n') file.write("Review Requests: " + str(rr)) +file.write("\n This report by generated by %s, the source can be found at %s. Please submit patches or bug reports using the issue tracker at %s." % + (os.path.basename(sys.argv[0]), + "https://fedorahosted.org/triage/browser/scripts/bugzillaReport.py", + "https://fedorahosted.org/triage/") + ) file.close() # File ends here
Attachment:
signature.asc
Description: This is a digitally signed message part.
-- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list