You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/10/21 01:34:38 UTC

svn commit: r327039 - /forrest/zone/htdocs/ft/apache-projects.xml

Author: rgardler
Date: Thu Oct 20 16:34:30 2005
New Revision: 327039

URL: http://svn.apache.org/viewcvs?rev=327039&view=rev
Log:
build the APache Projects site - nag mails sent to rgardler@a.o for now

Added:
    forrest/zone/htdocs/ft/apache-projects.xml   (with props)

Added: forrest/zone/htdocs/ft/apache-projects.xml
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/ft/apache-projects.xml?rev=327039&view=auto
==============================================================================
--- forrest/zone/htdocs/ft/apache-projects.xml (added)
+++ forrest/zone/htdocs/ft/apache-projects.xml Thu Oct 20 16:34:30 2005
@@ -0,0 +1,18 @@
+<project name="cocoon-docs" default="main">
+  <property name="notify.email.host" value="localhost"/>
+  <property name="notify.email.to" value="Ross Gardler &lt;rgardler@apache.org>"/>
+  <property name="notify.administrator" value="Ross Gardler"/>
+  
+  <property name="notify.on.failure" value="true"/>
+  <property name="notify.on.success" value="true"/>
+  <property name="build.work-dir" value="/export/home/config/forrestbot-trunk/conf/work/apache-projects"/>
+  <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/zone/test-sources/apache-projects"/>
+  <property name="deploy.local.dir" value="/var/apache2/htdocs/ft/publish/apache-projects"/>
+  
+  <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/apache-projects.xml
------------------------------------------------------------------------------
    svn:eol-style = native