You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/02/10 10:26:31 UTC

cvs commit: xml-forrest/src/resources/forrestbot/scripts publish_livesite

jefft       2003/02/10 01:26:31

  Modified:    src/resources/forrestbot/scripts publish_livesite
  Log:
  Remove some debugging
  
  Revision  Changes    Path
  1.8       +0 -2      xml-forrest/src/resources/forrestbot/scripts/publish_livesite
  
  Index: publish_livesite
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/scripts/publish_livesite,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- publish_livesite	29 Jan 2003 06:31:52 -0000	1.7
  +++ publish_livesite	10 Feb 2003 09:26:31 -0000	1.8
  @@ -46,7 +46,6 @@
     log "Updating $LIVECVS from $SRC_DIR"
     pushd .
     cd $LIVECVS
  -  [ "$MODULE" = "xml-site" ] && echo "update xml-site root"
     cvsco $ARGS
     cvs up $ARGS -dP
     log "Copying generated docs to xml-site.."
  @@ -67,7 +66,6 @@
       if [ -d "$i" ]; then
         log "Directory: $i"
         DIRS="$DIRS $i"
  -
         continue
       fi
       local MIME=`file -bi $i 2>/dev/null`