Author: gmcdonald
Date: Thu Nov 25 06:14:15 2010
New Revision: 1038932
URL: http://svn.apache.org/viewvc?rev=1038932&view=rev
Log:
Change paths to suit Jails layout
Modified:
forrest/zone/htdocs/ft/forrest-docs.xml
forrest/zone/htdocs/ft/forrest-sample-2.xml
forrest/zone/htdocs/ft/forrest-seed.xml
Modified: forrest/zone/htdocs/ft/forrest-docs.xml
URL:
http://svn.apache.org/viewvc/forrest/zone/htdocs/ft/forrest-docs.xml?rev=1038932&r1=1038931&r2=1038932&view=diff
==============================================================================
--- forrest/zone/htdocs/ft/forrest-docs.xml (original)
+++ forrest/zone/htdocs/ft/forrest-docs.xml Thu Nov 25 06:14:15 2010
@@ -18,18 +18,19 @@
<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.email.from" value="Forrestbot
<[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="build.work-dir"
value="/home/forrest/config/forrestbot-trunk/conf/work/forrest-docs"/>
+ <property name="build.log-dir"
value="/home/forrest/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"/>
+ <property name="deploy.local.dir"
value="/home/forrest/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"/>
+ <import
file="/home/forrest/sources/forrest-trunk/tools/forrestbot/core/forrestbot.xml"/>
</project>
Modified: forrest/zone/htdocs/ft/forrest-sample-2.xml
URL:
http://svn.apache.org/viewvc/forrest/zone/htdocs/ft/forrest-sample-2.xml?rev=1038932&r1=1038931&r2=1038932&view=diff
==============================================================================
--- forrest/zone/htdocs/ft/forrest-sample-2.xml (original)
+++ forrest/zone/htdocs/ft/forrest-sample-2.xml Thu Nov 25 06:14:15 2010
@@ -24,17 +24,18 @@
-->
<property name="notify.email.host" value="localhost"/>
<property name="notify.email.to" value="Forrest developers
<[email protected]>"/>
+ <property name="notify.email.from" value="Forrestbot
<[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="build.work-dir"
value="/home/forrest/config/forrestbot-trunk/conf/work/forrest-sample-2"/>
+ <property name="build.log-dir"
value="/home/forrest/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"/>
+ <property name="deploy.local.dir"
value="/home/forrest/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"/>
+ <import
file="/home/forrest/sources/forrest-trunk/tools/forrestbot/core/forrestbot.xml"/>
</project>
Modified: forrest/zone/htdocs/ft/forrest-seed.xml
URL:
http://svn.apache.org/viewvc/forrest/zone/htdocs/ft/forrest-seed.xml?rev=1038932&r1=1038931&r2=1038932&view=diff
==============================================================================
--- forrest/zone/htdocs/ft/forrest-seed.xml (original)
+++ forrest/zone/htdocs/ft/forrest-seed.xml Thu Nov 25 06:14:15 2010
@@ -18,20 +18,21 @@
<project name="forrest-seed" default="main">
<property name="notify.email.host" value="localhost"/>
<property name="notify.email.to" value="Forrest developers
<[email protected]>"/>
+ <property name="notify.email.from" value="Forrestbot
<[email protected]"/>
<property name="notify.administrator" value="Forrest developers"/>
<!--
<property name="notify.administrator" value="Forrest developers
<[email protected]>"/>
-->
<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-seed"/>
- <property name="build.log-dir"
value="/export/home/config/forrestbot-trunk/logs"/>
- <property name="getsrc.local.root-dir"
location="/export/home/config/forrestbot-trunk/sources/forrest-seed"/>
- <property name="deploy.local.dir"
value="/var/apache2/htdocs/ft/publish/forrest-seed"/>
+ <property name="build.work-dir"
value="/home/forrest/config/forrestbot-trunk/conf/work/forrest-seed"/>
+ <property name="build.log-dir"
value="/home/forrest/config/forrestbot-trunk/logs"/>
+ <property name="getsrc.local.root-dir"
location="/home/forrest/config/forrestbot-trunk/sources/forrest-seed"/>
+ <property name="deploy.local.dir"
value="/home/forrest/htdocs/ft/publish/forrest-seed"/>
<target name="getsrc" depends="getsrc.clean-workdir, getsrc.local"/>
<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"/>
+ <import
file="/home/forrest/sources/forrest-trunk/tools/forrestbot/core/forrestbot.xml"/>
</project>