From general-return-44484-apmail-incubator-general-archive=incubator.apache.org@incubator.apache.org Sat Mar 29 12:34:34 2014 Return-Path: X-Original-To: apmail-incubator-general-archive@www.apache.org Delivered-To: apmail-incubator-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 01AC310AB7 for ; Sat, 29 Mar 2014 12:34:34 +0000 (UTC) Received: (qmail 67840 invoked by uid 500); 29 Mar 2014 12:34:17 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 67581 invoked by uid 500); 29 Mar 2014 12:34:10 -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 67558 invoked by uid 99); 29 Mar 2014 12:34:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Mar 2014 12:34:08 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.220.171 as permitted sender) Received: from [209.85.220.171] (HELO mail-vc0-f171.google.com) (209.85.220.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Mar 2014 12:34:03 +0000 Received: by mail-vc0-f171.google.com with SMTP id lg15so6909788vcb.16 for ; Sat, 29 Mar 2014 05:33:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=skGc1LOc/yMXN4l2QgtFQt7UM6KR67JcyGELcxxO+uM=; b=bxC/2uQNWl6OU2hS3L9nFv2Eu7V8l+59L8dwnQQHeQGAxDyGVP1DW0iQ+Z5B6wbtQV k2x93pQTnX0/Z08yhtwVRToonO8tU+eZhbGLIEI8LtLKiof9xsUDxIwJ4K9Pg/UbRbEJ wBK//GhRQcGkefJAioeMs33IeRfZ5TmXyPtXFIvb6Jq8S9iZhjQdlNKM7Xd/2FWTKaX2 O/qm2cM1gr7A95abn8ynLKXOLuhI8mk6vT5ucGVw0pgBUSnytPCUwrtZqRpTiM0lf1uK /523L0NZcrpdmAOftp+aoJZJqkmyPU1LGpjag0D1YpZD3rMIGgofKinzBF7rQ6fvHfj+ LskA== MIME-Version: 1.0 X-Received: by 10.52.191.100 with SMTP id gx4mr10442110vdc.4.1396096421855; Sat, 29 Mar 2014 05:33:41 -0700 (PDT) Received: by 10.58.188.71 with HTTP; Sat, 29 Mar 2014 05:33:41 -0700 (PDT) In-Reply-To: References: Date: Sat, 29 Mar 2014 12:33:41 +0000 Message-ID: Subject: Re: [VOTE] Release Sentry 1.3.0 incubating rc0 From: sebb To: general@incubator.apache.org Cc: dev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 29 March 2014 04:08, Sravya Tirukkovalur wrote: > I cherry-picked the above commit (Sentry-119) into the 1.3.0 local release > branch. > > Now the size of the artifact is 335K and it also has the required files > like DISCLAMIER. I can go ahead and push the change if thats ok. Please ensure that there is a Git tag that corresponds exactly to the files in the source release. That is the only practical way to show that the files have been audited as suitable for release, and to establish provenance. Since tags are not immutable, please also include the hash of the tag in the e-mail vote. Note: there may be some files in the tag that are not in the source release (e.g. .gitignore can be omitted) however there should not be any files in the release that are not directly derived from the tag. Otherwise how can reviewers know whether the file is licensed to be distributed? It should be possible to compare the git tag with the source release. Any discrepancies need to be investigated as above. > Regards, > > > On Fri, Mar 28, 2014 at 6:50 PM, Brock Noland wrote: > >> Yes, I think the 500MB issue was because we moved the .tar.gz files the >> build downloads to a directory called "thirdparty" as opposed to "target". >> >> I made this change because downloading those files after a clean took a >> very long time for yokels like myself. >> >> Some of the issues would be fixed by cherry-picking: >> >> https://github.com/apache/incubator-sentry/commit/06d2b34915a86fb4dcf6b312056a8e7c8475aa48 >> >> >> On Fri, Mar 28, 2014 at 5:32 PM, Patrick Hunt wrote: >> >> > -1. The release artifact seems to be totally wrong to me, I think it >> > was built incorrectly/accidentally, it certainly wasn't built the same >> > way as the 1.2.0 release artifact. >> > >> > Some of the problems: >> > 1) the artifact is 500MB - the previous artifact (1.2.0) was 86k, >> > unless you added tons of test data I think this should be a red >> > flag... >> > 2) it contains a lib directory with tons of third party binary artifacts >> > 3) many of the required files are missing (such as DISCLAIMER) >> > >> > Are you following the "how to release" process? Perhaps it's not >> > updated per the last release? >> > https://cwiki.apache.org/confluence/display/SENTRY/How+to+Release >> > >> > I think you need to step back and look into what happened. Compare the >> > release artifact that you generate to the previous release. Read and >> > understand the details here before you attempt to cut a release: >> > http://incubator.apache.org/guides/releasemanagement.html >> > >> > Patrick >> > >> > On Wed, Mar 26, 2014 at 6:32 PM, Ramachandran, Karthik >> > wrote: >> > > This is a release of Apache Sentry, version 1.3.0-incubating >> > > >> > > >> > > It fixes the following issues: http://s.apache.org/Ckp >> > > >> > > Source files : >> http://people.apache.org/~kramachandran/sentry-1.3.0-rc0/ >> > > >> > > Tag to be voted on (rc0): >> > >> https://git-wip-us.apache.org/repos/asf/incubator-sentry/repo?p=incubator-sentry.git;a=log;h=refs/tags/release-1.3.0-rc0 >> > > >> > > Sentry's KEYS containing the PGP key we used to sign the release: >> > > https://people.apache.org/keys/group/sentry.asc >> > > >> > > Note that this is a source only release and we are voting on the source >> > (tag). >> > > >> > > >> > > Vote will be open for 72 hours. >> > > >> > > [ ] +1 approve >> > > [ ] +0 no opinion >> > > [ ] -1 disapprove (and reason why) >> > > >> > > >> > > Thanks, >> > > >> > > Karthik Ramachandran >> > > >> > > --- >> > > Lab41 Team Manager >> > > In-Q-Tel / Lab41 >> > > Cell: 571-455-5576 >> > > E-mail: kramachandran@iqt.org , >> > kramachandran@apache.org >> > > >> > > >> > > >> > > "This e-mail, and any attachments hereto, may contain information that >> > is privileged, proprietary, confidential and/or exempt from disclosure >> > under law and are intended only for the designated addressee(s). If you >> are >> > not the intended recipient of this message, or a person authorized to >> > receive it on behalf of the intended recipient, you are hereby notified >> > that you must not use, disseminate, copy in any form, or take any action >> > based upon the email or information contained therein. If you have >> received >> > this email in error, please permanently and immediately delete it and any >> > copies of it, including any attachments, and promptly notify the sender >> at >> > In-Q-Tel by reply e-mail, fax: 703-248-3001, or phone: 703-248-3000. >> > Thank you for your cooperation." >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org >> > For additional commands, e-mail: general-help@incubator.apache.org >> > >> > >> > > > > -- > Sravya Tirukkovalur --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org