ajack 2003/10/03 14:38:51 Modified: . gumpy.sh Log: Cleanup tmp files, so don't get spoofed w/ false data. Revision Changes Path 1.14 +14 -0 jakarta-gump/gumpy.sh Index: gumpy.sh =================================================================== RCS file: /home/cvs/jakarta-gump/gumpy.sh,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gumpy.sh 26 Sep 2003 19:51:57 -0000 1.13 +++ gumpy.sh 3 Oct 2003 21:38:51 -0000 1.14 @@ -99,6 +99,20 @@ cp -R `grep profile $GUMP_HOST.xml | cut -d\" -f2` $GUMP_PROFILE_LOG_DIR # +# Preliminary cleanup +# +cd $GUMP_TMP +if [ -f check_forrest.txt ] ; then + rm check_forrest.txt +fi +if [ -f forrest.txt ] ; then + rm forrest.txt +fi +if [ -f $GUMP_WS/forrest/build/tmp/brokenlinks.txt ] ; then + rm $GUMP_WS/forrest/build/tmp/brokenlinks.txt +fi + +# # Do a CVS update # echo $SEPARATOR >> $GUMP_LOG @@ -173,8 +187,8 @@ pkill -P $$ # $Log$ -# Revision 1.13 2003/09/26 19:51:57 ajack -# Copy local-env-py.sh to myprofile if exists +# Revision 1.14 2003/10/03 21:38:51 ajack +# Cleanup tmp files, so don't get spoofed w/ false data. # # Revision 1.2 2003/05/30 22:02:56 nickchalko # Fixing incomplete update from Adam
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
