ajack       2003/09/09 11:52:07

  Modified:    .        gumpy.sh
  Log:
  Cat to gumpy.html, but also copy the forrest outputs into the log directory.
  
  Revision  Changes    Path
  1.8       +4 -1      jakarta-gump/gumpy.sh
  
  Index: gumpy.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/gumpy.sh,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- gumpy.sh  9 Sep 2003 14:24:51 -0000       1.7
  +++ gumpy.sh  9 Sep 2003 18:52:06 -0000       1.8
  @@ -30,7 +30,7 @@
   #
   # Calculated
   #
  -export GUMPY_VERSION="1.0.2"
  +export GUMPY_VERSION="1.0.3"
   export GUMP_PYTHON=$GUMP/python
   export GUMP_TMP=$GUMP/tmp
   export GUMP_HOST=`hostname -s`
  @@ -133,6 +133,7 @@
   echo $SEPARATOR >> $GUMP_LOG
   if [ -f check_forrest.txt ] ; then
        cat check_forrest.txt >> $GUMP_LOG
  +     cp check_forrest.txt $GUMP_LOG_DIR
   else
        echo "No Forrest Output file @ $GUMP_TMP/check_forrest.txt" >> $GUMP_LOG
   fi
  @@ -141,6 +142,7 @@
   
   if [ -f forrest.txt ] ; then
        cat forrest.txt >> $GUMP_LOG
  +     cp forrest.txt $GUMP_LOG_DIR
   else
        echo "No Forrest Output file @ $GUMP_TMP/forrest.txt" >> $GUMP_LOG
   fi
  @@ -150,6 +152,7 @@
        echo $SEPARATOR >> $GUMP_LOG
        cat $GUMP_WS/forrest/build/tmp/brokenlinks.txt >> $GUMP_LOG
        echo $SEPARATOR >> $GUMP_LOG
  +     cp $GUMP_WS/forrest/build/tmp/brokenlinks.txt $GUMP_LOG_DIR
   fi
   
   # Just in case...
  @@ -159,8 +162,8 @@
   pkill -P $$ 
   
   # $Log$
  -# Revision 1.7  2003/09/09 14:24:51  ajack
  -# Show the forrest "broken link report" when present.
  +# Revision 1.8  2003/09/09 18:52:06  ajack
  +# Cat to gumpy.html, but also copy the forrest outputs into the log directory.
   #
   # 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]

Reply via email to