From derby-dev-return-87948-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Thu May 26 14:13:56 2011 Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1ED876E88 for ; Thu, 26 May 2011 14:13:56 +0000 (UTC) Received: (qmail 14311 invoked by uid 500); 26 May 2011 14:13:55 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 14284 invoked by uid 500); 26 May 2011 14:13:55 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 14254 invoked by uid 99); 26 May 2011 14:13:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2011 14:13:55 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bpendleton.derby@gmail.com designates 209.85.160.44 as permitted sender) Received: from [209.85.160.44] (HELO mail-pw0-f44.google.com) (209.85.160.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2011 14:13:46 +0000 Received: by pwi5 with SMTP id 5so392356pwi.31 for ; Thu, 26 May 2011 07:13:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=1Q/TIfR+go6AROeszbsLGRgjyt1TlCqSa3+pPAkk7T8=; b=JnFJ10fz20oWnCHiIaUn79D50+jWCvff0jRATkPVtsqT7lG7Cj6Igdr5p7n124Z7Uz 5RcN6LFMK7UDN5T+HSB4TvCfnW+cELMzwqPBBcnYM9fwmd0D9EP5KBTmJUkCAz7pLAzG C0Z2Owv5HKkjlnsgrbzE9oA7Xval10pWb+ibs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=t4GRpBI2N6UHJbryOgkPIEq0pJtaup8iRlqP2S5v+aCLk+IOUl4WHoSzKLn7Ub8SLf JVx6wPFyvdqTneKQAxWTcaRfxg9kDlHKYlAoqTge0GeEbV/strOA9Ki8agMM24OO5FWO iolfWkWizL6bDV7XEC9JQ7ecfekwHYE2k4vMM= Received: by 10.68.1.35 with SMTP id 3mr362146pbj.7.1306419205262; Thu, 26 May 2011 07:13:25 -0700 (PDT) Received: from [192.168.0.102] (c-67-170-231-73.hsd1.ca.comcast.net [67.170.231.73]) by mx.google.com with ESMTPS id l10sm486888pbe.4.2011.05.26.07.13.23 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 May 2011 07:13:24 -0700 (PDT) Message-ID: <4DDE5FEC.8060006@gmail.com> Date: Thu, 26 May 2011 07:13:00 -0700 From: Bryan Pendleton User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: Derby-Daemon: The best thing since sliced bread :-) References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > - A web tool written in PHP that allows a (registered) user to upload patches, follow up on their progress and fetch the > regression results. > - A python "daemon" that listens to the directory where the patches fall into, applies the patch into a Derby trunk, runs > regressions and packs the results. Very nice! It's Derby development in the cloud! bryan