On Sun, Jul 4, 2010 at 7:50 PM, Noah Kantrowitz <[email protected]> wrote:
> > On Jul 4, 2010, at 9:36 AM, Leif wrote: > > > Hi, > > > > It is possible to let Trac send an Overview of all tickets (Maybe based > on a Report) let say every mondy morning ? > > A general issue with webapps is that they can't do time-based stuffs since > they don't have any real persistence of their own. You could probably make a > little script that grabs the contents of a report and formats it into an > email, but it has to be run by something like cron. > > --Noah > > I suggest you check out some continuous integration tools to assist. Something like BuildBot periodic scheduler, or Hudson, or Cruise Control might do the trick, Although a CI tool might be an overkill if all you need is a weekly report (then the cron will suffice), but it might serve your project in other ways as well. Itamar O. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
