Author: crossley
Date: Thu Sep 11 01:50:25 2008
New Revision: 694181
URL: http://svn.apache.org/viewvc?rev=694181&view=rev
Log:
Add another forrestbot to build our main docs. This uses lots of other plugins,
so is a good test.
Added:
forrest/zone/htdocs/ft/forrest-docs.xml (with props)
Modified:
forrest/zone/htdocs/index.html
Added: forrest/zone/htdocs/ft/forrest-docs.xml
URL:
http://svn.apache.org/viewvc/forrest/zone/htdocs/ft/forrest-docs.xml?rev=694181&view=auto
==============================================================================
--- forrest/zone/htdocs/ft/forrest-docs.xml (added)
+++ forrest/zone/htdocs/ft/forrest-docs.xml Thu Sep 11 01:50:25 2008
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project name="forrest-docs" default="main">
+ <property name="notify.email.host" value="localhost"/>
+ <property name="notify.email.to" value="Forrest developers <[EMAIL
PROTECTED]>"/>
+ <property name="notify.administrator" value="Forrest developers"/>
+
+ <property name="notify.on.failure" value="true"/>
+ <property name="notify.on.success" value="false"/>
+ <property name="build.work-dir"
value="/export/home/config/forrestbot-trunk/conf/work/forrest-docs"/>
+ <property name="build.log-dir"
value="/export/home/config/forrestbot-trunk/logs"/>
+ <property name="getsrc.svn.url"
value="http://svn.apache.org/repos/asf/forrest/trunk/site-author"/>
+ <property name="deploy.local.dir"
value="/var/apache2/htdocs/ft/publish/forrest-docs"/>
+
+ <target name="getsrc" depends="getsrc.clean-workdir, getsrc.svn"/>
+ <target name="notify" depends="notify.local, notify.email"/>
+ <target name="deploy" depends="deploy.local"/>
+
+ <import
file="/export/opt/forrest-trunk/tools/forrestbot/core/forrestbot.xml"/>
+</project>
Propchange: forrest/zone/htdocs/ft/forrest-docs.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified: forrest/zone/htdocs/index.html
URL:
http://svn.apache.org/viewvc/forrest/zone/htdocs/index.html?rev=694181&r1=694180&r2=694181&view=diff
==============================================================================
--- forrest/zone/htdocs/index.html (original)
+++ forrest/zone/htdocs/index.html Thu Sep 11 01:50:25 2008
@@ -45,15 +45,27 @@
Errors are notified to dev at forrest.
</li>
<li>
- <a href="/ft/build/forrest-seed/">forrest-seed-site</a>
- - Built by the forrestbot via cron. Every hour the sources are removed
+ <a href="/ft/build/forrest-seed/">forrest-seed-sample</a>
+ - The main "seed-sample" site.
+ Built by the forrestbot via cron every two hours.
+ The sources are removed
and a new 'forrest seed' is installed. Uses "forrest-trunk" which
is also updated every hour. Errors are notified to dev at forrest.
</li>
<li>
<a href="/ft/build/forrest-sample-2/">forrest-sample-2</a>
- Same as above, but enabled with "dispatcher" (in development).
- - Built by the forrestbot via cron every three hours.
+ Built by the forrestbot via cron every two hours.
+ Uses "forrest-trunk".
+ Errors are notified to dev at forrest.
+ </li>
+ <li>
+ <a href="/ft/build/forrest-docs/">forrest-docs</a>
+ - The main Forrest project documentation.
+ (NOTE: Please use the official
+ <a href="http://forrest.apache.org/">forrest.apache.org</a> site for
general
+ reference.)
+ Built by the forrestbot via cron every two hours.
Uses "forrest-trunk".
Errors are notified to dev at forrest.
</li>