You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2003/08/29 07:22:20 UTC

cvs commit: jakarta-gump gumpy.sh

ajack       2003/08/28 22:22:20

  Modified:    .        gumpy.sh
  Log:
  More gumppy -> gumpy
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-gump/gumpy.sh
  
  Index: gumpy.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/gumpy.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- gumpy.sh	29 Aug 2003 00:20:23 -0000	1.1
  +++ gumpy.sh	29 Aug 2003 05:22:20 -0000	1.2
  @@ -33,7 +33,7 @@
   export GUMP_PYTHON=$GUMP/python
   export GUMP_HOST=`hostname -s`
   export GUMP_DATE=`date`
  -export GUMP_LOG=$GUMP_LOG_DIR/gumppy.html
  +export GUMP_LOG=$GUMP_LOG_DIR/gumpy.html
   export GUMP_PROFILE_LOG_DIR=$GUMP_LOG_DIR/myprofile
   
   if [ -z "$GUMP_WORKSPACE" ] ; then
  @@ -43,7 +43,7 @@
   export SEPARATOR='------------------------------------------------------- G U M P P Y'
   
   #
  -# Generate gumppy.html from this (into the WWW site)
  +# Generate gumpy.html from this (into the WWW site)
   #
   umask 002
   echo \<XMP\> > $GUMP_LOG
  @@ -80,7 +80,7 @@
   	exit 1
   fi
   
  -cp $GUMP/gumppy.sh $GUMP_PROFILE_LOG_DIR
  +cp $GUMP/gumpy.sh $GUMP_PROFILE_LOG_DIR
   cp $GUMP_HOST.xml  $GUMP_PROFILE_LOG_DIR
   cp -R `grep profile $GUMP_HOST.xml  | cut -d\" -f2` $GUMP_PROFILE_LOG_DIR
   
  @@ -123,8 +123,8 @@
   pkill -P $$ 
   
   # $Log$
  -# Revision 1.1  2003/08/29 00:20:23  ajack
  -# First changes to Python Gump (built on existing Python Gump)
  +# Revision 1.2  2003/08/29 05:22:20  ajack
  +# More gumppy -> gumpy
   #
   # Revision 1.2  2003/05/30 22:02:56  nickchalko
   # Fixing incomplete update from Adam