User: user57  
  Date: 01/08/31 18:06:58

  Modified:    src/bin  update-website.sh
  Log:
   o so far so good... now for error testing
  
  Revision  Changes    Path
  1.3       +3 -2      newsite/src/bin/update-website.sh
  
  Index: update-website.sh
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/bin/update-website.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- update-website.sh 2001/09/01 00:44:19     1.2
  +++ update-website.sh 2001/09/01 01:06:58     1.3
  @@ -6,7 +6,7 @@
   ##                                                                          ##
   ### ====================================================================== ###
   
  -# $Id: update-website.sh,v 1.2 2001/09/01 00:44:19 user57 Exp $
  +# $Id: update-website.sh,v 1.3 2001/09/01 01:06:58 user57 Exp $
   
   PROGNAME=`basename $0`
   DIRNAME=`dirname $0`
  @@ -21,7 +21,7 @@
   # Setup CVS
   CVS="cvs"
   CVSROOT=":pserver:[EMAIL PROTECTED]:/cvsroot/jboss"
  -CVS_OPTIONS="-z3 -d $CVSROOT"
  +CVS_OPTIONS="-q -r -f -z3 -d $CVSROOT"
   
   # Where we will will work from
   WORKROOT="$HOME/tmp/jboss/update-website"
  @@ -52,6 +52,7 @@
       logfile=$2
   
       $MAIL $MAILTO -s "$subject" < $logfile
  +    info "Email notification sent to $MAILTO"
   }
   
   ##
  
  
  

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

Reply via email to