Author: crossley
Date: Fri Mar 18 06:47:59 2011
New Revision: 1082830

URL: http://svn.apache.org/viewvc?rev=1082830&view=rev
Log:
 Publish from forrestbot

Modified:
    forrest/site/dtdx/document-v13.pdf
    forrest/site/dtdx/document-v20.pdf
    forrest/site/pluginDocs/plugins_0_100/index.html
    forrest/site/pluginDocs/plugins_0_80/index.html
    forrest/site/pluginDocs/plugins_0_90/index.html
    forrest/site/zone.html

Modified: forrest/site/dtdx/document-v13.pdf
URL: 
http://svn.apache.org/viewvc/forrest/site/dtdx/document-v13.pdf?rev=1082830&r1=1082829&r2=1082830&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/dtdx/document-v20.pdf
URL: 
http://svn.apache.org/viewvc/forrest/site/dtdx/document-v20.pdf?rev=1082830&r1=1082829&r2=1082830&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/pluginDocs/plugins_0_100/index.html
URL: 
http://svn.apache.org/viewvc/forrest/site/pluginDocs/plugins_0_100/index.html?rev=1082830&r1=1082829&r2=1082830&view=diff
==============================================================================
--- forrest/site/pluginDocs/plugins_0_100/index.html (original)
+++ forrest/site/pluginDocs/plugins_0_100/index.html Fri Mar 18 06:47:59 2011
@@ -1406,7 +1406,7 @@ document.write("Last Published: " + docu
           </td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">

Modified: forrest/site/pluginDocs/plugins_0_80/index.html
URL: 
http://svn.apache.org/viewvc/forrest/site/pluginDocs/plugins_0_80/index.html?rev=1082830&r1=1082829&r2=1082830&view=diff
==============================================================================
--- forrest/site/pluginDocs/plugins_0_80/index.html (original)
+++ forrest/site/pluginDocs/plugins_0_80/index.html Fri Mar 18 06:47:59 2011
@@ -1323,7 +1323,7 @@ document.write("Last Published: " + docu
           </td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">

Modified: forrest/site/pluginDocs/plugins_0_90/index.html
URL: 
http://svn.apache.org/viewvc/forrest/site/pluginDocs/plugins_0_90/index.html?rev=1082830&r1=1082829&r2=1082830&view=diff
==============================================================================
--- forrest/site/pluginDocs/plugins_0_90/index.html (original)
+++ forrest/site/pluginDocs/plugins_0_90/index.html Fri Mar 18 06:47:59 2011
@@ -1406,7 +1406,7 @@ document.write("Last Published: " + docu
           </td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">

Modified: forrest/site/zone.html
URL: 
http://svn.apache.org/viewvc/forrest/site/zone.html?rev=1082830&r1=1082829&r2=1082830&view=diff
==============================================================================
--- forrest/site/zone.html (original)
+++ forrest/site/zone.html Fri Mar 18 06:47:59 2011
@@ -254,6 +254,9 @@ document.write("Last Published: " + docu
 <a href="#fb">The forrestbots</a>
 </li>
 <li>
+<a href="#logs">Log files</a>
+</li>
+<li>
 <a href="#admin">Administration</a>
 <ul class="minitoc">
 <li>
@@ -297,12 +300,17 @@ document.write("Last Published: " + docu
         additional private stuff is in our pmc/forrest/zone SVN.
       </p>
 <p>
+        Other notes are in SVN at
+        <a 
href="http://svn.apache.org/repos/asf/forrest/zone/README.txt";>zone/README.txt</a>
+      
+</p>
+<p>
         
 <strong>config</strong>
       
 </p>
 <pre class="code">
-creates /export/home/config ... $CONFIG
+creates /home/forrest/config ... $CONFIG
 directories /forrestbot-*/ are the forrestbot homes, see below.
 setenv*.sh ... these are sourced by the forrestbots and other
   cronjobs and user configs, to set the environment.
@@ -313,7 +321,7 @@ setenv*.sh ... these are sourced by the 
       
 </p>
 <pre class="code">
-creates /var/apache2/htdocs ... $DOC_ROOT
+creates /home/forrest/htdocs ... $DOC_ROOT
 directories /ft/ and /fts/ are the forrestbot config and results, see below.
 </pre>
 <p>
@@ -426,12 +434,31 @@ forrestbot operating with trunk-stable.
 builds various sites, only runs when needed, triggered via cron.
 Configuration files and the generated results are at $DOC_ROOT/fts/
 </pre>
+</div>
+    
+<a name="logs"></a>
+<h2 class="underlined_10">Log files</h2>
+<div class="section">
+<p>
+        Forrestbot logs are at <span 
class="codefrag">$CONFIG/forrestbot-trunk/logs/</span>
+        and old ones are cleaned up daily by the crontab.
+        The content is sent to the dev list whenever a non-successful build 
happens.
+      </p>
 <p>
-        Forrestbot logs are at $CONFIG/forrestbot-trunk*/logs/ and old ones are
-        cleaned up by the crontab. There is also a log file for each site that
+        The Cocoon logfiles for each built site are at
+        <span 
class="codefrag">$CONFIG/forrestbot-trunk/conf/work/*/webapp/WEB-INF/logs/</span>
+        (which of course are re-generated on each hourly run).
+      </p>
+<p>
+        There is also a log file for each site that
         forrestbot builds which captures the output of cron (cronout-*.txt). Be
         sure to verify this logfile after making configuration changes.
       </p>
+<p>
+        Whenever the 'forrest' software automatically updates following 
commits,
+        then there will be a logfile at the <span 
class="codefrag">$CONFIG</span> top-level directory.
+        Old ones are cleaned up daily by the crontab.
+      </p>
 </div>
     
 <a name="admin"></a>


Reply via email to