You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by le...@apache.org on 2004/06/27 15:14:07 UTC

svn commit: rev 22198 - excalibur/trunk/site/scripts

Author: leosimons
Date: Sun Jun 27 06:14:06 2004
New Revision: 22198

Added:
   excalibur/trunk/site/scripts/publish-reports.sh
Modified:
   excalibur/trunk/site/scripts/gen-site.sh
Log:
Don't keep reports under version control...

Modified: excalibur/trunk/site/scripts/gen-site.sh
==============================================================================
--- excalibur/trunk/site/scripts/gen-site.sh	(original)
+++ excalibur/trunk/site/scripts/gen-site.sh	Sun Jun 27 06:14:06 2004
@@ -21,7 +21,7 @@
 maven site
 
 # copy merged data into main tree
-cd ../..
-mkdir -p target/docs
-cp -r target/base/target/docs/apidocs target/docs
-cp -r target/base/target/docs/clover target/docs
+#cd ../..
+#mkdir -p target/docs
+#cp -r target/base/target/docs/apidocs target/docs
+#cp -r target/base/target/docs/clover target/docs

Added: excalibur/trunk/site/scripts/publish-reports.sh
==============================================================================
--- (empty file)
+++ excalibur/trunk/site/scripts/publish-reports.sh	Sun Jun 27 06:14:06 2004
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+export RSYNC_RSH=ssh
+
+rsync -azv --delete-after \
+  target/base/target/docs/clover \
+  target/base/target/docs/apidocs \
+  \
+  minotaur.apache.org:/www/excalibur.apache.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org