Author: bdube
Date: Tue Oct 27 20:48:19 2015
New Revision: 1710883

URL: http://svn.apache.org/viewvc?rev=1710883&view=rev
Log:
Update paths to reflect new role account

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=1710883&r1=1710882&r2=1710883&view=diff
==============================================================================
--- forrest/zone/htdocs/ft/forrest-docs.xml (original)
+++ forrest/zone/htdocs/ft/forrest-docs.xml Tue Oct 27 20:48:19 2015
@@ -23,14 +23,14 @@
   
   <property name="notify.on.failure" value="true"/>
   <property name="notify.on.success" value="false"/>
-  <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="build.work-dir" 
value="/home/forrest_role/config/forrestbot-trunk/conf/work/forrest-docs"/>
+  <property name="build.log-dir" 
value="/home/forrest_role/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="/home/forrest/htdocs/ft/publish/forrest-docs"/>
+  <property name="deploy.local.dir" 
value="/home/forrest_role/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="/home/forrest/sources/forrest-trunk/tools/forrestbot/core/forrestbot.xml"/>
+  <import 
file="/home/forrest_role/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=1710883&r1=1710882&r2=1710883&view=diff
==============================================================================
--- forrest/zone/htdocs/ft/forrest-sample-2.xml (original)
+++ forrest/zone/htdocs/ft/forrest-sample-2.xml Tue Oct 27 20:48:19 2015
@@ -28,14 +28,14 @@
   <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="/home/forrest/config/forrestbot-trunk/conf/work/forrest-sample-2"/>
-  <property name="build.log-dir" 
value="/home/forrest/config/forrestbot-trunk/logs"/>
+  <property name="build.work-dir" 
value="/home/forrest_role/config/forrestbot-trunk/conf/work/forrest-sample-2"/>
+  <property name="build.log-dir" 
value="/home/forrest_role/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="/home/forrest/htdocs/ft/publish/forrest-sample-2"/>
+  <property name="deploy.local.dir" 
value="/home/forrest_role/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="/home/forrest/sources/forrest-trunk/tools/forrestbot/core/forrestbot.xml"/>
+  <import 
file="/home/forrest_role/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=1710883&r1=1710882&r2=1710883&view=diff
==============================================================================
--- forrest/zone/htdocs/ft/forrest-seed.xml (original)
+++ forrest/zone/htdocs/ft/forrest-seed.xml Tue Oct 27 20:48:19 2015
@@ -25,14 +25,14 @@
   -->
   <property name="notify.on.failure" value="true"/>
   <property name="notify.on.success" value="false"/>
-  <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"/>
+  <property name="build.work-dir" 
value="/home/forrest_role/config/forrestbot-trunk/conf/work/forrest-seed"/>
+  <property name="build.log-dir" 
value="/home/forrest_role/config/forrestbot-trunk/logs"/>
+  <property name="getsrc.local.root-dir" 
location="/home/forrest_role/config/forrestbot-trunk/sources/forrest-seed"/>
+  <property name="deploy.local.dir" 
value="/home/forrest_role/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="/home/forrest/sources/forrest-trunk/tools/forrestbot/core/forrestbot.xml"/>
+  <import 
file="/home/forrest_role/sources/forrest-trunk/tools/forrestbot/core/forrestbot.xml"/>
 </project>