From: Andreas K. <and...@ac...> - 2013-10-15 17:32:20
|
People should again see ticket/bug notification mails sent to the mailing lists tcl...@li... and tcl...@li... (I saw a few over the long weekend) The Tcl scripts responsible for their creation can be found in the fossil repository http://core.tcl.tk/akupries/fossil2git/ The relevant files are bin/watch-* doc/watch.txt doc/Watch.md The way these scripts are written everybody can use them to watch any set of repositories of interest to them. They only use fossil's public web APIs to access a repository. Notifications are currently send for ticket changes (including new tickets), and when attachments are made to a ticket. While the scripts can be extended to recognize commits as well, this is currently not done as we have a working system for the commit notifications already. I want to see the watch scripts working for a while before having them subsume the existing commitbot. For tcl(lib)-bugs the scripts are running on core.tcl.tk. Their cron-job is set to check for changes every quarter hour on all main (*) repositories on this machine. (Ad *): I.e. The repositories under akupries/, or any other personal repositories are not checked by the scripts on core.tcl.tk. As the akupries/* are my personal ones I am checking these from my home machine. -- Andreas Kupries Senior Tcl Developer Code to Cloud: Smarter, Safer, Faster™ F: 778.786.1133 and...@ac... http://www.activestate.com Learn about Stackato for Private PaaS: http://www.activestate.com/stackato Tcl'2013, Sep 23-27, New Orleans, LA, USA @ http://www.tcl.tk/community/tcl2013/ EuroTcl'2013, July 6-7, Munich, GER |