You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/17 19:56:00 UTC

[jira] [Work logged] (BEAM-4075) Verify that the Build works on MacOS

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

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

                Author: ASF GitHub Bot
            Created on: 17/Apr/18 19:55
            Start Date: 17/Apr/18 19:55
    Worklog Time Spent: 10m 
      Work Description: jkff closed pull request #5132: [BEAM-4075] Fixes run_pylint to run on Mac
URL: https://github.com/apache/beam/pull/5132
 
 
   

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/sdks/python/run_pylint.sh b/sdks/python/run_pylint.sh
index 2f90ed5d304..7150fa6f50e 100755
--- a/sdks/python/run_pylint.sh
+++ b/sdks/python/run_pylint.sh
@@ -26,7 +26,7 @@
 set -o errexit
 set -o pipefail
 
-MODULE=$(ls --directory -C apache_beam *.py)
+MODULE=$(ls -d -C apache_beam *.py)
 
 usage(){ echo "Usage: $0 [MODULE|--help]  # The default MODULE is $MODULE"; }
 


 

----------------------------------------------------------------
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:
users@infra.apache.org


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

            Worklog Id:     (was: 91883)
            Time Spent: 10m
    Remaining Estimate: 0h

> Verify that the Build works on MacOS
> ------------------------------------
>
>                 Key: BEAM-4075
>                 URL: https://issues.apache.org/jira/browse/BEAM-4075
>             Project: Beam
>          Issue Type: Sub-task
>          Components: build-system
>            Reporter: Pablo Estrada
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>




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