CVSROOT ciabot,1.4,1.5

Nathaniel Smith <[email protected]> Mon, 02 Jun 2003 06:14:20 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/CVSROOT
In directory purcel:/tmp/cvs-serv24050

Modified Files:
	ciabot 
Log Message:
More conditionalization to ciabot.
Let's see if the 6-line cut-off works right...
Line 3
Line 4
Line 5
Line 6


Index: ciabot
===================================================================
RCS file: /cvs/fresco/CVSROOT/ciabot,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ciabot	2 Jun 2003 10:56:20 -0000	1.4
+++ ciabot	2 Jun 2003 11:14:18 -0000	1.5
@@ -3,12 +3,19 @@
 # This script should be called as "ciabot %{}" from loginfo.
 # Sample loginfo line:
 # ALL $CVSROOT/CVSROOT/ciabot %{}
-# Then commit this file to your CVSROOT, and add it to CVSROOT/checkoutlist
+# Put that in your loginfo, then set the variables at the top of this
+# script.  Then commit this file to your CVSROOT, and add it to
+# CVSROOT/checkoutlist, and
+#   echo | mail -s "JoinChannel #myproject" [email protected]
 
-projectname="fresco"
+projectname="fresco"  # will announce to channel #<whatever you put here>
 returnaddress="[email protected]"
 stripnewlines=false
 #stripnewlines=true
+# For non-sourceforge projects:
+commitaddress="[email protected]"
+# For sourceforge projects:
+#commitaddress="[email protected]"
 
 echo -n "Notifying #${projectname}..."