Return-Path: Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: (qmail 66630 invoked from network); 1 Feb 2010 04:08:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 04:08:42 -0000 Received: (qmail 27351 invoked by uid 500); 1 Feb 2010 04:08:42 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 27213 invoked by uid 500); 1 Feb 2010 04:08:41 -0000 Mailing-List: contact dev-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 dev@continuum.apache.org Received: (qmail 27203 invoked by uid 99); 1 Feb 2010 04:08:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 04:08:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of wsmoak@gmail.com designates 74.125.92.145 as permitted sender) Received: from [74.125.92.145] (HELO qw-out-1920.google.com) (74.125.92.145) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 04:08:31 +0000 Received: by qw-out-1920.google.com with SMTP id 5so463901qwc.14 for ; Sun, 31 Jan 2010 20:08:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=7VJQ6LRgg/AxmmSdlYkwnPi7FCXLeXsIK8WCuHa5rjo=; b=ppZgJWV6xtzjWUcnjdWtKPI27D1XTb/MVW2CmB5R9z1uzEcaZ5OIM3eC+LAPCCsHKk gHi9nhRDgv4pXha/G0vJEkHiJMSV8PIeeXWMno3Qw0b+KajW0n8k1qBh9NMabrGyqQfU bQ9z0fQP3/BA564Qa333/3ku6sz+qFrlORA8w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=MukHjfHXRAO/hZWoOfT+AE/hrNgvNatAYEM/vdNqN89313Rk79B5fyQw11yZmDt+gn 5Oh0aI/9hf2ec1sdSxMP8Tee/mbU6fymwpuop7p24M2b3QmN7QY1ZcFbmKukFW1oRoMm yRaJELqXfOjNtnumrTiksAuy21fO125tqrces= MIME-Version: 1.0 Received: by 10.224.82.142 with SMTP id b14mr1740050qal.68.1264997290115; Sun, 31 Jan 2010 20:08:10 -0800 (PST) In-Reply-To: <4B665142.5080909@gmail.com> References: <4B665142.5080909@gmail.com> From: Wendy Smoak Date: Sun, 31 Jan 2010 21:07:50 -0700 Message-ID: Subject: Re: Thoughts on build environment selection when releasing in distributed build setup To: dev@continuum.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Jan 31, 2010 at 8:57 PM, Jevica Arianne B. Zurbano wrote: > I suggest that for CONTINUUM-2386 (Build environment selection is ignored > when releasing with distributed build enabled) > > The build environment selection during release will be disabled/removed. How does that solve the problem? I need to be able to select the build environment to be used during the release, so that I can control things like what JDK, Maven version and environment variables are used. > As mentioned in CONTINUUM-2403 (Release should happen on a build agent > rather than on the master), that the release will happen in the buildagent > where the project was last built since the working copy is in there. I think you mean http://jira.codehaus.org/browse/CONTINUUM-2043 which was already fixed. What does it have to do with 2386? -- Wendy