From commits-return-5718-apmail-continuum-commits-archive=continuum.apache.org@continuum.apache.org Mon Aug 24 05:18:29 2009 Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 88399 invoked from network); 24 Aug 2009 05:18:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Aug 2009 05:18:29 -0000 Received: (qmail 94559 invoked by uid 500); 24 Aug 2009 05:18:48 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 94499 invoked by uid 500); 24 Aug 2009 05:18:48 -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 94490 invoked by uid 99); 24 Aug 2009 05:18:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2009 05:18:48 +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; Mon, 24 Aug 2009 05:18:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B413F23888BD; Mon, 24 Aug 2009 05:18:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r807076 - /continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt Date: Mon, 24 Aug 2009 05:18:26 -0000 To: commits@continuum.apache.org From: ctan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090824051826.B413F23888BD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ctan Date: Mon Aug 24 05:18:26 2009 New Revision: 807076 URL: http://svn.apache.org/viewvc?rev=807076&view=rev Log: update documentation on distributed builds merge -r 807074:807075 of 1.3.x branch Modified: continuum/trunk/continuum-docs/src/site/apt/administrator_guides/distributed-builds.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=807076&r1=807075&r2=807076&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 Mon Aug 24 05:18:26 2009 @@ -51,16 +51,16 @@ [[3]] For each independent project, the Master iterates over the list of registered Slaves and queries each if available. The query is an XML-RPC - <<>> followed by an <<>> invocation. + <<>> followed by a <<>> invocation. - [[4]] If a Build Agent is available, the Master collects the information + [[4]] If there is a Build Agent available, the Master collects the information necessary for the build (SCM url, project id, etc.) and passes it when - invoking <<>>. + invoking <<>> to the Build Agent with the smallest number of + 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. The SCM checkout will result in invoking a - <<>> callback method in the Master. + the actual build follows. [[6]] At this point, when the build is running, the Master can invoke <<>> which returns a transient build result, and @@ -90,8 +90,6 @@ * only system administrator can enable/disable distributed builds - * releases are not supported - * credentials (s.a. svn credentials) are passed along if specified, but if server cache is used it will need to be done individually on the slaves * there is no tracking of scm changes