Return-Path: Delivered-To: apmail-click-dev-archive@www.apache.org Received: (qmail 41601 invoked from network); 12 Feb 2010 06:31:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2010 06:31:20 -0000 Received: (qmail 9938 invoked by uid 500); 12 Feb 2010 06:31:20 -0000 Delivered-To: apmail-click-dev-archive@click.apache.org Received: (qmail 9685 invoked by uid 500); 12 Feb 2010 06:31:20 -0000 Mailing-List: contact dev-help@click.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@click.apache.org Delivered-To: mailing list dev@click.apache.org Received: (qmail 9594 invoked by uid 99); 12 Feb 2010 06:31:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 06:31:19 +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 sabob1@gmail.com designates 209.85.216.188 as permitted sender) Received: from [209.85.216.188] (HELO mail-px0-f188.google.com) (209.85.216.188) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 06:31:09 +0000 Received: by pxi26 with SMTP id 26so1932934pxi.17 for ; Thu, 11 Feb 2010 22:30:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=wVnhPzBKJwNFcx8FAC6Xfm8oWFLnn4HL4iOn5f/xeUs=; b=yD8MrhgiBj04iA/tKiQpXAZT19gqeU5epFgLwq1ttH+WGb7uLF6LiolD5Kw3fjgryc L/dYulOjqF76ip5xDj5ZnuKokULm6fxLYvr8F5wi0Iu+oXsIj451ayzKHDLqjfgOkg1R 16P6BOA5yeP28AMbhcSYQzb9OYR8dTAmHJjdw= 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=O10SuAyLlroLZGplgxT84JHwOQ3XsZ3+Frlu/JWvm7q11gj/RBFAmf8MKxtMR+uH6m 5qactUnMPEfb6AFoBi0rb/cPZCnCIrnBvg1pWcgh4AYo50hiCciziBjrZDRrGunW77o5 67WiwmhBtZKmzrmpQTt7N82GLsM0VQgEKM+ik= Received: by 10.140.57.5 with SMTP id f5mr654032rva.90.1265956248139; Thu, 11 Feb 2010 22:30:48 -0800 (PST) Received: from ?192.168.2.62? (203-206-172-3.perm.iinet.net.au [203.206.172.3]) by mx.google.com with ESMTPS id 23sm3784152pzk.0.2010.02.11.22.30.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 11 Feb 2010 22:30:46 -0800 (PST) Message-ID: <4B74F593.3040802@gmail.com> Date: Fri, 12 Feb 2010 17:30:43 +1100 From: Bob Schellink User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: dev@click.apache.org Subject: Re: ClickIDE release manager References: <4B73FE87.7000000@gmail.com> <285ca09a1002110524r3250c8e1x2170c50d49bf0672@mail.gmail.com> <4B740695.7030204@gmail.com> <285ca09a1002112035i5845d3x2b7096f135bec3c2@mail.gmail.com> In-Reply-To: <285ca09a1002112035i5845d3x2b7096f135bec3c2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Naoki, Before voting you'll need at least a RSA 4096 bit KEY and upload it to a public key server such as pgp.mit.edu. See the first paragraph here: http://www.apache.org/dev/release-signing.html So I suggest you create a new RSA 4096 bit key and use that for signing releases. That key also needs to be uploaded to a public key server such as 'pgp.mit.edu'. Here are the steps outlining how to create and sign the release: 1. Grab the latest version of GPG here: http://www.gnupg.org/ (you'll need at least version 2.0.12) 2. Change your config to avoid SHA-1: http://www.apache.org/dev/openpgp.html#key-prefs 3. Generate a RSA 4096 key, and a revocation certificate -> http://www.apache.org/dev/openpgp.html#key-gen-generate-key 4. Upload the key to a public server: gpg --keyserver pgp.mit.edu --send-keys 5. Create and add an ascii armored key to the KEYS file in Click SVN[1]: generate an ascii armored key and add to the KEYS file: http://www.apache.org/dev/openpgp.html#export-option-output Currently the Click KEYS file only contain one key. See the Velocity KEYS file for an example of having multiple keys in the KEYS file: http://www.apache.org/dist/velocity/KEYS Setting up the keys is a bit of pain the first time, so let me know if you need help with these steps. kind regards bob [1]: http://svn.apache.org/viewvc/click/trunk/click/KEYS?revision=907362&view=markup On 12/02/2010 03:35 PM, Naoki Takezoe wrote: > Hi Bob, > > I completed preparing the release of the ClickIDE 2.1.0.0. > Release files are below: > http://people.apache.org/~takezoe/click/clickide/2.1.0.0/ > > Can we start the vote to release ClickIDE 2.1.0.0? > > 2010/2/11 Bob Schellink: >> Sorry Naoki, it is indeed 2.1.0.0. >> >> Let me know when the release is feature complete and I'll build and publish >> the zip and start the vote. >> >> kind regards >> >> bob >> >> >> On 12/02/2010 12:24 AM, Naoki Takezoe wrote: >>> >>> Hi Bob, >>> >>> Thanks for your help. >>> >>> I'm readying ClickIDE 2.1.0.0 which supports Apache Click 2.1.0. >>> Should I release it as ClickIDE 2.0.0.0 ? >>> >>> 2010/2/11 Bob Schellink: >>>> >>>> Hi Naoki, >>>> >>>> Since we haven't had a release of ClickIDE since joining the ASF, I'll >>>> volunteer to be the release manager for ClickIDE 2.0.0.0. The release >>>> procedure is a bit complex and I'd like to capture all the necessary >>>> steps >>>> in this document: >>>> >>>> http://click.apache.org/docs/developer-guide/releasing-subprojects.html >>>> >>>> Let me know when you think we can push out this release. >>>> >>>> kind regards >>>> >>>> bob >>>> >>> >>> >>> >> >> > > >