Changes between Version 1 and Version 2 of DailyReminderScriptForTracScript


Ignore:
Timestamp:
Apr 16, 2010, 3:19:44 PM (14 years ago)
Author:
ethanole
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DailyReminderScriptForTracScript

    v1 v2  
    3030Download the zipped source from [download:dailyreminderscriptfortracscript here].
    3131
     32
    3233== Source ==
    3334
     
    3738
    3839One should put in a cronjob, ie:
     40
     41'''/etc/cron.d/trac_remind.cron'''
    3942{{{
    40 '''/etc/cron.d/trac_remind.cron'''
    41430 0 * * mon-fri root /path/to/this/script/trac_reminder_report.py
    4244}}}