Update of /cvsroot/leaf/devel/mhnoyes/sf-admin In directory usw-pr-cvs1:/tmp/cvs-serv2921
Modified Files: daily.sh Log Message: cleaned up and tested Index: daily.sh =================================================================== RCS file: /cvsroot/leaf/devel/mhnoyes/sf-admin/daily.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** daily.sh 17 Jul 2002 03:47:56 -0000 1.1 --- daily.sh 17 Jul 2002 15:53:07 -0000 1.2 *************** *** 5,11 **** # HISTORY: 2002-07-16 mhnoyes Initial programming (Mike Noyes) ! umask 044 ! cd /home/groups/l/le/leaf/pub ! rm -rf doc ! cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/leaf -q export -D "`date '+%Y-%m-%d %T %Z'`" -d doc doc --- 5,30 ---- # HISTORY: 2002-07-16 mhnoyes Initial programming (Mike Noyes) ! #---------------------------------------- ! # VARIABLES ! #---------------------------------------- ! ! DATE=`date '+%Y-%m-%d %T %Z'` ! PROJ_DIR=/home/groups/l/le/leaf ! PSERVER="-d:pserver:[EMAIL PROTECTED]:/cvsroot/leaf" ! ! #---------------------------------------- ! # FUNCTIONS ! #---------------------------------------- ! ! export_documents () { ! cd "$PROJ_DIR"/pub ! rm -rf doc ! cvs "$PSERVER" -q export -D "$DATE" -d doc doc ! } ! ! #---------------------------------------- ! # MAIN PROGRAM ! #---------------------------------------- ! umask 022 ! export_documents ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Leaf-cvs-commits mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits