Changes between Version 9 and Version 10 of DailyReminderScriptForTracScript


Ignore:
Timestamp:
Aug 1, 2012, 2:43:51 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • DailyReminderScriptForTracScript

    v9 v10  
    2121One should change line 103 if upgrading from Trac 11.x to Trac 12.x due to database changes:
    2222{{{
    23         detail = detail + "  created at " + str(time.strftime('%Y. %B %d. (%A) %H:%M:%S',time.gmtime(int(tkt[0]/1000000))))
     23#!python
     24detail = detail + "  created at " + str(time.strftime('%Y. %B %d. (%A) %H:%M:%S',time.gmtime(int(tkt[0]/1000000))))
    2425}}}
    2526Please take care of indentation!
     
    5051'''/etc/cron.d/trac_remind.cron'''
    5152{{{
     53#!sh
    52540 0 * * mon-fri root /path/to/this/script/trac_reminder_report.py
    5355}}}