Return-Path: Delivered-To: apmail-click-dev-archive@www.apache.org Received: (qmail 87561 invoked from network); 12 Feb 2010 12:34:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2010 12:34:21 -0000 Received: (qmail 61726 invoked by uid 500); 12 Feb 2010 12:34:21 -0000 Delivered-To: apmail-click-dev-archive@click.apache.org Received: (qmail 61692 invoked by uid 500); 12 Feb 2010 12:34:21 -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 61684 invoked by uid 99); 12 Feb 2010 12:34:21 -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 12:34:21 +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 takezoe@gmail.com designates 209.85.223.200 as permitted sender) Received: from [209.85.223.200] (HELO mail-iw0-f200.google.com) (209.85.223.200) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 12:34:11 +0000 Received: by iwn38 with SMTP id 38so1310964iwn.11 for ; Fri, 12 Feb 2010 04:33:50 -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 :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=6WuezURQlhtKYzMOxPU0IbDuNhTLR8IMT7bxpV4cQ0g=; b=ly8YdEX3sD+lTYfcwzDgtB2Fdq0mlH57w25XUHG3IvVqylhU8fdTBDCP4sQ5rJObYF mdQ2fp+pcLTygEx7nQPREN8Dn0U4lzYN5mgNRjsp3yJXsoUcIlndnQ8UNPPMgyYE5tse lLg3QXGd4JYUexfu+3lRAANKpjeqZw2jQu7Pg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=WILUZNJDgpyM30+3tF+Bt3XizP4qMcUTqDUcG4LTl5U2dOZFFXllcDy9BtEwJaZekv SAraczUO8SteA5knHSD5xrMry6c4wIXfRYkP96wd8ZqGLz3owdHLT+pGPynpzL0fsxft jklTYjnLSewLRdBf4b35Y2cl6xRnuLHJmrs2Q= MIME-Version: 1.0 Received: by 10.231.190.146 with SMTP id di18mr1902774ibb.19.1265978029466; Fri, 12 Feb 2010 04:33:49 -0800 (PST) In-Reply-To: <4B74F593.3040802@gmail.com> References: <4B73FE87.7000000@gmail.com> <285ca09a1002110524r3250c8e1x2170c50d49bf0672@mail.gmail.com> <4B740695.7030204@gmail.com> <285ca09a1002112035i5845d3x2b7096f135bec3c2@mail.gmail.com> <4B74F593.3040802@gmail.com> Date: Fri, 12 Feb 2010 21:33:49 +0900 Message-ID: <285ca09a1002120433p7d6a00eet82eb69e50c416e87@mail.gmail.com> Subject: Re: ClickIDE release manager From: Naoki Takezoe To: dev@click.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Bob, I revoked old key and re-signed with new RSA 4096 bit key. And I also added my new key to /click/KEYS. Could you check /click/KEYS and release files? http://people.apache.org/~takezoe/click/clickide/2.1.0.0/ 2010/2/12 Bob Schellink : > 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: > > =A0http://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 nee= d > 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]: > > =A0generate 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: > > =A0http://www.apache.org/dist/velocity/KEYS > > > Setting up the keys is a bit of pain the first time, so let me know if yo= u > need help with these steps. > > kind regards > > bob > > [1]: > http://svn.apache.org/viewvc/click/trunk/click/KEYS?revision=3D907362&vie= w=3Dmarkup > > > 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'l= l >>>>> 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: >>>>> >>>>> >>>>> =A0http://click.apache.org/docs/developer-guide/releasing-subprojects= .html >>>>> >>>>> Let me know when you think we can push out this release. >>>>> >>>>> kind regards >>>>> >>>>> bob >>>>> >>>> >>>> >>>> >>> >>> >> >> >> > > --=20 Naoki Takezoe