On Sat, Aug 9, 2014 at 11:46 AM, <[email protected]>
wrote:

> became unwieldly (due to the number of repositories and the way cron
> would send me email every time fossil said anything),


You can suppress that: simply redirect all output: >/dev/null 2>&1
cron only mails if the program generates output. Better yet, redirect it
all to a running log file:

>> /path/to/log 2>&1

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to