Author: crossley
Date: Thu Oct 27 22:49:20 2005
New Revision: 329111
URL: http://svn.apache.org/viewcvs?rev=329111&view=rev
Log:
Add "forrest-sample-2" which is a "views" version of the "seed-sample".
Builds every three hours.
Added:
forrest/zone/htdocs/ft/forrest-sample-2.xml (with props)
Modified:
forrest/zone/config/crontab.txt
forrest/zone/htdocs/index.html
Modified: forrest/zone/config/crontab.txt
URL:
http://svn.apache.org/viewcvs/forrest/zone/config/crontab.txt?rev=329111&r1=329110&r2=329111&view=diff
==============================================================================
--- forrest/zone/config/crontab.txt (original)
+++ forrest/zone/config/crontab.txt Thu Oct 27 22:49:20 2005
@@ -4,6 +4,7 @@
50 * * * * /export/home/config/update-forrest-trunk.sh
55 * * * * /export/home/config/run-forrestbot.sh forrest-seed.xml notify trunk
+56 2,5,8,11,14,17,20,23 * * * /export/home/config/run-forrestbot.sh
forrest-sample-2.xml notify trunk
02 2,5,8,11,14,17,20,23 * * * /export/home/config/run-forrestbot.sh
cocoon-docs.xml notify trunk
# this one is happening via rgardler crontab
Added: forrest/zone/htdocs/ft/forrest-sample-2.xml
URL:
http://svn.apache.org/viewcvs/forrest/zone/htdocs/ft/forrest-sample-2.xml?rev=329111&view=auto
==============================================================================
--- forrest/zone/htdocs/ft/forrest-sample-2.xml (added)
+++ forrest/zone/htdocs/ft/forrest-sample-2.xml Thu Oct 27 22:49:20 2005
@@ -0,0 +1,17 @@
+<project name="forrest-sample-2" 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-sample-2"/>
+ <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/main/fresh-site"/>
+ <property name="deploy.local.dir"
value="/var/apache2/htdocs/ft/publish/forrest-sample-2"/>
+
+ <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-sample-2.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified: forrest/zone/htdocs/index.html
URL:
http://svn.apache.org/viewcvs/forrest/zone/htdocs/index.html?rev=329111&r1=329110&r2=329111&view=diff
==============================================================================
--- forrest/zone/htdocs/index.html (original)
+++ forrest/zone/htdocs/index.html Thu Oct 27 22:49:20 2005
@@ -34,6 +34,12 @@
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> (enabled with
"views")
+ - Built by the forrestbot via cron every three hours.
+ Uses "forrest-trunk".
+ Errors are notified to dev at forrest.
+ </li>
</ul>
<h2>Apache Cocoon documentation efforts</h2>