User: user57
Date: 01/10/02 15:40:08
Modified: src/bin update-website.sh
Log:
o don't be so loud when checking out stuff from CVS
Revision Changes Path
1.8 +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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- update-website.sh 2001/09/28 03:21:12 1.7
+++ update-website.sh 2001/10/02 22:40:08 1.8
@@ -6,7 +6,7 @@
## ##
### ====================================================================== ###
-# $Id: update-website.sh,v 1.7 2001/09/28 03:21:12 user57 Exp $
+# $Id: update-website.sh,v 1.8 2001/10/02 22:40:08 user57 Exp $
##
## Returns exit status 0 for success, 1 for errors and 2 for fatal errors.
@@ -92,8 +92,8 @@
if [ "x$LOCALCVS" = "x" ]; then
# pull down a fresh copy of jboss-website
- info "Pulling down a fresh copy of jboss-website"
- $CVS $CVS_OPTIONS get -AP jboss-website
+ info "Pulling down a fresh copy of jboss-website..."
+ $CVS -Q -r -f -z3 $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