From general-return-28088-apmail-incubator-general-archive=incubator.apache.org@incubator.apache.org Wed Mar 09 19:24:37 2011 Return-Path: Delivered-To: apmail-incubator-general-archive@www.apache.org Received: (qmail 33379 invoked from network); 9 Mar 2011 19:24:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Mar 2011 19:24:35 -0000 Received: (qmail 92958 invoked by uid 500); 9 Mar 2011 19:24:34 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 92816 invoked by uid 500); 9 Mar 2011 19:24:34 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 92808 invoked by uid 99); 9 Mar 2011 19:24:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2011 19:24:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.216.182 as permitted sender) Received: from [209.85.216.182] (HELO mail-qy0-f182.google.com) (209.85.216.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2011 19:24:28 +0000 Received: by qyk27 with SMTP id 27so811393qyk.6 for ; Wed, 09 Mar 2011 11:24:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Vv9qSjt4eBAeCl6vKYb4BkAESaVbjpzBDfcq8BlQN+c=; b=FX80TGIp9H3QHS4d3rKUFhFHjCKqACDSkOLlqNc/bbs2h/QoFtCjU5mKk/ypxYz0DE t67SffalsRFsaoV1piww4Hw7V0K/0okqXzDtBqtlZ0wzCqCEK4IsN/7+DmjaH+0Gd9Xr eI9BuzHJnFw1LdfgRg9Tg6oDvwNHQKEGAHSg4= 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; b=F7AgmbvdLp5gRLom6xIg92zu9jCxMpt/Z9PVJrowQ795zfUgxmqxYlKI0VSczvcrf8 K+K+q24nvgjS5/83RWBsnHTEfSJWHGWx4YQJEbIQ3hWY2myUWLOEJwVq41NJq59wGXxO Zqzf2K2+E1+vaYFpSAqm9hGjCkYAjVVcytunU= MIME-Version: 1.0 Received: by 10.224.135.223 with SMTP id o31mr5085623qat.319.1299698647349; Wed, 09 Mar 2011 11:24:07 -0800 (PST) Received: by 10.229.24.69 with HTTP; Wed, 9 Mar 2011 11:24:07 -0800 (PST) In-Reply-To: References: Date: Wed, 9 Mar 2011 19:24:07 +0000 Message-ID: Subject: Re: [VOTE] Release Apache Gora 0.1-incubating From: sebb To: general@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 On 9 March 2011 16:40, Henry Saputra wrote: > Hi All, > > The Apache Gora community has approved the 0.1-incubating release. > This will be Apache Gora's first release since coming to the Incubator. > We have three +1's IPMC binding votes so we ready to release, any > input is appreciated. > > Thread about VOTE: > http://mail-archives.apache.org/mod_mbox/incubator-gora-dev/201103.mbox/%3CAANLkTikaAJx==Sw3Or+S8ecLPjuAim=1+QgFJHQBwHqj@mail.gmail.com%3E > > Thread about VOTE result: > http://mail-archives.apache.org/mod_mbox/incubator-gora-dev/201103.mbox/%3cAANLkTikLfy74xkSr_0efBxLJM7OzbdZvDEuVgr_6v2T=@mail.gmail.com%3e > > Subversion tag for release: > https://svn.apache.org/repos/asf/incubator/gora/tags/0.1-incubating The NOTICE file is incomplete - it should look like: http://www.apache.org/legal/src-headers.html#notice-text There does not appear to be an Incubator disclaimer anywhere. Easiest is to use a separate DISCLAIMER file which can be deleted on graduation. The text appears at the bottom of the website, front page, but needs to be in SVN and release archives. It would be helpful if the README file had a brief description of what Gora is, as well as details of how to build it. [Just add the text from the website - what is gora?] The following files don't have AL headers: gora-core/src/examples/java/org/apache/gora/examples/generated/Employee.java gora-core/src/examples/java/org/apache/gora/examples/generated/Metadata.java gora-core/src/examples/java/org/apache/gora/examples/generated/TokenDatum.java gora-core/src/examples/java/org/apache/gora/examples/generated/WebPage.java gora-core/src/test/conf/core-site.xml gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/MetricDatum.java gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java Consider adding the AL header as part of the file generator. The XML file should have an AL header. > The source release files are located here: > http://people.apache.org/~hsaputra/apache-gora-0.1-incubating/rc2/ The sha1 file is in a strange format; ideally it should look like the MD5 file as that is what many hash checkers expect. Normally the archives are available in both tar.gz and .zip formats. The source release agrees with the SVN tag, which is good, and the hashes and sigs are OK, and the key is available from PGP servers. == I think the problem with the NOTICE file and the lack of a DISCLAIMER are blockers. The other items should please be fixed as part of the re-roll. > The vote is open for 72 hours. > > [ ] +1 > [ ] -1 > > -- > Thanks, > Henry > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org > For additional commands, e-mail: general-help@incubator.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org