You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ha...@apache.org on 2020/04/30 19:32:34 UTC

[beam] branch master updated (763b7cc -> 6196c66)

This is an automated email from the ASF dual-hosted git repository.

hannahjiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 763b7cc  Merge pull request #11504: [BEAM-5192] move metadata serialization configuration code to WriteFn setup
     add 6196c66  skip pulling licenses by default (#11548)

No new revisions were added by this update.

Summary of changes:
 .test-infra/jenkins/CommonJobProperties.groovy     |  4 ++
 sdks/java/container/build.gradle                   | 30 ++++++------
 .../container/license_scripts/license_script.sh    | 29 ++++-------
 .../license_scripts/pull_licenses_java.py          | 56 +++++-----------------
 sdks/python/container/Dockerfile                   |  9 +++-
 .../container/license_scripts/pull_licenses_py.py  | 14 ++++--
 sdks/python/container/py2/build.gradle             |  3 +-
 sdks/python/container/py35/build.gradle            |  3 +-
 sdks/python/container/py36/build.gradle            |  3 +-
 sdks/python/container/py37/build.gradle            |  3 +-
 10 files changed, 67 insertions(+), 87 deletions(-)