This commit is contained in:
Olivier Sirol 1999-09-20 15:04:45 +00:00
parent 349bbb69ed
commit 14b933a02f
2 changed files with 3 additions and 6 deletions

View File

@ -18,12 +18,9 @@
# For example:
#DEFAULT (echo ""; who am i; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
#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
#ALL (date ; cat ; (sleep 2 ; cd /users/outil1/alliance/latest ; cvs -q update -d ) &) >> $CVSROOT/CVSROOT/log-latest 2>&1
ALL (/users/outil1/alliance/cvsroot/CVSROOT/postconfig) >> $CVSROOT/CVSROOT/log-postconfig

View File

@ -7,7 +7,7 @@
# (C) Czo 1998,99
# This code is released under GPL
#
# $Id: postconfig,v 1.7 1999/09/17 17:47:08 czo Exp $
# $Id: postconfig,v 1.8 1999/09/20 15:04:45 czo Exp $
#
@ -32,7 +32,7 @@ cat "$TMPFILE" | mail -s "ALC : CVS loginfo" alliance-programmers@asim.lip6.fr
# devrait marcher...
#chgrp -R alliance /users/outil1/alliance/cvsroot
cd /users/outil1/alliance/latest
cvs -q update -d
cvs -q update -d &
#chgrp -R alliance /users/outil1/alliance/latest