Return-Path: Delivered-To: apmail-gump-commits-archive@www.apache.org Received: (qmail 79445 invoked from network); 19 May 2006 15:35:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 May 2006 15:35:27 -0000 Received: (qmail 81751 invoked by uid 500); 19 May 2006 15:35:27 -0000 Mailing-List: contact commits-help@gump.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@gump.apache.org Delivered-To: mailing list commits@gump.apache.org Received: (qmail 81740 invoked by uid 99); 19 May 2006 15:35:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 May 2006 08:35:26 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 May 2006 08:35:26 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0B8311A9835; Fri, 19 May 2006 08:35:05 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r407824 - /gump/trunk/src/xdocs/HowGumpWorks.html Date: Fri, 19 May 2006 15:35:04 -0000 To: commits@gump.apache.org From: leosimons@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060519153505.0B8311A9835@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: leosimons Date: Fri May 19 08:35:04 2006 New Revision: 407824 URL: http://svn.apache.org/viewvc?rev=407824&view=rev Log: Valid as XML Modified: gump/trunk/src/xdocs/HowGumpWorks.html Modified: gump/trunk/src/xdocs/HowGumpWorks.html URL: http://svn.apache.org/viewvc/gump/trunk/src/xdocs/HowGumpWorks.html?rev=407824&r1=407823&r2=407824&view=diff ============================================================================== --- gump/trunk/src/xdocs/HowGumpWorks.html (original) +++ gump/trunk/src/xdocs/HowGumpWorks.html Fri May 19 08:35:04 2006 @@ -1,8 +1,5 @@ - - How Gump Works @@ -18,7 +15,9 @@ tend to call this part "Gumpy", since its written in python. The second part takes care of the reporting and introspection. It is written in java using Apache Cocoon.

- + +Picture showing the process +

Gumpy, the builder

Gumpy is a python script that is fired from cron every few hours. It does some self-initialization, looks at it environment, then starts @@ -61,6 +60,7 @@ that Gumpy is often able to determine exactly which CVS or SVN commit caused the build failure, and in other instances is able to give a good hint.

+

DynaGump, the reporter

Once Gumpy is done, its time for DynaGump to do its thing. DynaGump is