You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2010/02/09 07:31:43 UTC

svn commit: r907940 - in /continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt: administrator_guides/distributed-builds.apt user_guides/building_project/index.apt

Author: ctan
Date: Tue Feb  9 06:31:41 2010
New Revision: 907940

URL: http://svn.apache.org/viewvc?rev=907940&view=rev
Log:
[CONTINUUM-2452] document that builds take longer with distributed builds

Modified:
    continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt
    continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/user_guides/building_project/index.apt

Modified: continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt?rev=907940&r1=907939&r2=907940&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt (original)
+++ continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/administrator_guides/distributed-builds.apt Tue Feb  9 06:31:41 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
     <<<cancelBuild()>>> which returns a transient build result, and

Modified: continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/user_guides/building_project/index.apt
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/user_guides/building_project/index.apt?rev=907940&r1=907939&r2=907940&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/user_guides/building_project/index.apt (original)
+++ continuum/branches/continuum-1.3.x/continuum-docs/src/site/apt/user_guides/building_project/index.apt Tue Feb  9 06:31:41 2010
@@ -44,3 +44,8 @@
     queue>> or in the <<build queue>>.
 
 [../../images/inqueue.gif]
+
+    []
+
+    Checkout or update of projects takes longer with distributed builds 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.