Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7E84D200B91 for ; Thu, 15 Sep 2016 04:31:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7D182160AD4; Thu, 15 Sep 2016 02:31:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C4EE1160AB4 for ; Thu, 15 Sep 2016 04:31:46 +0200 (CEST) Received: (qmail 12814 invoked by uid 500); 15 Sep 2016 02:31:46 -0000 Mailing-List: contact dev-help@fluo.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fluo.incubator.apache.org Delivered-To: mailing list dev@fluo.incubator.apache.org Received: (qmail 12802 invoked by uid 99); 15 Sep 2016 02:31:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2016 02:31:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 89885C06E9 for ; Thu, 15 Sep 2016 02:31:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.196 X-Spam-Level: X-Spam-Status: No, score=-3.196 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id twDx_KvszvMt for ; Thu, 15 Sep 2016 02:31:43 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 342425F610 for ; Thu, 15 Sep 2016 02:31:43 +0000 (UTC) Received: (qmail 12745 invoked by uid 99); 15 Sep 2016 02:31:42 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2016 02:31:42 +0000 Received: from mail-vk0-f52.google.com (mail-vk0-f52.google.com [209.85.213.52]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 717541A003E for ; Thu, 15 Sep 2016 02:31:42 +0000 (UTC) Received: by mail-vk0-f52.google.com with SMTP id m62so7063222vkd.3 for ; Wed, 14 Sep 2016 19:31:42 -0700 (PDT) X-Gm-Message-State: AE9vXwMJNFp4W5ebd6PJi7hIhObWkd/LZrtY0W1SLPMjLqsZlaU2S4l2r8SUnALbu1SBYuYKFqsZYP6pn+LoCQ== X-Received: by 10.31.234.2 with SMTP id i2mr1011390vkh.157.1473906701812; Wed, 14 Sep 2016 19:31:41 -0700 (PDT) MIME-Version: 1.0 From: Christopher Date: Thu, 15 Sep 2016 02:31:31 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: [TEST] Fluo 1.0.0-incubating-rc0 To: "dev@fluo.incubator.apache.org" Content-Type: multipart/alternative; boundary=94eb2c096b7a64cf09053c82a587 archived-at: Thu, 15 Sep 2016 02:31:47 -0000 --94eb2c096b7a64cf09053c82a587 Content-Type: text/plain; charset=UTF-8 The following is a test of my script from https://github.com/apache/incubator-fluo/pull/769 Please begin reviewing what it has produced so I can iron out the release process a bit, and so you can find any build-bugs prior to a release candidate vote with RC1. ===== Fluo Developers, Please consider the following candidate for Fluo 1.0.0-incubating. Git Commit: f7a7aaf194ec2c0bef85d97e7ce939232d9a1491 Branch: 1.0.0-incubating-rc0 If this vote passes, a gpg-signed tag will be created using: git tag -f -m 'Apache Fluo 1.0.0-incubating' -s rel/fluo-1.0.0-incubating \ f7a7aaf194ec2c0bef85d97e7ce939232d9a1491 Staging repo: https://repository.apache.org/content/repositories/orgapachefluo-1011 Source (official release artifact): https://repository.apache.org/content/repositories/orgapachefluo-1011/org/apache/fluo/fluo/1.0.0-incubating/fluo-1.0.0-incubating-source-release.tar.gz Binary: https://repository.apache.org/content/repositories/orgapachefluo-1011/org/apache/fluo/fluo/1.0.0-incubating/fluo-1.0.0-incubating-bin.tar.gz (Append ".sha1", ".md5", or ".asc" to download the signature/hash for a given artifact.) All artifacts were built and staged with: mvn release:prepare && mvn release:perform Signing keys are available at https://www.apache.org/dist/incubator/fluo/KEYS (Expected fingerprint: 8CC4F8A2B29C2B040F2B835D6F0CDAE700B6899D) Release notes (in progress) can be found at: https://fluo.apache.org/.../1.0.0-incubating Please vote one of: [ ] +1 - I have verified and accept... [ ] +0 - I have reservations, but not strong enough to vote against... [ ] -1 - Because..., I do not accept... ... these artifacts as the 1.0.0-incubating release of Apache Fluo. This vote will end on Sun Sep 18 02:30:00 UTC 2016 (Sat Sep 17 22:30:00 EDT 2016 / Sat Sep 17 19:30:00 PDT 2016) Thanks! P.S. Hint: download the whole staging repo with wget -erobots=off -r -l inf -np -nH \ https://repository.apache.org/content/repositories/orgapachefluo-1011/ # note the trailing slash is needed --94eb2c096b7a64cf09053c82a587--