You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/07/07 12:50:51 UTC

svn commit: r419864 - /forrest/zone/config/run-forrestbot.sh

Author: crossley
Date: Fri Jul  7 03:50:50 2006
New Revision: 419864

URL: http://svn.apache.org/viewvc?rev=419864&view=rev
Log:
Do some followup for certain sites after the forrestbot has finished.

Modified:
    forrest/zone/config/run-forrestbot.sh

Modified: forrest/zone/config/run-forrestbot.sh
URL: http://svn.apache.org/viewvc/forrest/zone/config/run-forrestbot.sh?rev=419864&r1=419863&r2=419864&view=diff
==============================================================================
--- forrest/zone/config/run-forrestbot.sh (original)
+++ forrest/zone/config/run-forrestbot.sh Fri Jul  7 03:50:50 2006
@@ -81,3 +81,13 @@
 cd $DOC_ROOT/$fbWorkspace
 #   forrest -Dforrest.jvmargs=-Djava.awt.headless=true -f $1 $2 > /dev/null 2>&1
 forrest -Dforrest.jvmargs=-Djava.awt.headless=true -f $1 $2 >> $cron_logfile 2>&1
+
+# do some followup for certain sites
+case $site in
+  "cocoon-docs" )
+    cd $DOC_ROOT/$fbWorkspace/build && tar cf cocoon-docs.tar $site && gzip -f cocoon-docs.tar
+    ;;
+
+  * )
+    ;;
+esac