You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2017/03/11 00:54:23 UTC

[1/2] beam git commit: Generate zip distribution for pyhthon

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 <al...@google.com>
Authored: Fri Mar 10 16:40:34 2017 -0800
Committer: Ahmet Altay <al...@google.com>
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 @@
                 <argument>sdist</argument>
                 <argument>--dist-dir</argument>
                 <argument>${project.build.directory}</argument>
+                <argument>--formats</argument>
+                <argument>zip,gztar</argument>
               </arguments>
               <environmentVariables>
                 <PYTHONUSERBASE>${python.user.base}</PYTHONUSERBASE>


[2/2] beam git commit: This closes #2225

Posted by al...@apache.org.
This closes #2225


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/7c78480c
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/7c78480c
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/7c78480c

Branch: refs/heads/master
Commit: 7c78480cfe82c9f3bae2da4ed72eda11e036e99a
Parents: f29bf89 466e83f
Author: Ahmet Altay <al...@google.com>
Authored: Fri Mar 10 16:54:10 2017 -0800
Committer: Ahmet Altay <al...@google.com>
Committed: Fri Mar 10 16:54:10 2017 -0800

----------------------------------------------------------------------
 sdks/python/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------