Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 59991 invoked from network); 14 Jul 2005 02:47:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jul 2005 02:47:03 -0000 Received: (qmail 63334 invoked by uid 500); 14 Jul 2005 02:47:02 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 63258 invoked by uid 500); 14 Jul 2005 02:47:02 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 63245 invoked by uid 99); 14 Jul 2005 02:47:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2005 19:47:02 -0700 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 13 Jul 2005 19:47:00 -0700 Received: (qmail 59951 invoked by uid 65534); 14 Jul 2005 02:47:01 -0000 Message-ID: <20050714024701.59950.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r218969 - /forrest/trunk/etc/publishing_our_site.txt Date: Thu, 14 Jul 2005 02:47:00 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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.