You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/06/17 10:13:52 UTC

svn commit: r191108 - in /forrest/trunk: etc/publishing_our_site.txt site-author/publish.xml

Author: crossley
Date: Fri Jun 17 01:13:51 2005
New Revision: 191108

URL: http://svn.apache.org/viewcvs?rev=191108&view=rev
Log:
Fine-tune the forrestbot publish instructions.

Modified:
    forrest/trunk/etc/publishing_our_site.txt
    forrest/trunk/site-author/publish.xml

Modified: forrest/trunk/etc/publishing_our_site.txt
URL: http://svn.apache.org/viewcvs/forrest/trunk/etc/publishing_our_site.txt?rev=191108&r1=191107&r2=191108&view=diff
==============================================================================
--- forrest/trunk/etc/publishing_our_site.txt (original)
+++ forrest/trunk/etc/publishing_our_site.txt Fri Jun 17 01:13:51 2005
@@ -1,5 +1,4 @@
-
-To publish from site-author
+To publish from trunk/site-author/
 
 Do once:
 # create $FORREST_HOME/deploy.svn.settings which looks like:

Modified: forrest/trunk/site-author/publish.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/publish.xml?rev=191108&r1=191107&r2=191108&view=diff
==============================================================================
--- forrest/trunk/site-author/publish.xml (original)
+++ forrest/trunk/site-author/publish.xml Fri Jun 17 01:13:51 2005
@@ -20,10 +20,13 @@
   <property name="getsrc.local.root-dir" location="."/>
   <target name="getsrc" depends="getsrc.clean-workdir, getsrc.local"/>
   
-  <!-- create this file to be an ant project (not stored in CVS or SVN)
-  that sets deploy.svn.user and deploy.svn.password propeties -->
+  <!-- create this secret file to be an ant project (not stored in CVS or SVN)
+    that sets deploy.svn.user and deploy.svn.password properties.
+    See forrest/etc/publishing_our_site.txt
+   -->
   <import file="../deploy.svn.settings" optional="true"/>
-  <property name="deploy.svn.url" value="https://svn.apache.org/repos/asf/forrest/site/docs/dev"/>
+
+  <property name="deploy.svn.url" value="https://svn.apache.org/repos/asf/forrest/site"/>
   <target name="deploy" depends="deploy.svn"/>
 
   <property environment="env"/>