User: user57  
  Date: 01/10/02 17:57:02

  Modified:    src/bin  update-website.sh
  Log:
   o duh... using CVS_OPTIONS properly
  
  Revision  Changes    Path
  1.9       +3 -3      newsite/src/bin/update-website.sh
  
  Index: update-website.sh
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/bin/update-website.sh,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- update-website.sh 2001/10/02 22:40:08     1.8
  +++ update-website.sh 2001/10/03 00:57:02     1.9
  @@ -6,7 +6,7 @@
   ##                                                                          ##
   ### ====================================================================== ###
   
  -# $Id: update-website.sh,v 1.8 2001/10/02 22:40:08 user57 Exp $
  +# $Id: update-website.sh,v 1.9 2001/10/03 00:57:02 user57 Exp $
   
   ##
   ## Returns exit status 0 for success, 1 for errors and 2 for fatal errors.
  @@ -23,7 +23,7 @@
       CVS="cvs"
   fi
   CVSROOT=":pserver:[EMAIL PROTECTED]:/cvsroot/jboss"
  -CVS_OPTIONS="-q -r -f -z3 -d $CVSROOT"
  +CVS_OPTIONS="-Q -r -f -z3 -d $CVSROOT"
   
   # Where we will will work from
   if [ "x$WORKROOT" = "x" ]; then
  @@ -93,7 +93,7 @@
       if [ "x$LOCALCVS" = "x" ]; then
        # pull down a fresh copy of jboss-website
        info "Pulling down a fresh copy of jboss-website..."
  -     $CVS -Q -r -f -z3 $CVS_OPTIONS get -AP jboss-website
  +     $CVS $CVS_OPTIONS get -AP jboss-website
        status=$?
        checkStatus $status 0 "cvs checkout failed"
       else
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to