Author: shadzik Date: Tue May 15 05:44:25 2007 New Revision: 8545 Modified: toys/stbr/README Log: - add some more info
Modified: toys/stbr/README ============================================================================== --- toys/stbr/README (original) +++ toys/stbr/README Tue May 15 05:44:25 2007 @@ -1,3 +1,20 @@ +1. HOW THIS WORKS + +When you request a spec on IRC (by typing ex. !stbr th-test kernel.spec:LINUX_2_6 smplayer apache) +the STBR-bot will do the following: +- check if the spec exists on given branch, and if it does +- make a list of all the people who commited to this spec, then +- take the first one of them, and check if that one could send an request to builders, +- if so, an email is generated and send to that person, if not, the second person on the list + is being checked and so on + +2. SETUP + +You need to load stbr.tcl into an eggdrop compatible irc-bot (we are using ApHeX a slightly improved +(by my friend Qed) DiVeRsE bot). You will also need to set some variables in it and prepare +an CVS tree in "scripts" directory with symlinks pointing to that tree from the bot-binary location. +Also put cvslog.sh and requesters.txt into scripts directory. + To setup STBR log database, create sqlite file with basic structure: $ sqlite stbrlog.db " @@ -14,3 +31,7 @@ And it is now ready to use with TCL script and WWW page. +3. AUTHORS (in alphabetical order) + +Bartosz 'shadzik' Świątek +Piotr 'vip' Budny _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
