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/07/14 04:47:00 UTC

svn commit: r218969 - /forrest/trunk/etc/publishing_our_site.txt

Author: crossley
Date: Wed Jul 13 19:46:59 2005
New Revision: 218969

URL: http://svn.apache.org/viewcvs?rev=218969&view=rev
Log:
Clarify the notes.

Modified:
    forrest/trunk/etc/publishing_our_site.txt

Modified: forrest/trunk/etc/publishing_our_site.txt
URL: http://svn.apache.org/viewcvs/forrest/trunk/etc/publishing_our_site.txt?rev=218969&r1=218968&r2=218969&view=diff
==============================================================================
--- forrest/trunk/etc/publishing_our_site.txt (original)
+++ forrest/trunk/etc/publishing_our_site.txt Wed Jul 13 19:46:59 2005
@@ -12,9 +12,10 @@
 # Make changes to sources, and then test, then commit.
 # Use the forrestbot to build and then deploy to svn.apache.org ...
 
-# forrest -f publish.xml build
-# verify files in build/forrest-docs
-# forrest -f publish.xml deploy -Ddeploy.svn.commit-message="my commit message"
+cd site-author
+forrest -f publish.xml build
+# ... verify files in build/forrest-docs
+forrest -f publish.xml deploy -Ddeploy.svn.commit-message="my commit message"
 
 FIXME: That commit message technique does not work.
 The second word is treated as an ant target to be called.