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 4D318200CCC for ; Fri, 21 Jul 2017 14:50:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3629216D1DB; Fri, 21 Jul 2017 12:50:26 +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 7AC3C16D1D9 for ; Fri, 21 Jul 2017 14:50:25 +0200 (CEST) Received: (qmail 7930 invoked by uid 500); 21 Jul 2017 12:50:24 -0000 Mailing-List: contact dev-help@heron.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@heron.incubator.apache.org Delivered-To: mailing list dev@heron.incubator.apache.org Received: (qmail 7917 invoked by uid 99); 21 Jul 2017 12:50:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2017 12:50:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E6DE11805C0 for ; Fri, 21 Jul 2017 12:50:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.522 X-Spam-Level: X-Spam-Status: No, score=-2.522 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SORBS_SPAM=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 7_HaSw4DazkQ for ; Fri, 21 Jul 2017 12:50:22 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id B2BF45FDBF for ; Fri, 21 Jul 2017 12:50:21 +0000 (UTC) Received: (qmail 7905 invoked by uid 99); 21 Jul 2017 12:50:20 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2017 12:50:20 +0000 Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com [209.85.215.48]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id C83C71A0185 for ; Fri, 21 Jul 2017 12:50:19 +0000 (UTC) Received: by mail-lf0-f48.google.com with SMTP id l200so23103976lfb.2 for ; Fri, 21 Jul 2017 05:50:19 -0700 (PDT) X-Gm-Message-State: AIVw112ds6z2S+WCeotbWOYdEFP9HdAQy4T0TxCE9MMVl3ONIyEfzFcJ 9lytaHUc7AuWFp9/iVV5JiF+K71dtQ== X-Received: by 10.25.242.73 with SMTP id d9mr2431676lfk.114.1500641415907; Fri, 21 Jul 2017 05:50:15 -0700 (PDT) MIME-Version: 1.0 Reply-To: jfarrell@apache.org Received: by 10.25.19.227 with HTTP; Fri, 21 Jul 2017 05:50:15 -0700 (PDT) In-Reply-To: References: From: Jake Farrell Date: Fri, 21 Jul 2017 08:50:15 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Mentor question about third_party cpp binary deps To: dev@heron.incubator.apache.org Cc: Bill Graham Content-Type: multipart/alternative; boundary="94eb2c1cbab087d0da0554d34ebc" archived-at: Fri, 21 Jul 2017 12:50:26 -0000 --94eb2c1cbab087d0da0554d34ebc Content-Type: text/plain; charset="UTF-8" Hey guys, just getting back from vacation, sorry for any delay in responses from my end. A source release must contain no binary objects. Full details are available on the ASF release policy page [1]. Bazel can download them, http_file should be what you need. -Jake [1]: http://www.apache.org/legal/release-policy.html On Fri, Jul 21, 2017 at 7:02 AM, Karthik Ramasamy wrote: > FYI - If the binary tar balls need to be removed, I believe bazel has a way > to download these files > and compile them. Let me investigate and report back. > > On Thu, Jul 20, 2017 at 2:07 PM, Bill Graham wrote: > > > Hi, > > > > In the incubator vote thread John mentioned the following: > > > > - The contents of > > > https://github.com/twitter/heron/tree/master/third_party seems > > > to be mostly binary files, and you'll need to clean that up for your > > first > > > release. > > > > > > Jake mentioned the following: > > > > This is similar to other projects using a local third_party cache > directory > > > that have come to the Apache Incubator, Cassandra, Mesos and Aurora > are a > > > couple that jump into mind. We will ensure that this is addressed and > > that > > > no source release contains any of these files. > > > > > > What do we need to do to address this? Do we have to remove them from the > > repo and pull them at build time, or do we just need to check how we go > > about including them in our distribution? > > > > We'd like to start whatever cleanup is required before we move the code > to > > apache, so we can continue to cut releases while this is being tackled. > > > > thanks, > > Bill > > > --94eb2c1cbab087d0da0554d34ebc--