[ 
https://issues.apache.org/jira/browse/BEAM-4787?focusedWorklogId=123130&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-123130
 ]

ASF GitHub Bot logged work on BEAM-4787:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Jul/18 00:15
            Start Date: 14/Jul/18 00:15
    Worklog Time Spent: 10m 
      Work Description: tweise closed pull request #5950: [BEAM-4787] Ignore 
generated vendor files in python container build
URL: https://github.com/apache/beam/pull/5950
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.gitignore b/.gitignore
index 204f22fde87..8868b6e9f24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,7 +10,8 @@
 **/.gogradle/**/*
 **/gogradle.lock
 **/build/**/*
-sdks/go/**/vendor/**/*
+sdks/**/vendor/**/*
+runners/**/vendor/**/*
 **/.gradletasknamecache
 
 # Ignore files generated by the Maven build process.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 123130)
    Time Spent: 1h 20m  (was: 1h 10m)

> Ignore genrated vendored files for python container
> ---------------------------------------------------
>
>                 Key: BEAM-4787
>                 URL: https://issues.apache.org/jira/browse/BEAM-4787
>             Project: Beam
>          Issue Type: Bug
>          Components: dependencies
>            Reporter: Ankur Goenka
>            Assignee: Ankur Goenka
>            Priority: Major
>             Fix For: 2.6.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Python container build generates a bunch of vendor files which should be 
> ignored in git



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to