Revision: 25992 http://sourceforge.net/p/gar/code/25992 Author: wahwah Date: 2016-10-16 13:28:52 +0000 (Sun, 16 Oct 2016) Log Message: ----------- maintainer activity report: Log file name and date.
Modified Paths: -------------- csw/mgar/gar/v2/lib/python/maintainer_activity_report.py Modified: csw/mgar/gar/v2/lib/python/maintainer_activity_report.py =================================================================== --- csw/mgar/gar/v2/lib/python/maintainer_activity_report.py 2016-10-15 19:33:07 UTC (rev 25991) +++ csw/mgar/gar/v2/lib/python/maintainer_activity_report.py 2016-10-16 13:28:52 UTC (rev 25992) @@ -170,6 +170,9 @@ </tr> {% endfor %} </table> + <p> + Generated from {{ script_location }} on {{ now }}. + </p> </body> </html> """ @@ -312,7 +315,9 @@ maintainers=maintainers, maintainers_in_unstable=maintainers_in_unstable, analysis_by_username=analysis_by_username, - counts=counts) + counts=counts, + now=datetime.datetime.now(), + script_location=__file__) outfd.write(rendered.encode('utf-8')) # Save a JSON file too. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.