This commit is contained in:
Olivier Sirol 1999-09-14 18:15:22 +00:00
parent bf03fa34ce
commit 882d380b48
2 changed files with 17 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#mail %s -s "ALC: CVS notify" alcteam@asim.lip6.fr
#ALL (chgrp -R alliance /users/outil1/alliance/cvsroot) >> $CVSROOT/CVSROOT/log-commit
ALL (cat) >> $CVSROOT/CVSROOT/log-czo
ALL (/users/outil1/alliance/cvsroot/CVSROOT/postconfig &) >> $CVSROOT/CVSROOT/log-commit
ALL (echo ""; who am i; echo %s; date; cat) >> $CVSROOT/CVSROOT/log-commit
ALL (echo ""; who am i; echo %s; date; cat) | mail -s "ALC : CVS loginfo" alcteam@asim.lip6.fr
ALL (date ; cat ; (sleep 2 ; cd /users/outil1/alliance/latest ; cvs -q update -d ) &) >> $CVSROOT/CVSROOT/log-latest 2>&1

16
CVSROOT/postconfig Executable file
View File

@ -0,0 +1,16 @@
#! /bin/sh
#mail %s -s "ALC: CVS notify" alcteam@asim.lip6.fr
#ALL (chgrp -R alliance /users/outil1/alliance/cvsroot) >> $CVSROOT/CVSROOT/log-commit
#ALL (echo ""; who am i; echo %s; date; cat) >> $CVSROOT/CVSROOT/log-commit
#ALL (echo ""; who am i; echo %s; date; cat) | mail -s "ALC : CVS loginfo" alcteam@asim.lip6.fr
#ALL (date ; cat ; (sleep 2 ; cd /users/outil1/alliance/latest ; cvs -q update -d ) &) >> $CVSROOT/CVSROOT/log-latest 2>&1
#^CVSROOT (echo ""; who am i; echo %s; date; cat) >> $CVSROOT/CVSROOT/log-cvsroot
cat
sleep 60
chgrp -R alliance /users/outil1/alliance/cvsroot
date > $CVSROOT/CVSROOT/log-czo