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 42AC4200C42 for ; Sat, 11 Mar 2017 01:54:25 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 41452160B85; Sat, 11 Mar 2017 00:54:25 +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 B1008160B79 for ; Sat, 11 Mar 2017 01:54:24 +0100 (CET) Received: (qmail 11982 invoked by uid 500); 11 Mar 2017 00:54:23 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 11966 invoked by uid 99); 11 Mar 2017 00:54:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Mar 2017 00:54:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CB444DFDC8; Sat, 11 Mar 2017 00:54:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: altay@apache.org To: commits@beam.apache.org Date: Sat, 11 Mar 2017 00:54:23 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] beam git commit: Generate zip distribution for pyhthon archived-at: Sat, 11 Mar 2017 00:54:25 -0000 Repository: beam Updated Branches: refs/heads/master f29bf89c1 -> 7c78480cf Generate zip distribution for pyhthon Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/466e83fd Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/466e83fd Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/466e83fd Branch: refs/heads/master Commit: 466e83fdd88c16f096f842a2ca941f49d3701658 Parents: f29bf89 Author: Ahmet Altay Authored: Fri Mar 10 16:40:34 2017 -0800 Committer: Ahmet Altay Committed: Fri Mar 10 16:54:02 2017 -0800 ---------------------------------------------------------------------- sdks/python/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/466e83fd/sdks/python/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/python/pom.xml b/sdks/python/pom.xml index 0d1fdb4..cb8307a 100644 --- a/sdks/python/pom.xml +++ b/sdks/python/pom.xml @@ -136,6 +136,8 @@ sdist --dist-dir ${project.build.directory} + --formats + zip,gztar ${python.user.base}