Index: CVSROOT/loginfo =================================================================== RCS file: /usr/local/cvsroot/CVSROOT/loginfo,v diff -u -r1.9 -r1.10 --- CVSROOT/loginfo 9 Feb 2004 14:49:36 -0000 1.9 +++ CVSROOT/loginfo 9 Feb 2004 18:22:54 -0000 1.10 @@ -24,9 +24,13 @@ #DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog # or #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog -ALL /cvsroot/CVSROOT/log.pl -f /cvsroot/CVSROOT/commitlog -m openacs-cvs-list@openacs.org %s +# bdolicki 9 Feb 2004 +# Removed the -m option because now we are sending diffs with the line below. +#ALL /cvsroot/CVSROOT/log.pl -f /cvsroot/CVSROOT/commitlog -m openacs-cvs-list@openacs.org %s +ALL /cvsroot/CVSROOT/log.pl -f /cvsroot/CVSROOT/commitlog %s + # bdolicki 9 Feb 2004 # postcomit_actions is a Python script borrowed from zope.org. It does two # things: @@ -35,9 +39,14 @@ # variables in postcomit_actions and traffic_table.py # (2) takes care of symlinks in the repository. It uses adjustlinks.py. Its # config file is repolinks. We are NOT using this feature right now. -^CVSROOT ${CVSROOT}/CVSROOT/postcommit_actions %{sVv} -^openacs-4 ${CVSROOT}/CVSROOT/postcommit_actions %{sVv} +# Here's how you configure this stuff: +# * In postcommit_actions you can set some variables such as CVSMASTER and +# OFFICIAL_SENDER +# * In traffic_table.py you can control which email addresses get alerted +# near the end of the file +ALL ${CVSROOT}/CVSROOT/postcommit_actions %{sVv} + # RBM: 2002-08-30: Add cvs-to-forums script invocation # ALL /cvsroot/CVSROOT/log-new.tcl -l /cvsroot/CVSROOT/commitlog -e cvs@openacs.org -d :5433:openacs.org -u nsadmin -f "CVS Commits" %s