Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 48059 invoked from network); 9 Feb 2010 06:33:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2010 06:33:25 -0000 Received: (qmail 75226 invoked by uid 500); 9 Feb 2010 06:33:24 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 75170 invoked by uid 500); 9 Feb 2010 06:33:23 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 75161 invoked by uid 99); 9 Feb 2010 06:33:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 06:33:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 06:33:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6C4F023889B8; Tue, 9 Feb 2010 06:33:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r907942 - in /continuum/trunk/continuum-docs/src/site/apt: administrator_guides/distributed-builds.apt user_guides/building_project/index.apt Date: Tue, 09 Feb 2010 06:32:57 -0000 To: commits@continuum.apache.org From: ctan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100209063300.6C4F023889B8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ctan Date: Tue Feb 9 06:32:55 2010 New Revision: 907942 URL: http://svn.apache.org/viewvc?rev=907942&view=rev Log: [CONTINUUM-2452] document that builds take longer with distributed builds merge -r 907940 from 1.3.x branch Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/index.apt Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt?rev=907942&r1=907941&r2=907942&view=diff ============================================================================== --- continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt (original) +++ continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt Tue Feb 9 06:32:55 2010 @@ -57,8 +57,8 @@ tasks in it's queue. [[5]] In the Build Agent, the build request is processed: the build is queued and - executed. Upon execution, the Build Agent first performs an SCM checkout then - the actual build follows. + executed. Upon execution, the Build Agent first performs an SCM checkout or an SCM + update followed by an SCM changelog to get the latest update date, then the actual build follows. [[6]] At this point, when the build is running, the Master can invoke <<>> which returns a transient build result, and Modified: continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/index.apt URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/index.apt?rev=907942&r1=907941&r2=907942&view=diff ============================================================================== --- continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/index.apt (original) +++ continuum/trunk/continuum-docs/src/site/apt/user_guides/building_project/index.apt Tue Feb 9 06:32:55 2010 @@ -44,3 +44,8 @@ queue>> or in the <>. [../../images/inqueue.gif] + + [] + + Checkout or update of projects takes longer with distributed builds enabled because after an SCM checkout or SCM update, an SCM changelog follows to get the "latest + update date" needed to determine whether projects should build or not.